Age | Commit message (Expand) | Author |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
2010-04-16 | st/mesa: Remove NULL check of pointer that could not be NULL. | Vinson Lee |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2009-12-23 | gallium: adapt state trackers etc. to pipe_constant_buffer removal | Roland Scheidegger |
2009-10-05 | mesa/st: add ST_DEBUG environment variable | Keith Whitwell |
2009-05-19 | st: reformatting, comments, var renaming | Brian Paul |
2009-04-22 | st: also check _NEW_PROGRAM flag for vertex shader constant buffers | Brian Paul |
2009-04-21 | st: play it safe for now and check _NEW_PROGRAM for shader const buffer atom | Brian Paul |
2009-04-21 | st: do away with dynamic state atom for const buffers | Brian Paul |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-01-27 | gallium: remove redundant size from the constant buffer | Zack Rusin |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-08-14 | mesa: Don't use alignments < 4. | José Fonseca |
2008-05-02 | revert mode change back to 644 | Alan Hourihane |
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane |
2008-04-30 | gallium: use new buffer wrapper functions in p_inlines.h | Brian Paul |
2008-04-04 | gallium: Always allocate new const buffers instead of modifying existing ones. | Michel Dänzer |
2008-03-21 | gallium: fix const buffer update bug | Brian |
2008-01-25 | gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code | Keith Whitwell |
2008-01-25 | gallium: Simplify winsys buffer interface. | Michel Dänzer |
2007-12-09 | add fence interfaces and buffer create flags to pipe_winsys | keithw |
2007-11-06 | Supply buffer usage hints to winsys. | José Fonseca |
2007-10-30 | make st_upload_constants() public | Brian |
2007-09-28 | remove old debug code, fix warning | Brian |
2007-09-26 | better debugging | Brian |
2007-09-25 | better debug output | Brian |
2007-09-17 | silence warning | Brian |
2007-08-25 | add missing files | keithw |