summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configs: fix some remains of the i915simple driverZack Rusin2009-10-112-5/+4
* st/xorg: implement basics of xvZack Rusin2009-10-114-6/+66
* r300g: Fix fragment program constants upload on R300Nicolai Hähnle2009-10-111-1/+1
* r300g: fix blending default state + alpha separate.Dave Airlie2009-10-111-9/+32
* progs/perf: Fix MSVC build.Vinson Lee2009-10-101-1/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-106-10/+26
|\
| * softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul2009-10-101-1/+6
| * radeon: fix scissor regressionAlex Deucher2009-10-092-8/+11
| * docs: fix aux buffer bug 24426Brian Paul2009-10-091-0/+1
| * st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
| * mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul2009-10-091-1/+1
* | softpipe: fix multi-drawbuffers regressionBrian Paul2009-10-101-3/+3
* | r300g: add video surface create and destroy functionsCooper Yuan2009-10-102-1/+65
* | st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz2009-10-081-1/+5
* | st/xorg: More fallback debuggingJakob Bornecrantz2009-10-083-32/+35
* | Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz2009-10-081-28/+16
* | st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz2009-10-081-16/+28
* | st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz2009-10-081-1/+1
* | st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz2009-10-081-1/+4
* | progs/tests: Add tests to Makefile.Vinson Lee2009-10-091-0/+7
* | softpipe: restore/fix print_vertex() debug helperBrian Paul2009-10-091-2/+6
* | progs/perf: Ignores!Jakob Bornecrantz2009-10-091-0/+10
* | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | llvmpipe: Eliminate constant mapping/unmapping.José Fonseca2009-10-093-56/+17
* | progs: Remove unused empty file.José Fonseca2009-10-091-0/+0
* | gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...José Fonseca2009-10-091-6/+12
* | r600: fixup KIL instruction a bitAndre Maasikas2009-10-091-18/+9
* | docs: bump libdrm version requirementBrian Paul2009-10-081-2/+2
* | mesa: Bump the required libdrm version to reflect reality.Eric Anholt2009-10-081-1/+1
* | i965: Use bo_references for the state cache delete function.Eric Anholt2009-10-081-17/+3
* | intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt2009-10-082-10/+20
* | mesa: free display list state after freeing shared stateBrian Paul2009-10-081-1/+3
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-084-42/+58
|\|
| * mesa: regenerated gl_mangle.h fileBrian Paul2009-10-081-0/+42
| * gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| * mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| * mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul2009-10-071-28/+4
* | progs/tests: Fix MSVC build.Vinson Lee2009-10-081-1/+0
* | mesa: clean up extended opcode codeBrian Paul2009-10-071-18/+53
* | mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul2009-10-072-42/+52
* | mesa: added _mesa_free_display_list_data()Brian Paul2009-10-073-0/+10
* | mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul2009-10-071-13/+34
* | main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul2009-10-071-199/+202
* | mesa: rename display list functionsBrian Paul2009-10-073-18/+18
* | i915g: Fix MSVC build.Vinson Lee2009-10-071-1/+1
* | softpipe: new commentsBrian Paul2009-10-071-0/+39
* | softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8
* | softpipe: prefix non-static functions with sp_Brian Paul2009-10-073-55/+55
* | r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* | Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-07208-21441/+1160
|\ \