summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-16softpipe: fix out of bounds quad rasterization bugBrian Paul
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-06-08softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul
2009-06-04softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul
2009-06-04softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul
2009-06-03softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul
2009-06-03softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul
2009-05-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-30Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul
2009-05-30softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul
2009-05-29softpipe: update comments for max texture sizeBrian Paul
2009-05-29softpipe: increase max 2D/cube texture size to 4K x 4KBrian Paul
2009-05-27softpipe: commentsBrian Paul
2009-05-27softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul
2009-05-27softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul
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