Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | softpipe: implement some support for multiple viewports | Edward O'Callaghan | 2015-12-11 | 1 | -0/+1 |
| | | | | | | | | Mostly related to making sure the rasterizer can correctly pick out the correct scissor box for the current viewport. Signed-off-by: Edward O'Callaghan <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> | ||||
* | softpipe: add layered rendering support. | Dave Airlie | 2014-06-11 | 1 | -0/+1 |
| | | | | | | | This adds support for GL 3.2 layered rendering to softpipe. Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the old copyright name is creating unnecessary confusion, hence this change. This was the sed script I used: $ cat tg2vmw.sed # Run as: # # git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed # # Rename copyrights s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g /Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./ s/TUNGSTEN GRAPHICS/VMWARE/g # Rename emails s/[email protected]/[email protected]/ s/[email protected]/[email protected]/g s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/ s/jrfonseca\[email protected]/[email protected]/g s/keithw\[email protected]/[email protected]/g s/[email protected]/[email protected]/g s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/ s/[email protected]/[email protected]/ # Remove dead links s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g # C string src/gallium/state_trackers/vega/api_misc.c s/"Tungsten Graphics, Inc"/"VMware, Inc"/ Reviewed-by: Brian Paul <[email protected]> | ||||
* | gallium: Prefix #defines in tgsi_exec.h with TGSI_ | Tom Stellard | 2012-01-30 | 1 | -4/+4 |
| | |||||
* | softpipe: add support for shader stencil export capability | Dave Airlie | 2010-10-13 | 1 | -0/+1 |
| | | | | | | this allows softpipe to be used to test shader stencil ref exporting. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | softpipe: actually pass >1 quad from triangle routine | Keith Whitwell | 2009-07-24 | 1 | -3/+3 |
| | | | | First attempt | ||||
* | softpipe: updated comments | Brian | 2009-02-11 | 1 | -7/+19 |
| | |||||
* | softpipe: rename PRIM_x to QUAD_PRIM_x | Brian | 2009-02-11 | 1 | -4/+4 |
| | |||||
* | softpipe: rename sp_headers.h to sp_quad.h | Brian | 2009-02-11 | 1 | -0/+94 |
| | | | | This header describes the quad-related datatypes afterall. | ||||
* | softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] | Brian | 2009-02-11 | 1 | -69/+0 |
| | | | | Be more consistant with 'draw' module. | ||||
* | gallium: get rid of bufloop quad stage | Brian | 2008-04-07 | 1 | -1/+0 |
| | |||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+70 |
This is in a separate commit to ensure renames are properly preserved. |