summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-05Revert "softpipe: added null ptr check for align_free() call in vbuf code"Brian Paul
2009-03-05softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-27softpipe: add dumping of post-tranfsormed vertices (disabled)Keith Whitwell
2009-02-24softpipe: minor code simplification for face/zslice offset calculationBrian Paul
2009-02-24softpipe: minor code movement in softpipe_get_tex_transfer()Brian Paul
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell
2009-02-16softpipe: some improvements to texture tile cacheBrian Paul
2009-02-17softpipe: update to new draw interfacesKeith Whitwell
2009-02-12gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer
2009-02-12softpipe: Unbreak keeping track of cached surface.Michel Dänzer
2009-02-12Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.Michel Dänzer
2009-02-11softpipe: asst clean-ups, const correctness, commentsBrian Paul
2009-02-11softpipe: remove unneeded #includeBrian Paul
2009-02-11softpipe: asst comments, clean-upsBrian Paul
2009-02-11softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul
2009-02-11softpipe: updated commentsBrian
2009-02-11softpipe: rename PRIM_x to QUAD_PRIM_xBrian
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
2009-02-11softpipe: rename single-include preprocessor symbol, add commentsBrian
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian
2009-02-09softpipe: add null ptr check in softpipe_map_constant_buffers()Brian Paul
2009-02-07softpipe: simplify an assertionBrian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
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