summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-26i965: clean-up tex target switchesBrian Paul1-2/+10
2009-08-26glsl: asst. clean-ups in set_program_uniform()Brian Paul1-14/+7
2009-08-26glsl: signal that the program needs to be re-translated when samplers changeBrian Paul1-4/+15
2009-08-26progs/glsl: asst. changes in shtest.cBrian Paul1-3/+16
2009-08-26i965: added texture unit sanity checkBrian Paul1-0/+13
2009-08-26i965: keep track of which texture units the fragment shader accessesBrian Paul2-3/+18
2009-08-26docs: document sampler array bug fixBrian Paul1-0/+1
2009-08-26i965: clean up texture target switchesBrian Paul1-2/+10
2009-08-26mesa: var renaming, new assertionBrian Paul1-4/+5
2009-08-26mesa: additional instruction field size assertionsBrian Paul1-0/+6
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul4-7/+24
2009-08-26progs/glsl: handle window resizes in texaaline.cBrian Paul1-8/+12
2009-08-26progs/glsl: add special Makefile rule for samplers_arrayBrian Paul1-1/+3
2009-08-26progs/glsl: change samplers.c to better test sampler/texture indexingBrian Paul1-4/+12
2009-08-26glsl: fix bug in sampler array indexingBrian Paul1-3/+7
2009-08-26r600: fix two sided stencilAlex Deucher1-14/+4
2009-08-26r600: add missing radeon_cs_space_set_flush callAlex Deucher1-0/+3
2009-08-26st/xorg: create basic vertex shaderZack Rusin2-8/+37
2009-08-26st/xorg: create basic fragment shaderZack Rusin1-26/+10
2009-08-26r600: make reloc_chunk size dynamicAlex Deucher2-5/+10
2009-08-26r600: fix memory leakAlex Deucher1-1/+2
2009-08-26r300: r4xx and rs4xx also have lte discard regsAlex Deucher1-1/+4
2009-08-26st/dri: Add some debug codeJakob Bornecrantz1-2/+6
2009-08-26st/xorg: Temporary fix for none stencil visualsJakob Bornecrantz1-2/+17
2009-08-26st/xorg: Find out correct type for depth stencil buffersJakob Bornecrantz2-1/+13
2009-08-26st/dri: Redo config generationJakob Bornecrantz2-52/+87
2009-08-26st/xorg: Add support for dirty framebuffer region reporting.Michel Dänzer3-1/+86
2009-08-26r600: Update vertex fetch shader if necessaryCooper Yuan3-6/+19
2009-08-26st/dri: make the GL_ARB_map_buffer_range entrypoints availableBen Skeggs1-0/+2
2009-08-26radeon/r100/r200: actually init the OQ support properlyDave Airlie3-0/+3
2009-08-26radeon/r200: OQ support for r200 in theory.Dave Airlie3-0/+30
2009-08-26radeon: add r100 OQ support with kms.Dave Airlie4-0/+33
2009-08-25progs/glsl: call ValidateShaderProgram()Brian Paul1-0/+2
2009-08-25mesa: validate shader before drawing (for debugging, disabled)Brian Paul1-0/+10
2009-08-25glsl: update a texture/sampler commentBrian Paul1-1/+1
2009-08-25glsl: implement shader sampler validationBrian Paul2-11/+109
2009-08-25mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul1-1/+1
2009-08-25progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul2-0/+23
2009-08-25i965: add some texture unit/target assertionsBrian Paul2-0/+10
2009-08-25mesa: print some program fields in binary tooBrian Paul1-2/+29
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen10-78/+119
2009-08-25radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen4-6/+9
2009-08-25r200: Addd missing parameter to debug output.Pauli Nieminen1-1/+1
2009-08-25r200: Fix commit size prediction.Pauli Nieminen1-1/+4
2009-08-25xorg: insert shaders into the cacheZack Rusin1-0/+49
2009-08-25exa: add basic code to cache vertex and fragment shadersZack Rusin2-40/+84
2009-08-25exa: check whether the op is acceleratedZack Rusin2-21/+57
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen13-43/+31
2009-08-25mesa: remove -I$(TOP)/src/gallium/drivers from sources.makBrian Paul1-1/+0
2009-08-25Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul3-41/+41