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
/
shaderimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
mesa: Update image unit state when glBindImageTexture is called with texture=0.
Francisco Jerez
2015-05-04
1
-16
/
+15
*
mesa: Initialize image units to default state on context creation.
Francisco Jerez
2015-05-04
1
-0
/
+13
*
mesa: Validate original image internal format rather than derived mesa format.
Francisco Jerez
2015-05-04
1
-3
/
+3
*
mesa: Call _mesa_test_texobj_completeness() before using _MaxLevel in image v...
Francisco Jerez
2015-05-04
1
-3
/
+4
*
mesa: Add support for binding a buffer texture to a shader image unit.
Francisco Jerez
2015-05-04
1
-31
/
+42
*
mesa: Export shader image format to mesa format conversion function.
Francisco Jerez
2015-05-04
1
-5
/
+5
*
mesa/shaderimage.c: fix inconsistent sign warning
Alon Levy
2014-10-23
1
-1
/
+1
*
mesa: Implement glBindImageTextures
Fredrik Höglund
2014-05-02
1
-0
/
+138
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+5
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-18
/
+18
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-12
/
+12
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-10
/
+10
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-6
/
+6
*
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
-2
/
+2
*
mesa: Validate image units when the texture state changes.
Francisco Jerez
2014-01-15
1
-0
/
+11
*
mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+477