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
/
readpix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use single memcpy when strides match in glReadPixels, texstore code
Bartosz Tomczyk
2017-04-10
1
-5
/
+10
*
main/framebuffer: refactor _mesa_get_color_read_format/type
Alejandro Piñeiro
2017-02-06
1
-2
/
+2
*
mesa: remove null check before free
Thomas Hindoe Paaboel Andersen
2016-05-05
1
-2
/
+1
*
mesa: use sizeof on the correct type
Thomas Hindoe Paaboel Andersen
2016-02-23
1
-1
/
+1
*
mesa/readpix: Dedent former _mesa_readpixels() if block
Nanley Chery
2016-02-09
1
-29
/
+29
*
mesa/readpix: Don't clip in _mesa_readpixels()
Nanley Chery
2016-02-09
1
-13
/
+7
*
mesa/readpix: Clip ReadPixels() area to the ReadBuffer's
Nanley Chery
2016-02-09
1
-2
/
+5
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-28
1
-1
/
+1
*
mesa: fix errors when reading depth with glReadPixels
Tapani Pälli
2015-09-18
1
-0
/
+1
*
mesa/readpixels: check strides are equal before skipping conversion
Dave Airlie
2015-09-02
1
-1
/
+2
*
mesa: fix SwapBytes handling in numerous places
Dave Airlie
2015-09-02
1
-9
/
+2
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-1
/
+1
*
mesa: add NV_read_{depth,stencil,depth_stencil} extensions
Rob Clark
2015-08-12
1
-9
/
+39
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-2
/
+2
*
mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()
Anuj Phogat
2015-07-24
1
-13
/
+15
*
mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()
Anuj Phogat
2015-07-24
1
-0
/
+18
*
mesa: Turn get_readpixels_transfer_ops() in to a global function
Anuj Phogat
2015-07-24
1
-7
/
+9
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-6
/
+6
*
mesa: remove unnecessary checks in _mesa_readpixels_needs_slow_path
Iago Toral Quiroga
2015-06-26
1
-16
/
+0
*
mesa: Turn need_rgb_to_luminance_conversion() in to a global function
Anuj Phogat
2015-06-15
1
-5
/
+6
*
mesa: Use helper function need_rgb_to_luminance_conversion()
Anuj Phogat
2015-06-15
1
-7
/
+4
*
mesa: Handle integer formats in need_rgb_to_luminance_conversion()
Anuj Phogat
2015-06-15
1
-1
/
+4
*
main: Refactor _mesa_get_clamp_read_color.
Laura Ekstrand
2015-05-14
1
-2
/
+2
*
mesa: Free memory allocated for luminance in readpixels.
Matt Turner
2015-03-02
1
-0
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-6
/
+6
*
mesa: Fix element count for byte-swaps in texstore, readpix and texgetimage
Iago Toral Quiroga
2015-02-16
1
-5
/
+8
*
mesa: rename RGBA8888_* format constants to something appropriate.
Iago Toral Quiroga
2015-01-14
1
-3
/
+3
*
mesa: use _mesa_format_convert to implement glReadPixels.
Iago Toral Quiroga
2015-01-12
1
-142
/
+184
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
1
-1
/
+1
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-1
/
+1
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
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: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: refactor clamping controls, get rid of _ClampReadColor
Marek Olšák
2013-04-06
1
-2
/
+3
*
mesa: add common format-independent memcpy-based ReadPixels path
Marek Olšák
2013-03-23
1
-34
/
+160
*
mesa: add a common function returning transfer ops for ReadPixels
Marek Olšák
2013-03-23
1
-20
/
+74
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-1
/
+1
*
readpix: allow implementation format/type
Jordan Justen
2013-01-20
1
-1
/
+6
*
extensions: enable EXT_color_buffer_float for ES3
Jordan Justen
2013-01-20
1
-0
/
+2
*
readpix: check FBO completeness before trying to access the read-buffer
Jordan Justen
2013-01-20
1
-9
/
+9
*
readpix: add error checking for GLES3
Jordan Justen
2013-01-20
1
-0
/
+56
*
mesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPTH_*, ...) on ES 3
Matt Turner
2013-01-15
1
-9
/
+13
*
mesa: Fix segfault on reading from a missing color read buffer.
Eric Anholt
2012-11-17
1
-11
/
+11
*
mesa: move _mesa_es_error_check_format_and_type() to glformats.c
Brian Paul
2012-09-26
1
-1
/
+0
*
mesa: move GL_HALF_FLOAT_OES definition to glheader.h
Brian Paul
2012-09-26
1
-5
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-5
/
+5
[next]