summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
...
* softpipe: Remove softpipe_winsys.José Fonseca2009-04-181-12/+0
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+18
* softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul2009-04-071-2/+4
* softpipe: clean up the buffer clear and tile cache code a littleBrian Paul2009-04-063-39/+15
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-042-43/+26
* softpipe: add additional surface formats in tile cache codeBrian Paul2009-04-031-0/+3
* softpipe: use util_is_inf_or_nan()Brian Paul2009-03-311-12/+5
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-262-12/+0
* softpipe: Include declarations.José Fonseca2009-03-251-0/+1
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-1/+0
* softpipe: reformatting, comments, minor clean-upsBrian Paul2009-03-224-30/+47
* gallium: remove use of origin_lower_leftBrian Paul2009-03-202-25/+6
* softpipe: more texture transfer fixes.Brian Paul2009-03-181-4/+8
* softpipe: need to set tc->transfer=NULL after destroying the transfer objectBrian Paul2009-03-181-0/+1
* softpipe: Use p_atomic_read, not atomic_read.Michal Krol2009-03-161-1/+1
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-133-9/+21
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+12
* Revert "softpipe: added null ptr check for align_free() call in vbuf code"Brian Paul2009-03-051-2/+1
* softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul2009-03-051-1/+2
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-048-8/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-044-60/+37
* softpipe: add dumping of post-tranfsormed vertices (disabled)Keith Whitwell2009-02-271-0/+33
* softpipe: minor code simplification for face/zslice offset calculationBrian Paul2009-02-241-7/+10
* softpipe: minor code movement in softpipe_get_tex_transfer()Brian Paul2009-02-241-4/+5
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-188-106/+209
|\
| * Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-1625-201/+210
| |\
| * | gallium: Fix a couple of potential NULL pointer dereferences.Michel Dänzer2009-02-121-22/+33
| * | softpipe: Unbreak keeping track of cached surface.Michel Dänzer2009-02-121-4/+3
| * | Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.Michel Dänzer2009-02-121-14/+14
| * | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-058-105/+198
* | | Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-181-13/+32
|\ \ \
| * | | softpipe: update to new draw interfacesKeith Whitwell2009-02-171-13/+32
| | |/ | |/|
* / | softpipe: some improvements to texture tile cacheBrian Paul2009-02-161-4/+12
|/ /
* | softpipe: asst clean-ups, const correctness, commentsBrian Paul2009-02-111-14/+16
* | softpipe: remove unneeded #includeBrian Paul2009-02-111-1/+0
* | softpipe: asst comments, clean-upsBrian Paul2009-02-111-12/+10
* | softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul2009-02-112-21/+8
* | softpipe: updated commentsBrian2009-02-111-7/+19
* | softpipe: rename PRIM_x to QUAD_PRIM_xBrian2009-02-114-11/+12
* | softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-1117-20/+19
* | softpipe: rename single-include preprocessor symbol, add commentsBrian2009-02-111-3/+8
* | softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-1118-16/+16
* | softpipe: add null ptr check in softpipe_map_constant_buffers()Brian Paul2009-02-091-2/+8
* | softpipe: simplify an assertionBrian Paul2009-02-071-1/+1
|/
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-022-9/+14
* 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