summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-25xorg: revert bad mergeZack Rusin1-0/+15
2009-08-25Add support for building the Xorg state tracker with scons.Michel Dänzer3-1/+28
2009-08-25Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen1-80/+41
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen41-1102/+1508
2009-08-25r300: fix condition logicMaciej Cencora1-1/+1
2009-08-25r300: set proper CS section sizeMaciej Cencora1-1/+1
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen4-12/+44
2009-08-24xorg: fix compilationZack Rusin1-1/+2
2009-08-24xorg: start on code accelerating renderZack Rusin6-51/+255
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher5-16/+36
2009-08-24r600: code cleanupAlex Deucher5-108/+74
2009-08-25radeon: fix fbo size calculation to after pitchDave Airlie1-1/+2
2009-08-24Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesaZack Rusin23-923/+1137
2009-08-24openvg: fix vgTransformPath with relative coordsZack Rusin1-1/+1