summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_constbuf.c
AgeCommit message (Expand)Author
2011-01-06st/mesa: optimize constant buffer uploadsMarek Olšák
2010-12-03st/mesa: new comment about updating state varsBrian Paul
2010-11-02st/mesa: unbind constant buffer when not in useKeith Whitwell
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-04-16st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-05-19st: reformatting, comments, var renamingBrian Paul
2009-04-22st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul
2009-04-21st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul
2009-04-21st: do away with dynamic state atom for const buffersBrian Paul
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-14mesa: Don't use alignments < 4.José Fonseca
2008-05-02revert mode change back to 644Alan Hourihane
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul
2008-04-04gallium: Always allocate new const buffers instead of modifying existing ones.Michel Dänzer
2008-03-21gallium: fix const buffer update bugBrian
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2007-12-09add fence interfaces and buffer create flags to pipe_winsyskeithw
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-10-30make st_upload_constants() publicBrian
2007-09-28remove old debug code, fix warningBrian
2007-09-26better debuggingBrian
2007-09-25better debug outputBrian
2007-09-17silence warningBrian
2007-08-25add missing fileskeithw