Age | Commit message (Expand) | Author |
2009-05-30 | softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON | Brian Paul |
2009-05-29 | softpipe: update comments for max texture size | Brian Paul |
2009-05-29 | softpipe: increase max 2D/cube texture size to 4K x 4K | Brian Paul |
2009-05-27 | softpipe: comments | Brian Paul |
2009-05-27 | softpipe: include sp_winsys.h to silence warning (unprototyped function) | Brian Paul |
2009-05-27 | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON | Brian Paul |
2009-05-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-18 | softpipe: add texture target sanity check assertion | Brian Paul |
2009-05-16 | gallium: remove occlusion_count flag from depth-stencil state | Keith Whitwell |
2009-04-28 | softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced() | Brian Paul |
2009-04-23 | gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set. | Michel Dänzer |
2009-04-20 | softpipe: fix softpipe_is_buffer/texture_referenced() regression | Brian Paul |
2009-04-18 | softpipe: Simplify softpipe_create's prototype. | José Fonseca |
2009-04-18 | softpipe: Fix softpipe_is_texture_referenced prototype. | José Fonseca |
2009-04-18 | softpipe: Remove softpipe_winsys. | José Fonseca |
2009-04-15 | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom |
2009-04-07 | softpipe: minor debug-help changes in softpipe_transfer_map() | Brian Paul |
2009-04-06 | softpipe: clean up the buffer clear and tile cache code a little | Brian Paul |
2009-04-04 | gallium: Clean up driver clear() interface. | Michel Dänzer |
2009-04-03 | softpipe: add additional surface formats in tile cache code | Brian Paul |
2009-03-31 | softpipe: use util_is_inf_or_nan() | Brian Paul |
2009-03-26 | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer |
2009-03-25 | softpipe: Include declarations. | José Fonseca |
2009-03-23 | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer |
2009-03-22 | softpipe: reformatting, comments, minor clean-ups | Brian Paul |
2009-03-20 | gallium: remove use of origin_lower_left | Brian Paul |
2009-03-18 | softpipe: more texture transfer fixes. | Brian Paul |
2009-03-18 | softpipe: need to set tc->transfer=NULL after destroying the transfer object | Brian Paul |
2009-03-16 | softpipe: Use p_atomic_read, not atomic_read. | Michal Krol |
2009-03-16 | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom |
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz |
2009-03-05 | Revert "softpipe: added null ptr check for align_free() call in vbuf code" | Brian Paul |
2009-03-05 | softpipe: added null ptr check for align_free() call in vbuf code | Brian Paul |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-27 | softpipe: add dumping of post-tranfsormed vertices (disabled) | Keith Whitwell |
2009-02-24 | softpipe: minor code simplification for face/zslice offset calculation | Brian Paul |
2009-02-24 | softpipe: minor code movement in softpipe_get_tex_transfer() | Brian Paul |
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-18 | Merge commit 'origin/draw-vbuf-interface' | Keith Whitwell |
2009-02-16 | softpipe: some improvements to texture tile cache | Brian Paul |
2009-02-17 | softpipe: update to new draw interfaces | Keith Whitwell |
2009-02-12 | gallium: Fix a couple of potential NULL pointer dereferences. | Michel Dänzer |
2009-02-12 | softpipe: Unbreak keeping track of cached surface. | Michel Dänzer |
2009-02-12 | Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'. | Michel Dänzer |
2009-02-11 | softpipe: asst clean-ups, const correctness, comments | Brian Paul |
2009-02-11 | softpipe: remove unneeded #include | Brian Paul |