| Commit message (Expand) | Author | Age | Files | Lines |
* | svga: avoid ubinding render targets that have already been unbound | Charmaine Lee | 2016-07-15 | 1 | -1/+6 |
* | svga: remove unused variable | Brian Paul | 2016-07-08 | 1 | -1/+0 |
* | svga: rebind using render target surfaces in hw draw state | Charmaine Lee | 2016-07-08 | 1 | -6/+6 |
* | svga: avoid emitting redundant DXSetRenderTargets command | Charmaine Lee | 2016-07-05 | 1 | -18/+28 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 1 | -1/+1 |
* | svga: update driver for version 10 GPU interface | Brian Paul | 2015-09-02 | 1 | -52/+288 |
* | svga: adjust adjustment for point coordinates | Brian Paul | 2014-02-14 | 1 | -1/+4 |
* | svga: whitespace, formatting fixes in svga_state_framebuffer.c | Brian Paul | 2014-01-23 | 1 | -31/+26 |
* | svga: improve loops over color buffers | Brian Paul | 2013-11-11 | 1 | -2/+5 |
* | svga: document magic number of 8 render targets per batch | Brian Paul | 2013-11-11 | 1 | -1/+13 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 1 | -1/+1 |
* | svga: silence MSVC double/float assignment warnings | Brian Paul | 2012-10-16 | 1 | -23/+23 |
* | svga: return PIPE_OK instead of 0 | Brian Paul | 2012-05-19 | 1 | -3/+3 |
* | svga: fix FBO / viewport bugs | Brian Paul | 2012-05-15 | 1 | -7/+24 |
* | svga: Fix user clip planes. | José Fonseca | 2012-01-12 | 1 | -1/+1 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -1/+1 |
* | svga: Update state prototypes to return pipe_error. | José Fonseca | 2011-11-02 | 1 | -8/+12 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -2/+2 |
* | svga: emit user-defined clip plane state | Brian Paul | 2011-04-27 | 1 | -3/+20 |
* | svga: Rebind framebuffer and tss bindings strictly when necessary. | José Fonseca | 2011-04-12 | 1 | -3/+7 |
* | svga: another tweak to adjust_x term (use -0.5) | Brian Paul | 2011-04-07 | 1 | -1/+1 |
* | svga: adjust triangle rasterization offset | Brian Paul | 2011-03-24 | 1 | -1/+1 |
* | svga: Ensure rendertargets and textures are always rebound at every command b... | José Fonseca | 2011-02-24 | 1 | -0/+49 |
* | svga: Re-emit bound rendertargets and texture samplers at the beginning of ev... | José Fonseca | 2010-08-30 | 1 | -5/+10 |
* | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | 2010-03-30 | 1 | -1/+1 |
* | Merge branch 'gallium-format-cleanup' | José Fonseca | 2010-03-02 | 1 | -1/+1 |
|\ |
|
| * | svga: Rename pipe formats. | José Fonseca | 2010-03-02 | 1 | -1/+1 |
* | | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol | 2010-02-22 | 1 | -153/+132 |
|/ |
|
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | svga: Remove unnecessary headers. | Vinson Lee | 2010-01-21 | 1 | -2/+0 |
* | svga: flush our command buffer after the 8th distinct render target | Keith Whitwell | 2009-11-27 | 1 | -0/+3 |
* | svga: Add svga driver | Jakob Bornecrantz | 2009-11-17 | 1 | -0/+455 |