aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul2009-06-081-1/+1
* softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul2009-06-031-2/+12
* softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul2009-06-031-1/+1
* Merge branch 'mesa_7_5_branch'Brian Paul2009-05-301-1/+15
|\
| * softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul2009-05-301-1/+15
* | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-05-303-6/+1
* | softpipe: update comments for max texture sizeBrian Paul2009-05-291-2/+2
* | softpipe: increase max 2D/cube texture size to 4K x 4KBrian Paul2009-05-291-2/+2
* | softpipe: commentsBrian Paul2009-05-271-0/+2
* | softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul2009-05-271-0/+1
* | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul2009-05-273-1/+6
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-181-0/+5
|\|
| * softpipe: add texture target sanity check assertionBrian Paul2009-05-181-0/+5
* | gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-163-1/+7
|/
* softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul2009-04-281-2/+2
* gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer2009-04-232-0/+25
* softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul2009-04-201-2/+2
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-182-7/+3
* softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca2009-04-181-2/+1
* 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