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
/
main
/
copyimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glapi/copyimage: Implement CopyImageSubDataNV
Indrajit Kumar Das
2020-02-24
1
-26
/
+174
*
mesa: Require mipmap completeness for glCopyImageSubData() at times.
Kenneth Graunke
2017-06-28
1
-2
/
+57
*
mesa: add KHR_no_error support for glCopyImageSubData()
Samuel Pitoiset
2017-06-07
1
-0
/
+23
*
mesa: add copy_image_subdata() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+45
*
mesa: add prepare_target() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+24
*
mesa: rename prepare_target() to prepare_target_err()
Samuel Pitoiset
2017-06-07
1
-16
/
+18
*
Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."
Kenneth Graunke
2017-05-07
1
-23
/
+2
*
mesa: Require mipmap completeness for glCopyImageSubData(), sometimes.
Kenneth Graunke
2017-04-04
1
-2
/
+23
*
mesa/main: fix error checking logic on CopyImageSubData
Alejandro Piñeiro
2016-07-02
1
-5
/
+10
*
mesa/copyimage: report INVALID_VALUE for missing cube face
Dave Airlie
2016-06-03
1
-1
/
+1
*
mesa/copyimage: fix num samples check to handle renderbuffers.
Dave Airlie
2016-06-03
1
-4
/
+7
*
mesa/copyimage: make sure number of samples match.
Dave Airlie
2016-05-03
1
-0
/
+14
*
mesa: add GL_OES_copy_image support
Ilia Mirkin
2016-03-30
1
-1
/
+26
*
mesa/copyimage: allow width/height to not be multiples of block
Ilia Mirkin
2015-11-11
1
-3
/
+34
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
1
-130
/
+171
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
mesa: add some comments in copyimage.c
Brian Paul
2015-05-26
1
-0
/
+22
*
mesa: move decls, add const qualifiers in copyimage.c
Brian Paul
2015-05-26
1
-8
/
+9
*
mesa: improve ARB_copy_image internal format compat check
Seán de Búrca
2015-03-12
1
-21
/
+130
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-1
/
+1
*
mesa: check if GL_ARB_copy_image is enabled in _mesa_CopyImageSubData()
Brian Paul
2014-08-15
1
-1
/
+7
*
mesa: add missing GLAPIENTRY in copyimage.c
Brian Paul
2014-08-11
1
-1
/
+1
*
mesa: Add GL API support for ARB_copy_image
Jason Ekstrand
2014-08-11
1
-0
/
+356