summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | Signed-off-by: Nicolai Hähnle <[email protected]>
* r300g: fix blending default state + alpha separate.Dave Airlie2009-10-111-9/+32
| | | | this makes the default state same as r300
* 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
| | | | | | | | | | | | | | | | | | | | This change silenced valgrind warnings but broke progs/tests/drawbuffers. The problem is we don't know the surface's state when we start caching it (it may or may not be initialized/cleared/etc). So "clearing" it here was presumptuous. Leaving the code in place (but disabled) for reference and when using valgrind. Fixes bug 24401
| * radeon: fix scissor regressionAlex Deucher2009-10-092-8/+11
| | | | | | | | fixes fdo bug 24248
| * docs: fix aux buffer bug 24426Brian Paul2009-10-091-0/+1
| |
| * st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
| | | | | | | | Fixes bug 24426 for gallium.
| * mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul2009-10-091-1/+1
| | | | | | | | Fixes bug 24426.
* | softpipe: fix multi-drawbuffers regressionBrian Paul2009-10-101-3/+3
| | | | | | | | This is part of the fix for bug 24401.
* | 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
| | | | | | | | Change the fallback debugging around a bit and do the old commit correctly
* | Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz2009-10-081-28/+16
| | | | | | | | | | | | | | | | This commit included a change that should have been in its own commit, and turns out that you can do what was suposed to go in it in much better way as well. This reverts commit 5080e8bea6ae5cdb116023a5e2d8dbbb762bd69d.
* | 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
| | | | | | | | There is no hardware out there that can render to I8 textures.
* | st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz2009-10-081-1/+4
| | | | | | | | Sanity checking is for the weak.
* | 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
| | | | | | | | | | | | Fixes a segfault and better code. Unfortunately using an arbitrary register ("=r") causes the gcc to abort when the code is optimized saying it can't satisfy the constraint. Setting seems to do the trick.
* | 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 ↵José Fonseca2009-10-091-6/+12
| | | | | | | | present.
* | r600: fixup KIL instruction a bitAndre Maasikas2009-10-091-18/+9
| | | | | | | | | | | | | | - KILLGT takes 2 arguments - arb KIL has no dst register - add TODO about clause ending but currently piglit fp-kil passes and does not hang the card
* | docs: bump libdrm version requirementBrian Paul2009-10-081-2/+2
| | | | | | | | Probably need to bump other version requirements too...
* | mesa: Bump the required libdrm version to reflect reality.Eric Anholt2009-10-081-1/+1
| | | | | | | | | | | | | | Not all drivers require the latest version, but distros are good at tracking it since we've got a good record as far as not regressing, and it sure beats having a weird compile failure in someone else's driver later on.
* | i965: Use bo_references for the state cache delete function.Eric Anholt2009-10-081-17/+3
| | | | | | | | This appears to shave about 3% off the CPU usage in cairo-gl for firefox.
* | 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
| | | | | | | | Fixes bug 24402.
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-084-42/+58
|\| | | | | | | | | | | Conflicts: src/mesa/drivers/common/meta.c
| * mesa: regenerated gl_mangle.h fileBrian Paul2009-10-081-0/+42
| |
| * gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| | | | | | | | See bug 24321.
| * mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| | | | | | | | See bug 24321.
| * mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul2009-10-071-28/+4
| | | | | | | | | | They're freed by the normal context deallocation code. Fixes Blender crash, bug 24185.
* | 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
| | | | | | | | The -1 term in alloc_instruction() foiled later NULL pointer checks.
* | main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul2009-10-071-199/+202
| |
* | mesa: rename display list functionsBrian Paul2009-10-073-18/+18
| | | | | | | | | | _mesa_alloc_instruction() sounded like it was related to vertex/fragment program instructions, but it wasn't.
* | 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
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/r300/r300_tgsi_to_rc.c Signed-off-by: Nicolai Hähnle <[email protected]>