summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-20Add common_ppc.c to MESA_GALLIUM_SOURCES.Michel Dänzer
2009-07-20r300g: Fix SCons build.Michel Dänzer
2009-07-20gallium/trace: Fix SCons build.Michel Dänzer
2009-07-20r300g: Guard R500 register writes by is_r500 check.Michel Dänzer
2009-07-18gallium: make g3dvl build againDave Airlie
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-17R6xx/R7xx: add fine grained syncing supportAlex Deucher
2009-07-17R6xx/r7xx: send depth state in it's own functionAlex Deucher
2009-07-18st/egl: Fix broken build after EGL thread changesAndrew Randrianasulu
2009-07-17R200: fix build when RADEON_DEBUG_BO is setAlex Deucher
2009-07-18radeon: disable BO debugDave Airlie
2009-07-17egl: commit missing eglcurrent.[ch] filesBrian Paul
2009-07-17Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher
2009-07-17R6xx/r7xx: warning fixesKevin DeKorte
2009-07-17mesa: set version to 7.5Brian Paul
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Destroy display's resources upon termination.Chia-I Wu
2009-07-17egl: Return the same EGL Display for the same native display.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu
2009-07-17egl: Extend per-thread info for multiple current contexts.Chia-I Wu
2009-07-17egl: Support per-thread info.Chia-I Wu
2009-07-17egl: Add eglcompiler.h for compiler features.Chia-I Wu
2009-07-17R6xx/r7xx: disable depth/stencil compression for nowAlex Deucher
2009-07-17R6xx/r7xx: add some missing state regsAlex Deucher
2009-07-16texenv: Calculate whether we need to do secondary color on our own.Eric Anholt
2009-07-16i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.Eric Anholt
2009-07-16R6xx: fix rendering on r6xx/rs780 chipsAlex Deucher
2009-07-16python/retrace: Process the call no passed to --to option inclusively.José Fonseca
2009-07-16python/retrace: Dump the surface copy contents.José Fonseca
2009-07-16python/retrace: Flush stdout before calling the pipe driver.José Fonseca
2009-07-16mesa: Fix logbase2.José Fonseca
2009-07-16draw: fix ppc build regressionKeith Whitwell
2009-07-16Warning fixesKevin DeKorte
2009-07-16R6xx/r7xx: remove unused functionAlex Deucher
2009-07-16st/mesa: add some array index bounds assertionsBrian Paul
2009-07-16Restore vp input mapping, fix vtx stream missing problem.Richard Li
2009-07-16tgsi: simplify and fix sse KIL implementationKeith Whitwell
2009-07-16rtasm: export sse_movmskpsKeith Whitwell
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell
2009-07-16python: Hack to prevent segmentation faults when python exits.José Fonseca
2009-07-16wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca
2009-07-16python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.José Fonseca
2009-07-16tgsi: make sse function callout mechanism more genericKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-07-16tgsi: no need to separately malloc input and output arraysKeith Whitwell
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell
2009-07-16tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-07-16Fix more merge falloutAlex Deucher