Age | Commit message (Expand) | Author |
2009-07-20 | radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil. | Michel Dänzer |
2009-07-20 | tgsi: get texturing working in vertex shader sse2 path | Keith Whitwell |
2009-07-20 | tgsi: fix regression in indexed const lookups | Keith Whitwell |
2009-07-20 | r600: Fix compilation | Kevin DeKorte |
2009-07-20 | R6xx/r7xx: Fix line stipple and width issue | Cooper Yuan |
2009-07-20 | Add common_ppc.c to MESA_GALLIUM_SOURCES. | Michel Dänzer |
2009-07-20 | r300g: Fix SCons build. | Michel Dänzer |
2009-07-20 | gallium/trace: Fix SCons build. | Michel Dänzer |
2009-07-20 | r300g: Guard R500 register writes by is_r500 check. | Michel Dänzer |
2009-07-18 | gallium: make g3dvl build again | Dave Airlie |
2009-07-17 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-17 | R6xx/R7xx: add fine grained syncing support | Alex Deucher |
2009-07-17 | R6xx/r7xx: send depth state in it's own function | Alex Deucher |
2009-07-18 | st/egl: Fix broken build after EGL thread changes | Andrew Randrianasulu |
2009-07-17 | R200: fix build when RADEON_DEBUG_BO is set | Alex Deucher |
2009-07-18 | radeon: disable BO debug | Dave Airlie |
2009-07-17 | egl: commit missing eglcurrent.[ch] files | Brian Paul |
2009-07-17 | Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in... | Alex Deucher |
2009-07-17 | R6xx/r7xx: warning fixes | Kevin DeKorte |
2009-07-17 | mesa: set version to 7.5 | Brian Paul |
2009-07-17 | egl: Remove redundant DeletePending flag. | Chia-I Wu |
2009-07-17 | egl: Destroy display's resources upon termination. | Chia-I Wu |
2009-07-17 | egl: Return the same EGL Display for the same native display. | Chia-I Wu |
2009-07-17 | egl: Use the link functions to manage resources. | Chia-I Wu |
2009-07-17 | egl: Add funtions to link contexts and surfaces to displays. | Chia-I Wu |
2009-07-17 | egl: Extend per-thread info for multiple current contexts. | Chia-I Wu |
2009-07-17 | egl: Support per-thread info. | Chia-I Wu |
2009-07-17 | egl: Add eglcompiler.h for compiler features. | Chia-I Wu |
2009-07-17 | R6xx/r7xx: disable depth/stencil compression for now | Alex Deucher |
2009-07-17 | R6xx/r7xx: add some missing state regs | Alex Deucher |
2009-07-16 | texenv: Calculate whether we need to do secondary color on our own. | Eric Anholt |
2009-07-16 | i965: Add missing state dependency of sf_unit on _NEW_BUFFERS. | Eric Anholt |
2009-07-16 | R6xx: fix rendering on r6xx/rs780 chips | Alex Deucher |
2009-07-16 | python/retrace: Process the call no passed to --to option inclusively. | José Fonseca |
2009-07-16 | python/retrace: Dump the surface copy contents. | José Fonseca |
2009-07-16 | python/retrace: Flush stdout before calling the pipe driver. | José Fonseca |
2009-07-16 | mesa: Fix logbase2. | José Fonseca |
2009-07-16 | draw: fix ppc build regression | Keith Whitwell |
2009-07-16 | Warning fixes | Kevin DeKorte |
2009-07-16 | R6xx/r7xx: remove unused function | Alex Deucher |
2009-07-16 | st/mesa: add some array index bounds assertions | Brian Paul |
2009-07-16 | Restore vp input mapping, fix vtx stream missing problem. | Richard Li |
2009-07-16 | tgsi: simplify and fix sse KIL implementation | Keith Whitwell |
2009-07-16 | rtasm: export sse_movmskps | Keith Whitwell |
2009-07-16 | tgsi: initial texturing support on sse path | Keith Whitwell |
2009-07-16 | python: Hack to prevent segmentation faults when python exits. | José Fonseca |
2009-07-16 | wgl: Expose pipe_screen/pipe_context via an extension. | José Fonseca |
2009-07-16 | python: Obtain pipe_screen/pipe_context from the system's OpenGL driver. | José Fonseca |
2009-07-16 | tgsi: make sse function callout mechanism more generic | Keith Whitwell |
2009-07-16 | tgsi: reduce x86 reg usage in tgsi_sse generated programs | Keith Whitwell |