| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add constants for the GL_QUERY_COUNTER_BITS per target. | Eric Anholt | 2012-08-26 | 2 | -1/+44 |
* | mesa: Use a new, more specific hook for shader uniform changes. | Kenneth Graunke | 2012-08-25 | 3 | -2/+11 |
* | mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E... | Ian Romanick | 2012-08-24 | 2 | -10/+6 |
* | mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -4/+9 |
* | mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -11/+18 |
* | mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -36/+8 |
* | mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -15/+6 |
* | mesa/es: Remove redundant vertex pointer size validation | Ian Romanick | 2012-08-24 | 1 | -6/+0 |
* | mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -7/+2 |
* | mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -16/+6 |
* | mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -13/+6 |
* | mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -5/+2 |
* | mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -14/+8 |
* | mesa/es: Remove redundant vertex attrib pointer type validation | Ian Romanick | 2012-08-24 | 1 | -22/+0 |
* | mesa/es: Remove redundant vertex attrib pointer size validation | Ian Romanick | 2012-08-24 | 1 | -7/+0 |
* | mesa/es: Disallow BGRA vertex arrays in ES or ES2 contexts | Ian Romanick | 2012-08-24 | 1 | -0/+5 |
* | mesa: Rearrange array type checking, filter more types in ES | Ian Romanick | 2012-08-24 | 1 | -9/+25 |
* | mesa: Refactor element type checking into its own function | Ian Romanick | 2012-08-24 | 1 | -23/+25 |
* | mesa: add generic compressed -> uncompressed format helper | Brian Paul | 2012-08-24 | 2 | -0/+42 |
* | mesa: don't try (generic) compression of 1D and 1D_ARRAY textures | Brian Paul | 2012-08-24 | 1 | -12/+26 |
* | mesa: add texture target field to ChooseTextureFormat() driver hook | Brian Paul | 2012-08-24 | 5 | -11/+16 |
* | Move _mesa_dl* functions into dlopen.h and inline them | Matt Turner | 2012-08-24 | 2 | -120/+75 |
* | mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE | Tapani Pälli | 2012-08-24 | 1 | -4/+4 |
* | mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -6/+1 |
* | mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-24 | 2 | -23/+31 |
* | mesa: Filter glGetProgramiv pnames based on available extensions | Ian Romanick | 2012-08-24 | 1 | -30/+37 |
* | main: fix ES compile breakage | Brian Paul | 2012-08-24 | 1 | -1/+1 |
* | mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats | Brian Paul | 2012-08-24 | 3 | -48/+52 |
* | mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats | Brian Paul | 2012-08-24 | 3 | -64/+84 |
* | mesa: code movement in teximage.c | Brian Paul | 2012-08-24 | 1 | -204/+198 |
* | mesa: consolidate glTexImage and glCompressedTexImage code | Brian Paul | 2012-08-24 | 1 | -203/+138 |
* | mesa: make glTexImage, glCompressedTexImage proxy code more alike | Brian Paul | 2012-08-24 | 1 | -35/+42 |
* | mesa: rename texpal.[ch] to texcompress_cpal.[ch] | Brian Paul | 2012-08-24 | 3 | -9/+24 |
* | mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum() | Brian Paul | 2012-08-24 | 2 | -2/+2 |
* | 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 |