aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_fs_exec.c
Commit message (Collapse)AuthorAgeFilesLines
* softpipe: Grab fs output z from the correct file.Michal Krol2009-09-251-1/+1
|
* softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell2009-08-111-25/+26
| | | | | Unshare one function (setup_pos_vector) as we want to push this code into the generated shader in the SSE case.
* softpipe: setup quad outputs from with fs->runKeith Whitwell2009-07-301-1/+33
|
* softpipe: reformatting, comments, minor clean-upsBrian Paul2009-03-221-9/+8
|
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
|
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
| | | | This header describes the quad-related datatypes afterall.
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-1/+1
| | | | | Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs.
* gallium: remove unused varBrian Paul2008-10-211-3/+0
|
* gallium: fix the shader-rebind test in softpipe, as was done for the draw ↵Brian Paul2008-10-151-4/+1
| | | | module.
* gallium: temporariliy revert softpipe shader optimizationBrian Paul2008-10-151-1/+2
|
* softpipe: Obey const qualifier.José Fonseca2008-09-191-2/+2
|
* cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-171-5/+24
|
* softpipe: Split changing fields of quad_header into input, inout and output ↵Michal Krol2008-09-081-1/+1
| | | | parts.
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
|
* gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-171-1/+4
| | | | The caller can then free the token array immediately.
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-231-2/+2
|
* [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell2008-02-211-0/+35
|
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-0/+112
Conflicts: src/gallium/drivers/softpipe/sp_quad_fs.c src/gallium/drivers/softpipe/sp_state.h src/gallium/drivers/softpipe/sp_state_fs.c