index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
pbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/pbo: Handle zero width, height or depth when validating access
Neil Roberts
2015-09-03
1
-0
/
+6
*
mesa: Separate PBO validation checks from buffer mapping, to allow reuse
Eduardo Lima Mitev
2015-03-13
1
-31
/
+86
*
mesa: Set the correct image size in _mesa_validate_pbo_access()
Eduardo Lima Mitev
2015-03-13
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-4
/
+4
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-7
/
+11
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
1
-2
/
+2
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
2013-01-02
1
-5
/
+10
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
mesa: whitespace fixes in pbo.c
Brian Paul
2012-07-20
1
-14
/
+14
*
mesa,intel: use _mesa_image_offset() for PBOs
nobled
2011-12-08
1
-13
/
+16
*
mesa: generate error if pbo offset is not aligned with the size of specified ...
Yuanhan Liu
2011-10-19
1
-0
/
+13
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-9
/
+15
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-6
/
+5
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-5
/
+3
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-44
/
+64
*
mesa: minor whitespace fixes
Brian Paul
2011-03-24
1
-2
/
+2
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+372