summaryrefslogtreecommitdiff
path: root/src/mesa/main/pbo.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-7/+11
2014-02-25mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-01-02mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry1-5/+10
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-0/+1
2012-07-20mesa: whitespace fixes in pbo.cBrian Paul1-14/+14
2011-12-08mesa,intel: use _mesa_image_offset() for PBOsnobled1-13/+16
2011-10-19mesa: generate error if pbo offset is not aligned with the size of specified ...Yuanhan Liu1-0/+13
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-9/+15
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-6/+5
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-5/+3
2011-04-26Squashed commit of the following:Brian Paul1-44/+64
2011-03-24mesa: minor whitespace fixesBrian Paul1-2/+2
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+372