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
/
drivers
/
common
/
meta_tex_subimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Delete the PBO texsubimage path for real
Jason Ekstrand
2017-10-12
1
-495
/
+0
*
meta: Actually initialize ImmutableLevels to 1.
Kenneth Graunke
2017-07-17
1
-0
/
+1
*
meta: Refactor texture format translation
Topi Pohjolainen
2017-01-27
1
-6
/
+3
*
meta/texsubimage: tex_image is always non-null, avoid confusing code
Ilia Mirkin
2016-07-11
1
-1
/
+1
*
mesa/meta: check for signed/unsigned int conversion for pbo getteximage
Dave Airlie
2016-05-11
1
-0
/
+3
*
meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x.
Kenneth Graunke
2016-03-21
1
-0
/
+6
*
meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2016-03-02
1
-4
/
+1
*
meta: Fix the pbo usage in meta for GLES{1,2} contexts
Anuj Phogat
2016-03-02
1
-8
/
+13
*
meta: Don't pollute the framebuffer namespace
Ian Romanick
2016-03-01
1
-18
/
+20
*
meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebuffer
Ian Romanick
2016-03-01
1
-4
/
+20
*
meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
Ian Romanick
2016-03-01
1
-2
/
+2
*
meta: Use _mesa_check_framebuffer_status instead of _mesa_CheckFramebufferStatus
Ian Romanick
2016-03-01
1
-4
/
+4
*
meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...
Ian Romanick
2016-03-01
1
-12
/
+18
*
meta/TexSubImage: Don't pollute the buffer object namespace
Ian Romanick
2015-11-24
1
-18
/
+24
*
meta: Use DSA functions for PBO in create_texture_for_pbo
Ian Romanick
2015-11-24
1
-19
/
+11
*
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