Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-14 | r300g: convert query to a state for emitting. | Dave Airlie | |
This means we don't emit in the begin query but when we have to flush. Similiar to classic. TODO: make query object actually work. | |||
2009-10-14 | r300g: fixup arb occulsion query support. | Dave Airlie | |
1: add rv530 support - num z pipes cap - add proper start/finish query options for rv530 2: convert to use linked list properly. 3: add flushing required check. 4: initial Z top disabling support. TODO: make it actually work on my rv530. | |||
2009-10-14 | r300g: attempt to make bo space check sane. | Dave Airlie | |
This attempts to make r300g do proper bo space checking as opposed to whatever it was doing now. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-10-14 | r300g: fix case where texture unit 0 is disabled but unit 1 is enabled. | Dave Airlie | |
to reproduce, start texrect, disable 0 texture in menu. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-10-13 | nouveau: nv30: use texture width,height for render target dimensions | Patrice Mandin | |
2009-10-13 | st/xorg: solid fills with masks are supported | Zack Rusin | |
gradients are supported, but not enabled by default due to little testing they got | |||
2009-10-13 | st/xorg: fix and enable by default xrender acceleration | Zack Rusin | |
src in mask was broken | |||
2009-10-12 | r300g: More debug flags. | Corbin Simpson | |
2009-10-12 | r300g: Surface debug. | Corbin Simpson | |
It gets really annoying watching r300g tell me how it's filling surfaces. Or falling back during filling surfaces. | |||
2009-10-12 | r300g: Fallback on surfaces we can't render to or from. | Corbin Simpson | |
Still not sure why st keeps handing down things we can't render to. | |||
2009-10-12 | r300g: Prevent multiple-use textures from getting incorrectly approved. | Corbin Simpson | |
2009-10-12 | r300g: Clean up texture formats. | Corbin Simpson | |
2009-10-12 | Add support for more 8 and 16 bits formats | Patrice Mandin | |
2009-10-11 | st/xorg: initialize pipe in the renderer | Zack Rusin | |
2009-10-11 | st/xorg: lots of rendering and xv changes | Zack Rusin | |
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. | |||
2009-10-11 | configs: fix some remains of the i915simple driver | Zack Rusin | |
2009-10-11 | st/xorg: implement basics of xv | Zack Rusin | |
2009-10-11 | r300g: Fix fragment program constants upload on R300 | Nicolai Hähnle | |
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-10-11 | r300g: fix blending default state + alpha separate. | Dave Airlie | |
this makes the default state same as r300 | |||
2009-10-10 | llvmpipe: Only invoke the shader if necessary. | José Fonseca | |
2009-10-10 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-10-10 | softpipe: fix multi-drawbuffers regression | Brian Paul | |
This is part of the fix for bug 24401. | |||
2009-10-10 | softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c | Brian Paul | |
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 | |||
2009-10-10 | r300g: add video surface create and destroy functions | Cooper Yuan | |
2009-10-09 | llvmpipe: Additional checks for binner block lists. | José Fonseca | |
2009-10-09 | llvmpipe: Use framebuffer coords consistently. | José Fonseca | |
2009-10-09 | llvmpipe: Fix type in tri bounding box check. | José Fonseca | |
2009-10-09 | llvmpipe: fill in tri min/max values | Keith Whitwell | |
2009-10-09 | llvmpipe: Remove partial tile override. | José Fonseca | |
2009-10-09 | llvmpipe: Undo debug override. | José Fonseca | |
2009-10-09 | llvmpipe: properly clip tile writes | Keith Whitwell | |
2009-10-09 | llvmpipe: Pass framebuffer coords to shader. | José Fonseca | |
2009-10-09 | llvmpipe: Tell setup shader inputs. | José Fonseca | |
2009-10-09 | llvmpipe: correct binning maths for iterating over whole tiles | Keith Whitwell | |
2009-10-09 | llvmpipe: Get jit_context/jit_function across the rasterizer. | José Fonseca | |
2009-10-09 | llvmpipe: set block count/used values back to zero on reset | Keith Whitwell | |
2009-10-09 | llvmpipe: just bin whole tiles for now | Keith Whitwell | |
2009-10-09 | llvmpipe: always call begin_binning on transition to active state | Keith Whitwell | |
2009-10-09 | llvmpipe: add LP_DEBUG env var | Keith Whitwell | |
2009-10-09 | llvmpipe: initialize setup data store | Keith Whitwell | |
2009-10-09 | llvmpipe: initialize setup line/tri/point funcs | Keith Whitwell | |
2009-10-09 | llvmpipe: Put jit_context in store. | José Fonseca | |
2009-10-09 | llvmpipe: trivial/clear works | Keith Whitwell | |
2009-10-09 | llvmpipe: more debug | Keith Whitwell | |
2009-10-09 | llvmpipe: Replace util_pack_color with straight float_to_ubyte. | José Fonseca | |
2009-10-09 | llvmpipe: debug, crash fixes | Keith Whitwell | |
2009-10-09 | llvmpipe: fix crash on init | Keith Whitwell | |
2009-10-09 | llvmpipe: fix a couple of warnings | Keith Whitwell | |
2009-10-09 | llvmpipe: Add stub lp_setup_is_texture_referenced. | José Fonseca | |
2009-10-09 | llvmpipe: Pass state to setup. | José Fonseca | |