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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
4
-5
/
+18
*
mesa: make _mesa_get_proxy_tex_image() static
Brian Paul
2012-08-24
2
-9
/
+8
*
mesa: don't clear proxy image fields when regular GL error is generated
Brian Paul
2012-08-24
1
-11
/
+33
*
mesa: fix glTexImage proxy texture error generation
Brian Paul
2012-08-24
1
-52
/
+43
*
mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...
Ian Romanick
2012-08-23
2
-5
/
+10
*
mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...
Ian Romanick
2012-08-23
2
-26
/
+16
*
mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...
Ian Romanick
2012-08-23
2
-8
/
+18
*
mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...
Ian Romanick
2012-08-23
2
-133
/
+17
*
mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...
Ian Romanick
2012-08-23
3
-203
/
+98
*
mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
2
-10
/
+4
*
mesa: Generate an error when glCopyTexImage border is invalid
Ian Romanick
2012-08-23
1
-0
/
+2
*
mesa/es: Add support for GL_APPLE_texture_max_level
Ian Romanick
2012-08-23
1
-0
/
+1
*
mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...
Ian Romanick
2012-08-23
2
-29
/
+84
*
mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
3
-75
/
+54
*
mesa/es: Remove redundant glBindTexture target validation
Ian Romanick
2012-08-23
1
-8
/
+0
*
mesa: Filter glBindTexture targets based on supported features.
Ian Romanick
2012-08-23
1
-9
/
+21
*
mesa/es: Validate tex image targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
2
-130
/
+29
*
mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...
Ian Romanick
2012-08-23
2
-10
/
+15
*
mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
3
-34
/
+15
*
mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
3
-26
/
+12
*
mesa: Refactor validate_texture_wrap_mode to use a switch-statement
Ian Romanick
2012-08-23
1
-35
/
+42
*
mesa: Fix generic compressed texture formats' handling in glTexImage/glCopyTe...
Anuj Phogat
2012-08-21
1
-30
/
+2
*
APIspec: Remove cruft about AMD_compressed_???_texture
Ian Romanick
2012-08-20
1
-15
/
+0
*
mesa/es: Remove redundant glFramebufferTexture3D textarget validation
Ian Romanick
2012-08-20
1
-4
/
+0
*
mesa/es: Remove redundant glGetShaderiv pname validation
Ian Romanick
2012-08-20
1
-8
/
+0
*
mesa/es: Remove redundant glCompressedTexImage border validation
Ian Romanick
2012-08-20
1
-4
/
+0
*
mesa/es: Remove redundant glPointSizePointer type validation
Ian Romanick
2012-08-20
1
-5
/
+0
*
mesa/es: Remove redundant glGetBufferPointer pname validation
Ian Romanick
2012-08-20
1
-4
/
+0
*
mesa/es: Remove redundant glGetVertexAttribPointer pname validation
Ian Romanick
2012-08-20
1
-4
/
+0
*
mesa/es: Remove redundant element type validation
Ian Romanick
2012-08-20
1
-12
/
+0
*
mesa/es: Remove redundant glGetShaderPrecisionFormat shader type validation
Ian Romanick
2012-08-20
1
-14
/
+0
*
mesa/es: Remove redundant depth func validation
Ian Romanick
2012-08-20
1
-11
/
+0
*
mesa/es: Remove redundant stencil op fail/zfail/zpass validation
Ian Romanick
2012-08-20
1
-72
/
+0
*
mesa/es: Remove redundant shade model mode validation
Ian Romanick
2012-08-20
1
-5
/
+0
*
mesa/es: Remove redundant light pname and light validation
Ian Romanick
2012-08-20
2
-108
/
+2
*
mesa/es: Remove redundant hint mode validation
Ian Romanick
2012-08-20
1
-6
/
+0
*
mesa/es: Remove redundant separate stencil face validation
Ian Romanick
2012-08-20
1
-12
/
+0
*
mesa/es: Remove redundant stencil function validation
Ian Romanick
2012-08-20
1
-22
/
+0
*
mesa/es: Remove redundant logic op operand validation
Ian Romanick
2012-08-20
1
-19
/
+0
*
mesa/es: Remove redundant alpha function validation
Ian Romanick
2012-08-20
2
-26
/
+0
*
mesa/es: Remove redundant separate stencil mask face validation
Ian Romanick
2012-08-20
1
-6
/
+0
*
mesa/es: Remove redundant front-face mode validation
Ian Romanick
2012-08-20
1
-5
/
+0
*
mesa/es: Remove redundant face culling mode validation
Ian Romanick
2012-08-20
1
-6
/
+0
*
mesa/es: Remove redundant blend equation mode validation
Ian Romanick
2012-08-20
1
-36
/
+0
*
mesa/es: Remove redundant texture target validation
Ian Romanick
2012-08-20
2
-63
/
+0
*
mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspec
Ian Romanick
2012-08-20
1
-5
/
+1
*
mesa/es: Remove redundant min/mag filter validation
Ian Romanick
2012-08-20
2
-46
/
+4
*
mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.
Tilman Sauerbeck
2012-08-18
1
-1
/
+1
*
mesa: remove unused params, add const qualifiers
Brian Paul
2012-08-18
1
-5
/
+4
*
mesa: querying GL_TEXTURE_COMPRESSED_IMAGE_SIZE for a buffer obj is illegal
Brian Paul
2012-08-18
1
-7
/
+3
[next]