Age | Commit message (Expand) | Author |
2009-07-15 | R6xx/r7xx: warning fixes | Kevin DeKorte |
2009-07-15 | R6xx/r7xx: fix missing vertex stream | Richard Li |
2009-07-15 | radeon bo: Fix merge fall out | Alex Deucher |
2009-07-15 | R6xx/r7xx: more Makefile fixes | Alex Deucher |
2009-07-15 | Fix r600 makefile for lastest CS changes | Alex Deucher |
2009-07-15 | Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in... | Alex Deucher |
2009-07-15 | softpipe: limit blend results to [0,1] | Luca Barbieri |
2009-07-15 | Fix state flag dependencies for fixed function fragment program updates. | Brian Paul |
2009-07-15 | make sure ctx->Driver.Flush is valid before calling it | Alex Deucher |
2009-07-15 | Use memcpy directly in the common code | Alex Deucher |
2009-07-15 | python/retrace: Interpret surface_copy. | José Fonseca |
2009-07-15 | python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM. | José Fonseca |
2009-07-15 | mesa: recognize and eliminate repeated error messages | Keith Whitwell |
2009-07-15 | mesa: split out errorstring switch from _mesa_error | Keith Whitwell |
2009-07-15 | mesa: remove dead code in _mesa_error | Keith Whitwell |
2009-07-15 | mesa: don't call getenv every time _mesa_error is called | Keith Whitwell |
2009-07-15 | radeon: update span reading micro tile code | Dave Airlie |
2009-07-15 | r300: emit z depth pitch reloc in preparation for tiling | Dave Airlie |
2009-07-15 | radeon: r300 fix span reading for macro tiled buffers. | Dave Airlie |
2009-07-15 | radeon: for tiling you really need to use GET/PUT VALUE not PTR. | Dave Airlie |
2009-07-15 | i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNG | Xiang, Haihao |
2009-07-14 | R6xx/r7xx: implement memcpy buffer swaps | Alex Deucher |
2009-07-15 | intel/radeon: add common metaops code. | Dave Airlie |
2009-07-14 | r6xx/r7xx: fix buffer aging bug | Alex Deucher |
2009-07-14 | R6xx/R7xx: no irqs yet. | Alex Deucher |
2009-07-15 | radeon: fix unsigned vs signed comparison in stencil code. | Dave Airlie |
2009-07-14 | intel: Fix ClearDepth to not be affected by DepthRange. | Eric Anholt |
2009-07-14 | intel: Set DepthRange in the metaops using RasterPos[2]. | Eric Anholt |
2009-07-14 | Fix state flag dependencies for fixed function fragment program updates. | Eric Anholt |
2009-07-14 | intel: Flag _NEW_ARRAY state when doing array object binding in clears. | Eric Anholt |
2009-07-14 | Disable shader dumps | Alex Deucher |
2009-07-14 | mesa: fix texture border color code for glPopAttrib() | Brian Paul |
2009-07-14 | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz |
2009-07-14 | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz |
2009-07-14 | progs/tests: Add yet another mipmap test | Jakob Bornecrantz |
2009-07-14 | mesa: regenerated enums.c file | Brian Paul |
2009-07-14 | mesa: regenerated enums.c file | Brian Paul |
2009-07-14 | scons: Monkey patch os.spawnve on Windows to become thread safe. | José Fonseca |
2009-07-14 | mesa: Report the true face number when flushing. | José Fonseca |
2009-07-14 | dri-st: Unbreak GL_EXT_blend_equation_separate. | Corbin Simpson |
2009-07-14 | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin |
2009-07-14 | radeon: Differentiate 16 bpp destination formats. | Michel Dänzer |
2009-07-14 | radeon: Invert front face winding when rendering to FBO. | Michel Dänzer |
2009-07-14 | R6xx/r7xx: Fix specular lighting issue | Cooper Yuan |
2009-07-13 | r300g: Small compile warning fixes. | Nicolai Hähnle |
2009-07-13 | r300g, radeon: Whitespace fixes. | Nicolai Hähnle |
2009-07-13 | r300g: Use align() instead of inline maths. | Corbin Simpson |
2009-07-13 | Merge branch 'shaders_cleanup' | Maciej Cencora |
2009-07-13 | intel: Partially fix fallback detection for glCopyTexSubImage. | Eric Anholt |
2009-07-13 | r300: always assume all components are read by fragment program | Maciej Cencora |