Brian Paul
9523d78dde
llvmpipe: make shader-related functions static, clean-up initializations
2010-04-28 15:25:50 -06:00
Brian Paul
2176cad7dc
llvmpipe: make clip-related functions static, clean-up initializations
2010-04-28 15:25:50 -06:00
Brian Paul
f7885f8f1f
llvmpipe: make draw-related functions static, clean-up initializations
2010-04-28 15:25:50 -06:00
Brian Paul
e351e82869
llvmpipe: make vertex-related functions static, clean-up initializations
2010-04-28 15:25:50 -06:00
Brian Paul
8fd794db9e
llvmpipe: make blend-related functions static, clean-up initializations
2010-04-28 15:25:50 -06:00
Brian Paul
bfd81b4ebb
llvmpipe: make sampler-related functions static, clean-up initializations
2010-04-28 15:25:50 -06:00
Brian Paul
a7e2470843
llvmpipe: remove some unneeded shader structure fields
2010-04-28 15:25:50 -06:00
Brian Paul
ac6725b8f9
llvmpipe: dump shaders if LP_DEBUG=tgsi
2010-04-28 15:25:50 -06:00
Brian Paul
18d1d59484
draw: use a cast wrapper
2010-04-28 15:25:50 -06:00
Brian Paul
35883f4296
draw: put 'create' in the vs varient create function names
2010-04-28 15:25:50 -06:00
Joakim Sindholt
2c512085ab
radeong: fix scons build
2010-04-28 21:09:30 +02:00
Brian Paul
dd3b98bdf6
draw: add missing function parameter
2010-04-28 11:43:54 -06:00
Brian Paul
2479c3f3ee
softpipe: consolidate tex image offset code
2010-04-28 11:37:51 -06:00
Brian Paul
b73c9ba919
llvmpipe: remove unused write_depth
2010-04-28 11:26:37 -06:00
Brian Paul
ce0844b44c
st/mesa: move/improve Mesa GPU program debugging
...
Print the program (plus its parameters) before calling
st_translate_mesa_program() in case we die in that function.
2010-04-28 10:24:58 -06:00
Brian Paul
e0383d7bb6
st/mesa: add missing debug entry for DEBUG_CONSTANTS
2010-04-28 10:23:47 -06:00
Brian Paul
c7f5c9a3dc
Merge branch '7.8'
...
Conflicts:
src/mesa/state_tracker/st_gen_mipmap.c
2010-04-28 10:10:51 -06:00
Brian Paul
40dcbb87a9
softpipe: use consistant names for local vars
2010-04-28 10:07:23 -06:00
Brian Paul
331c01ea4d
progs/demos: added code to test compressed mipmap generation (disabled)
2010-04-28 10:07:23 -06:00
Brian Paul
347f783606
gallium: remove trailing comma
2010-04-28 10:07:23 -06:00
Brian Paul
608cf0c9f7
gallium/util: convert //-style comments
2010-04-28 10:07:23 -06:00
Brian Paul
443fe5e57c
gallium/util: convert //-style comments
2010-04-28 10:07:23 -06:00
Brian Paul
7b640f9f70
st/mesa: fix incorrect RowStride computation
...
Fixes incorrect stride when getting a compressed tex image.
2010-04-28 10:06:08 -06:00
Brian Paul
56f99ee640
st/mesa: fill in stImage->level in st_generate_mipmap()
...
Before, this field was always zero for all the new mipmap levels.
Fixes problems with glGetTexImage() from a generated mipmap.
2010-04-28 10:05:06 -06:00
Jakob Bornecrantz
6fc532ae05
Merge branch '7.8'
2010-04-28 16:27:51 +01:00
Jakob Bornecrantz
ef9a8fcb1b
glx: Fix build
2010-04-28 16:25:28 +01:00
Jakob Bornecrantz
e42d84eaba
glx: Fix build
2010-04-28 16:19:41 +01:00
Jakob Bornecrantz
fe0fe67aaf
configure.ac: Print some llvm info
2010-04-28 16:06:17 +01:00
Micah Fedke
9cfaaa291f
egl: dri2 driver error output
...
This patch amends the error output string for the case where the
dri2 egl driver could not open the dri dev node.
Signed-off-by: Brian Paul <brianp@vmware.com >
2010-04-28 07:26:01 -06:00
Brian Paul
1fa7789e82
Merge branch '7.8'
...
Conflicts:
src/glx/dri2_glx.c
src/glx/glx_pbuffer.c
2010-04-28 07:21:25 -06:00
Vinson Lee
37e98e5cd2
llvmpipe: Remove unnecessary header.
2010-04-28 00:14:39 -07:00
Pierre Willenbrock
2787a2e731
Disable scissor when begining meta operations
...
Signed-off-by: Eric Anholt <eric@anholt.net >
2010-04-27 17:12:39 -07:00
Pierre Willenbrock
6ef6cdec2e
Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
...
Signed-off-by: Eric Anholt <eric@anholt.net >
2010-04-27 17:12:39 -07:00
Pierre Willenbrock
da498ef41e
Fill the padding between entrys in the sampler key
...
This struct is used to generate a hash, ignoring the entry boundaries.
Signed-off-by: Eric Anholt <eric@anholt.net >
2010-04-27 17:12:39 -07:00
Pierre Willenbrock
d20fce057e
Initialize have_back.
...
There is a user somewhere that tests it before its initial set.
Signed-off-by: Eric Anholt <eric@anholt.net >
2010-04-27 17:12:39 -07:00
Eric Anholt
edad36cff9
i915: Add debugging for just prorgam compile under INTEL_DEBUG=wm
2010-04-27 17:12:38 -07:00
Eric Anholt
891ad6ec1a
i915: Provide counts in the error messages for program limits.
2010-04-27 17:12:38 -07:00
Brian Paul
eecd2a59c1
osmesa: update SRC_DIRS to fix build
2010-04-27 17:06:17 -06:00
Brian Paul
29fc97606b
osdemos: replace assertion with error handler
2010-04-27 17:05:56 -06:00
Marek Olšák
20c9675994
r300g: move ZTOP to separate file
...
Ideally, HiZ should go in r300_hyperz.c next to ZTOP.
2010-04-28 01:05:42 +02:00
Brian Paul
c5bf13c537
osmesa: don't need to link with -lGL
...
The gl entrypoints are in libOSMesa.so
2010-04-27 16:57:43 -06:00
Marek Olšák
7440fd89b4
radeon: fix warnings
2010-04-28 00:38:27 +02:00
Pierre Willenbrock
c0b41116f1
mesa: Disable scissor when begining meta operations
...
Signed-off-by: Brian Paul <brianp@vmware.com >
2010-04-27 15:58:58 -06:00
Ian Romanick
aa6489bce9
Add missing _ in extension category name
2010-04-27 14:54:32 -07:00
Pierre Willenbrock
717e86738f
mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
...
Signed-off-by: Brian Paul <brianp@vmware.com >
2010-04-27 15:54:24 -06:00
Pierre Willenbrok
cc806f70b2
glx: Initialize have_back.
...
Signed-off-by: Brian Paul <brianp@vmware.com >
2010-04-27 15:53:28 -06:00
José Fonseca
a5e032853a
gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
...
Arcane DX9 opcodes that never were emitted by Mesa and have no DX10
counterpart. Slated for removal for quite some time now.
2010-04-27 21:51:45 +01:00
José Fonseca
84b5f59c97
gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 21:51:45 +01:00
José Fonseca
73e1405de0
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 21:51:45 +01:00
José Fonseca
ec4e67999c
r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 21:51:44 +01:00