summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-133-4/+17
| | | | src in mask was broken
* mesa: whitespace fixesBrian Paul2009-10-131-2/+2
|
* mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul2009-10-131-7/+48
| | | | | | | We need to check that we can actually render to the texture's format before doing mipmap generation. This may fix bug 24219.
* r300g: More debug flags.Corbin Simpson2009-10-123-4/+9
|
* r300g: Surface debug.Corbin Simpson2009-10-123-6/+8
| | | | | It gets really annoying watching r300g tell me how it's filling surfaces. Or falling back during filling surfaces.
* r300g: Fallback on surfaces we can't render to or from.Corbin Simpson2009-10-121-2/+11
| | | | Still not sure why st keeps handing down things we can't render to.
* r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson2009-10-121-5/+17
|
* r300g: Clean up texture formats.Corbin Simpson2009-10-123-9/+9
|
* mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul2009-10-121-4/+15
|
* mesa: minor clean up in check_begin_texture_render()Brian Paul2009-10-121-1/+1
|
* intel: whitespace/formatting clean-upBrian Paul2009-10-121-10/+18
|
* intel: replace extern decl with #includeBrian Paul2009-10-121-1/+2
|
* intel: added INLINE keyword to minify()Brian Paul2009-10-121-1/+1
| | | | This is mainly just to silence some warnings.
* intel: code clean-upsBrian Paul2009-10-121-4/+5
|
* intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-127-65/+40
| | | | | This lets us get rid of intel_miptree_depth_offsets() and simplify all of the calling code.
* i965: remove unused varBrian Paul2009-10-121-1/+0
|
* prog/tests: Fix MSVC build.Vinson Lee2009-10-121-1/+1
|
* mesa: print program Id when printingBrian Paul2009-10-121-2/+2
|
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-122-1/+15
|
* r600: implement ProgramStringNotifyAndre Maasikas2009-10-121-17/+38
| | | | | need this to properly test with piglit/glean vert/fragprog tests copied mostly from r300, many thanks to osiris, nha, airlied, others...
* r600: LIT dst.y gets value from src.xAndre Maasikas2009-10-121-0/+1
| | | | | seems I overlooked this when removing hardcoded swizzles for this one previously
* r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas2009-10-121-1/+1
|
* st/xorg: initialize pipe in the rendererZack Rusin2009-10-111-0/+1
|
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-1111-786/+1170
| | | | | | extract all the rendering code to xorg_rendedrer, make both exa and xv share that code. in the process cleanup the rendering code and implement a lot more of the xv infrastructure.
* 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.