summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pbo.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/pbo: Handle zero width, height or depth when validating accessNeil Roberts2015-09-031-0/+6
* mesa: Separate PBO validation checks from buffer mapping, to allow reuseEduardo Lima Mitev2015-03-131-31/+86
* mesa: Set the correct image size in _mesa_validate_pbo_access()Eduardo Lima Mitev2015-03-131-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-7/+11
* mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák2014-02-251-2/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry2013-01-021-5/+10
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-0/+1
* mesa: whitespace fixes in pbo.cBrian Paul2012-07-201-14/+14
* mesa,intel: use _mesa_image_offset() for PBOsnobled2011-12-081-13/+16
* mesa: generate error if pbo offset is not aligned with the size of specified ...Yuanhan Liu2011-10-191-0/+13
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-9/+15
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-6/+5
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-5/+3
* Squashed commit of the following:Brian Paul2011-04-261-44/+64
* mesa: minor whitespace fixesBrian Paul2011-03-241-2/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+372