aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
...
* softpipe: do something sensible on an error path, squash warningKeith Whitwell2008-04-221-0/+2
* softpipe: implement SP_NO_RAST env varKeith Whitwell2008-04-224-0/+18
* softpipe: make NUM_ENTRIES 32 so that div/mods are easierKeith Whitwell2008-04-221-1/+1
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* softpipe: don't need to trim primsKeith Whitwell2008-04-191-11/+0
* softpipe: fix const-related compiler warningsKeith Whitwell2008-04-181-7/+7
* gallium: assert that we're not deleting the currently bound shaderBrian Paul2008-04-171-0/+3
* softpipe: call setup_prepare earlier so that vertex info is correct when queriedKeith Whitwell2008-04-161-4/+10
* gallium: Remove middle of scope declarations.José Fonseca2008-04-151-2/+3
* gallium: enable new quad output code, remove old codeBrian2008-04-141-36/+0
* gallium: fix PIPE_CAP_MAX_RENDER_TARGETS queryBrian2008-04-141-1/+1
* gallium: take reduced prim, fill modes into account when cullingBrian Paul2008-04-143-1/+27
* softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell2008-04-144-35/+30
* softpipe: do our own culling, don't rely on the draw module.Keith Whitwell2008-04-142-22/+43
* gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.Brian Paul2008-04-111-2/+2
* gallium: implement immediates (aka literals) for SSE fragment shadersBrian Paul2008-04-111-3/+7
* remove usage of vertex_headerKeith Whitwell2008-04-108-1256/+1479
* gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA caseBrian Paul2008-04-091-1/+1
* gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-083-13/+13
* gallium: get rid of bufloop quad stageBrian2008-04-075-6/+0
* gallium: begin reworking quad stages for multiple color outputsBrian2008-04-0711-671/+734
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-293-20/+27
* gallium: Fix computation of Z values when not using early Z.Brian2008-03-281-9/+12
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-274-9/+9
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-262-6/+8
* gallium: added fragment emit/write debug countersBrian2008-03-251-0/+30
* gallium: wrap decls in extern "C"José Fonseca2008-03-231-0/+10
* gallium: remove temporary _screen suffix from function namesBrian2008-03-221-10/+10
* gallium: use new framebuffer width, height fieldsBrian2008-03-205-22/+7
* gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-195-13/+18
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* gallium: set tc->surface_map = NULL after unmappingBrian2008-03-191-0/+1
* gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell2008-03-171-2/+11
* gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian2008-03-161-0/+73
* gallium: remove DOS carriage returnsBrian2008-03-143-654/+654
* gallium: remove DOS carriage returnsBrian2008-03-141-195/+195
* gallium: fix some compiler warningsKeith Whitwell2008-03-142-2/+4
* gallium: need to all draw_flush() in softpipe_unmap_constant_buffers()Brian2008-03-131-0/+8
* gallium: in softpipe_get_vertex_info() generate a vbuf vertex_info with real ...Brian2008-03-131-0/+12
* gallium: plug in new sp_vbuf_draw_arrays() functionBrian2008-03-131-0/+57
* gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian2008-03-132-0/+13
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-0/+3
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+2
* gallium: Silence MSVC warnings.José Fonseca2008-03-121-3/+5
* gallium: WinCE portability fixes.José Fonseca2008-03-103-5/+5
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-056-865/+891
* scons: List sp_screen.c.Michal Krol2008-02-291-0/+1
* Make sure struct pipe_screen is declared.Michel Dänzer2008-02-281-0/+1
* gallium: Remove extra level of indirecttion.José Fonseca2008-02-281-1/+1
* gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian2008-02-271-2/+2