| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swrast: implement cubical depth texture sampling | Brian Paul | 2012-08-24 | 1 | -41/+74 |
* | clover: Accept CL_MEM_READ_WRITE flag | Blaž Tomažič | 2012-08-24 | 1 | -4/+4 |
* | radeon/llvm: Cleanup R600Instructions.td | Tom Stellard | 2012-08-24 | 2 | -93/+28 |
* | 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 | 4 | -72/+76 |
* | mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats | Brian Paul | 2012-08-24 | 4 | -88/+108 |
* | 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 | 5 | -11/+26 |
* | 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 | 10 | -16/+31 |
* | 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 |
* | draw: Fix regression in draw_set_sampler(_views). | José Fonseca | 2012-08-24 | 1 | -6/+6 |
* | build: don't leave git_sha1.h.tmp after build/install | Vadim Girlin | 2012-08-24 | 1 | -0/+2 |
* | radeon/llvm: Set End of Program bit on RAT instructions | Tom Stellard | 2012-08-23 | 3 | -10/+14 |
* | radeon/llvm: Use correct instruction for moving immediates | Tom Stellard | 2012-08-23 | 1 | -1/+2 |
* | radeon/llvm: Fix some coding style issues | Tom Stellard | 2012-08-23 | 14 | -82/+135 |
* | radeon/llvm: Pull changes from external version of the backend | Tom Stellard | 2012-08-23 | 21 | -76/+38 |
* | radeon/llvm: Simplify the convert to ISA pass | Tom Stellard | 2012-08-23 | 3 | -20/+7 |
* | radeon/llvm: Make sure to use the Text section in the AsmPrinter | Tom Stellard | 2012-08-23 | 1 | -0/+2 |
* | build: Fix installation of GLES2 headers | Matt Turner | 2012-08-23 | 1 | -6/+5 |
* | build: Fix GLES linkage with libglapi | Matt Turner | 2012-08-23 | 2 | -2/+2 |
* | i965/msaa: Add sample-alpha-to-coverage support for multiple render targets | Anuj Phogat | 2012-08-23 | 4 | -2/+43 |
* | glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_field | Stéphane Marchesin | 2012-08-23 | 1 | -1/+1 |
* | 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 |
* | meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't exist | Ian Romanick | 2012-08-23 | 1 | -2/+6 |
* | build/glsl: fix android build v2 | Tapani Pälli | 2012-08-23 | 1 | -1/+1 |
* | automake: convert es1api | Matt Turner | 2012-08-23 | 4 | -143/+67 |