summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2009-01-02softpipe: increase number of texture samplers/units to PIPE_MAX_SAMPLERS (16)Brian Paul
2008-12-31Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2008-12-30gallium: Remove unused variables.José Fonseca
2008-12-22softpipe: Don't fill surfaces's winsys fields.José Fonseca
2008-12-22softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca
2008-12-22softpipe: initialize refcount and winsysJerome Glisse
2008-12-22softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-18softpipe: initialize refcount and winsysJerome Glisse
2008-12-18softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-11softpipe: Add missing header include.Michal Krol
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul
2008-12-04softpipe: plug in softpipe's texture samplers into draw module.Brian
2008-12-04gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian
2008-12-01softpipe: minor tweaks, clean-upsBrian
2008-12-01softpipe: compute nearest/linear texcoords four at a time.Brian
2008-12-01gallium: minor texture-related clean-ups, comments, etcBrian
2008-11-25softpipe: Fix function prototype.Michal Krol
2008-11-24gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-11-09gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-06softpipe: debug code (disabled)Brian Paul
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul
2008-10-21gallium: remove unused varBrian Paul
2008-10-15gallium: fix the shader-rebind test in softpipe, as was done for the draw mod...Brian Paul
2008-10-15gallium: temporariliy revert softpipe shader optimizationBrian Paul
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca
2008-10-06make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell
2008-09-19softpipe: Obey const qualifier.José Fonseca
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-09softpipe: Code (commented out) to dump BMPs.José Fonseca
2008-09-09softpipe: Silence compiler warning on Windows.Michal Krol
2008-09-08softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.Michal Krol
2008-09-08softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol
2008-09-08softpipe: More improvements for multithreaded softpipe.Michal Krol