summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_bitmap.c
AgeCommit message (Expand)Author
2010-02-10st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.Vinson Lee
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca
2010-01-16st/mesa: Remove unnecessary headers from st_cb_bitmap.c.Vinson Lee
2009-11-26Merge commit 'origin/st-shader-varients'Roland Scheidegger
2009-11-17mesa: fix assorted compiler warningsBrian Paul
2009-11-15mesa/st: refactor vertex and fragment shader translationKeith Whitwell
2009-10-02mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-09-01st/mesa: use new _mesa_expand_bitmap() functionBrian Paul
2009-08-24st/mesa: flush bitmap cache if Z value changesBrian Paul
2009-04-19st: Wait to create bitmap transfer until neededJakob Bornecrantz
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-09st: also check for a8 texture support in bitmap codeKeith Whitwell
2009-03-04mesa: Clear cache->trans after destroying the transfer.José Fonseca
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24mesa/st: support l8 as well as i8 in bitmap codeKeith Whitwell
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-11-28Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-11-26gallium: fix glBitmap color bugBrian Paul
2008-11-03softpipe: Don't call pipe_buffer_destroy directly.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-03gallium: fix surface memleak in bitmap codeBrian Paul
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-24mesa: More signed/unsigned float/integer fixes.José Fonseca
2008-06-17gallium: need to flush bitmap cache when raster color changesBrian Paul
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-27gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: fix shader mem leakBrian Paul
2008-05-19gallium: remove dead codeBrian Paul
2008-05-19gallium: remove dead codeBrian Paul
2008-05-16gallium: fix glBitmap surface memleak in context tear-downBrian Paul
2008-05-08gallium: remove dead codeBrian Paul