summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-304-15/+15
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-294-15/+15
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-272-4/+3
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-2710-14/+14
* gallium: standardize naming of masksZack Rusin2009-01-271-2/+2
* gallium: Remove the standalone surfaces.José Fonseca2009-01-202-36/+9
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-082-4/+4
* softpipe: increase number of texture samplers/units to PIPE_MAX_SAMPLERS (16)Brian Paul2009-01-021-2/+2
* Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca2008-12-311-17/+34
|\
| * softpipe: Don't fill surfaces's winsys fields.José Fonseca2008-12-221-2/+0
| * softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca2008-12-221-15/+34
| * softpipe: initialize refcount and winsysJerome Glisse2008-12-221-0/+2
| * softpipe: convert to use texture instead of surfaceJerome Glisse2008-12-221-35/+30
* | gallium: Remove unused variables.José Fonseca2008-12-301-1/+0
* | softpipe: initialize refcount and winsysJerome Glisse2008-12-181-0/+2
* | softpipe: convert to use texture instead of surfaceJerome Glisse2008-12-181-35/+30
* | softpipe: fix vertex shader texture samplingBrian Paul2008-12-175-43/+98
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-0/+2
|\ \ | |/
| * softpipe: Add missing header include.Michal Krol2008-12-111-0/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-12-101-0/+20
|\ \ | |/
| * gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul2008-12-101-0/+20
* | softpipe: plug in softpipe's texture samplers into draw module.Brian2008-12-042-0/+18
* | gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian2008-12-041-0/+2
* | softpipe: minor tweaks, clean-upsBrian2008-12-011-13/+4
* | softpipe: compute nearest/linear texcoords four at a time.Brian2008-12-011-335/+413
* | gallium: minor texture-related clean-ups, comments, etcBrian2008-12-012-17/+17
* | softpipe: Fix function prototype.Michal Krol2008-11-252-2/+2
* | gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul2008-11-241-12/+17
* | softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-237-135/+210
* | gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian2008-11-091-1/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-061-0/+8
|\ \ | |/
| * softpipe: debug code (disabled)Brian Paul2008-11-061-0/+8
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-1/+2
|\ \ | |/
| * gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul2008-11-051-1/+2
* | gallium: remove unused varBrian Paul2008-10-211-3/+0
* | gallium: fix the shader-rebind test in softpipe, as was done for the draw mod...Brian Paul2008-10-151-4/+1
* | gallium: temporariliy revert softpipe shader optimizationBrian Paul2008-10-151-1/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-6/+6
|\ \ | |/
| * make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell2008-10-061-6/+6
* | gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-1/+1
* | softpipe: Obey const qualifier.José Fonseca2008-09-191-2/+2
* | cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-171-5/+24
|/
* softpipe: Code (commented out) to dump BMPs.José Fonseca2008-09-091-0/+13
* softpipe: Silence compiler warning on Windows.Michal Krol2008-09-091-0/+2
* softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.Michal Krol2008-09-081-4/+7
* softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol2008-09-081-1/+1
* softpipe: More improvements for multithreaded softpipe.Michal Krol2008-09-081-17/+38
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-0815-173/+183