Age | Commit message (Expand) | Author |
2009-08-25 | glsl: update a texture/sampler comment | Brian Paul |
2009-08-25 | glsl: implement shader sampler validation | Brian Paul |
2009-08-25 | mesa: use gl_texture_index type for gl_program::SamplerTargets | Brian Paul |
2009-08-25 | progs/util: added ValidateShaderProgram() to shaderutil.c | Brian Paul |
2009-08-25 | i965: add some texture unit/target assertions | Brian Paul |
2009-08-25 | mesa: print some program fields in binary too | Brian Paul |
2009-08-26 | r200: Add scissor to state atom list. | Pauli Nieminen |
2009-08-25 | radeon/r600: Fix remaining warnings when building 64 bit binary. | Pauli Nieminen |
2009-08-25 | r200: Addd missing parameter to debug output. | Pauli Nieminen |
2009-08-25 | r200: Fix commit size prediction. | Pauli Nieminen |
2009-08-25 | xorg: insert shaders into the cache | Zack Rusin |
2009-08-25 | exa: add basic code to cache vertex and fragment shaders | Zack Rusin |
2009-08-25 | exa: check whether the op is accelerated | Zack Rusin |
2009-08-25 | radeon: Fix all compiler warnings. | Pauli Nieminen |
2009-08-25 | mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak | Brian Paul |
2009-08-25 | Revert "glapi: Fix a possible race in getting current context/dispatch." | Brian Paul |
2009-08-25 | xorg: revert bad merge | Zack Rusin |
2009-08-25 | Add support for building the Xorg state tracker with scons. | Michel Dänzer |
2009-08-25 | Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr... | Pauli Nieminen |
2009-08-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st... | Pauli Nieminen |
2009-08-25 | r300: fix condition logic | Maciej Cencora |
2009-08-25 | r300: set proper CS section size | Maciej Cencora |
2009-08-25 | radeon/r200/r300/r600: Warn if we emit more than prediction was. | Pauli Nieminen |
2009-08-24 | xorg: fix compilation | Zack Rusin |
2009-08-24 | xorg: start on code accelerating render | Zack Rusin |
2009-08-24 | r300: add support for getting Z pipe info from drm | Alex Deucher |
2009-08-24 | r600: code cleanup | Alex Deucher |
2009-08-25 | radeon: fix fbo size calculation to after pitch | Dave Airlie |
2009-08-24 | Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesa | Zack Rusin |
2009-08-24 | openvg: fix vgTransformPath with relative coords | Zack Rusin |
2009-08-24 | ARB prog: Set error instead of falling through with incorrect value | Ian Romanick |
2009-08-24 | mesa: add new program parser sources to tarball | Brian Paul |
2009-08-24 | docs: recent 7.5.1 bug fixes | Brian Paul |
2009-08-24 | xlib: fix single buffer window resize bug | Brian Paul |
2009-08-24 | vbo: fix divide by zero exception | Brian Paul |
2009-08-24 | glsl: Silence gcc uninitialized variable warning. | Vinson Lee |
2009-08-24 | st/mesa: flush bitmap cache if Z value changes | Brian Paul |
2009-08-24 | ARB prog parser: Regenerate parser from previous commit | Ian Romanick |
2009-08-24 | ARB prog parser: use correct context limits | Brian Paul |
2009-08-24 | r600: fix state emit sizes | Alex Deucher |
2009-08-24 | egl_xdri: Revive the driver. | Chia-I Wu |
2009-08-24 | glapi: Fix a possible race in getting current context/dispatch. | Chia-I Wu |
2009-08-24 | glapi: Static mutex does not work on WIN32_THREADS. | Chia-I Wu |
2009-08-24 | glapi: Fix a race in accessing context/dispatch TSD. | Chia-I Wu |
2009-08-24 | glapi: Protect _glapi_check_multithread by a mutex. | Chia-I Wu |
2009-08-24 | mesa: _mesa_layout_parameters() returns a boolean value | Brian Paul |
2009-08-24 | radeon: Add debug output to radeonCountStateEmitSize. | Pauli Nieminen |
2009-08-24 | r600: Fix indetion and add useful debug output. | Pauli Nieminen |
2009-08-24 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st... | Pauli Nieminen |
2009-08-24 | r300: add support for EXT_framebuffer_blit | Maciej Cencora |