Age | Commit message (Expand) | Author |
2010-11-26 | st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BIT | Mathias Fröhlich |
2010-11-26 | st/mesa: fix mapping of zero-sized buffer objects | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-09 | mesa: Ensure object refcount is null when destroying the buffer. | José Fonseca |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-03 | mesa: Cope with the degenerate case of zero length ranges. | José Fonseca |
2009-12-23 | gallium: only create pipe buffer when size is nonzero | Maarten Maathuis |
2009-11-06 | mesa: Translate MAP_UNSYNCHRONIZED_BIT. | José Fonseca |
2009-09-03 | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul |
2009-08-31 | st/mesa: fix obj->Pointer offset in st_bufferobj_map_range() | Brian Paul |
2009-06-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-30 | mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange. | José Fonseca |
2009-06-19 | st/mesa: restore some parameter checking buffer object functions | Brian Paul |
2009-06-19 | st/mesa: remove redundant st_buffer_object::size field and error checks | Brian Paul |
2009-06-09 | mesa/st: fix tracking of mapped buffer ranges | Keith Whitwell |
2009-06-09 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-08 | st/mesa: fix incorrect bufObj Length assignment, remove unneeded assertion | Brian Paul |
2009-06-02 | st/mesa: minor clean-ups, reformatting, etc | Brian Paul |
2009-06-02 | st/mesa: implement/enable GL_ARB_copy_buffer extension | Brian Paul |
2009-05-13 | st/mesa: enable GL_APPLE_vertex_array_object for gallium drivers | Brian Paul |
2009-04-21 | st: report GL_OUT_OF_MEMORY instead of asserting | Brian Paul |
2009-04-20 | st: assert on pipe_buffer_create failure | Keith Whitwell |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-04-15 | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom |
2009-03-04 | mesa: Follow ARB_map_buffer_range more stricly. | José Fonseca |
2009-03-04 | Merge commit 'origin/master' into gallium-map-range | José Fonseca |
2009-03-04 | mesa: Implement and use FlushMappedBufferRange. | José Fonseca |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-03-03 | mesa: Massage the interface to more closely resemble ARB_map_buffer_range | José Fonseca |
2009-03-03 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-03-03 | mesa/st: implement MapBufferRange callback | Keith Whitwell |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-12 | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul |
2009-02-12 | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-04-30 | gallium: use new buffer wrapper functions in p_inlines.h | Brian Paul |
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-09-10 | merge buffer_unreference(), buffer_reference() | Brian |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell |
2007-08-10 | minor clean-ups | Brian |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian |