index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
common
/
meta_tex_subimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Abort meta pbo path if TexSubImage need signed unsigned conversion
Anuj Phogat
2015-09-14
1
-18
/
+25
*
meta: Compute correct buffer size with SkipRows/SkipPixels
Chris Wilson
2015-09-02
1
-15
/
+30
*
mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()
Anuj Phogat
2015-07-24
1
-1
/
+3
*
meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2015-07-24
1
-2
/
+34
*
meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImage
Anuj Phogat
2015-07-24
1
-0
/
+5
*
meta: Abort meta pbo path if readpixels need signed-unsigned conversion
Anuj Phogat
2015-07-24
1
-0
/
+26
*
meta: Fix transfer operations check in meta pbo path for readpixels
Anuj Phogat
2015-07-24
1
-4
/
+9
*
meta: Abort texture upload if pixels == null and no pixel unpack buffer set
Anuj Phogat
2015-06-15
1
-1
/
+2
*
meta: Abort meta path if ReadPixels need rgb to luminance conversion
Anuj Phogat
2015-06-15
1
-0
/
+9
*
meta: Remove error checks for texture <-> pixel-buffer transfers that don't b...
Eduardo Lima Mitev
2015-03-13
1
-32
/
+0
*
meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
Neil Roberts
2015-03-05
1
-0
/
+8
*
meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
Neil Roberts
2015-03-05
1
-12
/
+20
*
Revert "common: Fix PBOs for 1D_ARRAY."
Neil Roberts
2015-03-05
1
-36
/
+26
*
meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
Jason Ekstrand
2015-03-02
1
-4
/
+4
*
meta: silence declaration after code warning on MinGW
Brian Paul
2015-02-27
1
-1
/
+2
*
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
2015-02-26
1
-4
/
+0
*
meta: Pass null pointer for the pixel data to avoid unnecessary data upload
Anuj Phogat
2015-02-25
1
-1
/
+4
*
meta: Fix buffer object assignment to account for both pack and unpack bo's
Anuj Phogat
2015-02-25
1
-1
/
+1
*
meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER
Anuj Phogat
2015-02-25
1
-1
/
+7
*
common: Fix PBOs for 1D_ARRAY.
Laura Ekstrand
2015-02-24
1
-26
/
+36
*
common: Correct PBO 2D_ARRAY handling.
Laura Ekstrand
2015-02-24
1
-9
/
+17
*
common: Correct texture init for meta pbo uploads and downloads.
Laura Ekstrand
2015-02-24
1
-1
/
+4
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-4
/
+8
*
meta: Move loop declaration to top of block.
José Fonseca
2015-01-22
1
-2
/
+4
*
meta: Add an implementation of GetTexSubImage for PBOs
Jason Ekstrand
2015-01-22
1
-0
/
+117
*
meta: Add a BlitFramebuffers-based implementation of TexSubImage
Jason Ekstrand
2015-01-22
1
-0
/
+238