summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2009-05-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-18softpipe: add texture target sanity check assertionBrian Paul
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca
2009-04-18softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca
2009-04-18softpipe: Remove softpipe_winsys.José Fonseca
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-07softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-04-03softpipe: add additional surface formats in tile cache codeBrian Paul
2009-03-31softpipe: use util_is_inf_or_nan()Brian Paul
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-25softpipe: Include declarations.José Fonseca
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer
2009-03-22softpipe: reformatting, comments, minor clean-upsBrian Paul
2009-03-20gallium: remove use of origin_lower_leftBrian Paul
2009-03-18softpipe: more texture transfer fixes.Brian Paul
2009-03-18softpipe: need to set tc->transfer=NULL after destroying the transfer objectBrian Paul
2009-03-16softpipe: Use p_atomic_read, not atomic_read.Michal Krol
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom
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