summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-26radeon/r100/r200: actually init the OQ support properlyDave Airlie
2009-08-26radeon/r200: OQ support for r200 in theory.Dave Airlie
2009-08-26radeon: add r100 OQ support with kms.Dave Airlie
2009-08-25progs/glsl: call ValidateShaderProgram()Brian Paul
2009-08-25mesa: validate shader before drawing (for debugging, disabled)Brian Paul
2009-08-25glsl: update a texture/sampler commentBrian Paul
2009-08-25glsl: implement shader sampler validationBrian Paul
2009-08-25mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul
2009-08-25progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul
2009-08-25i965: add some texture unit/target assertionsBrian Paul
2009-08-25mesa: print some program fields in binary tooBrian Paul
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen
2009-08-25radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen
2009-08-25r200: Addd missing parameter to debug output.Pauli Nieminen
2009-08-25r200: Fix commit size prediction.Pauli Nieminen
2009-08-25xorg: insert shaders into the cacheZack Rusin
2009-08-25exa: add basic code to cache vertex and fragment shadersZack Rusin
2009-08-25exa: check whether the op is acceleratedZack Rusin
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-25mesa: remove -I$(TOP)/src/gallium/drivers from sources.makBrian Paul
2009-08-25Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul
2009-08-25xorg: revert bad mergeZack Rusin
2009-08-25Add support for building the Xorg state tracker with scons.Michel Dänzer
2009-08-25Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...Pauli Nieminen
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25r300: fix condition logicMaciej Cencora
2009-08-25r300: set proper CS section sizeMaciej Cencora
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-24xorg: fix compilationZack Rusin
2009-08-24xorg: start on code accelerating renderZack Rusin
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-24r600: code cleanupAlex Deucher
2009-08-25radeon: fix fbo size calculation to after pitchDave Airlie
2009-08-24Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesaZack Rusin
2009-08-24openvg: fix vgTransformPath with relative coordsZack Rusin
2009-08-24ARB prog: Set error instead of falling through with incorrect valueIan Romanick
2009-08-24mesa: add new program parser sources to tarballBrian Paul
2009-08-24docs: recent 7.5.1 bug fixesBrian Paul
2009-08-24xlib: fix single buffer window resize bugBrian Paul
2009-08-24vbo: fix divide by zero exceptionBrian Paul
2009-08-24glsl: Silence gcc uninitialized variable warning.Vinson Lee
2009-08-24st/mesa: flush bitmap cache if Z value changesBrian Paul
2009-08-24ARB prog parser: Regenerate parser from previous commitIan Romanick
2009-08-24ARB prog parser: use correct context limitsBrian Paul
2009-08-24r600: fix state emit sizesAlex Deucher
2009-08-24egl_xdri: Revive the driver.Chia-I Wu
2009-08-24glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu
2009-08-24glapi: Static mutex does not work on WIN32_THREADS.Chia-I Wu
2009-08-24glapi: Fix a race in accessing context/dispatch TSD.Chia-I Wu
2009-08-24glapi: Protect _glapi_check_multithread by a mutex.Chia-I Wu