aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/llvm: Cleanup R600Instructions.tdTom Stellard2012-08-242-93/+28
* main: fix ES compile breakageBrian Paul2012-08-241-1/+1
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul2012-08-244-72/+76
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul2012-08-244-88/+108
* mesa: code movement in teximage.cBrian Paul2012-08-241-204/+198
* mesa: consolidate glTexImage and glCompressedTexImage codeBrian Paul2012-08-241-203/+138
* mesa: make glTexImage, glCompressedTexImage proxy code more alikeBrian Paul2012-08-241-35/+42
* mesa: rename texpal.[ch] to texcompress_cpal.[ch]Brian Paul2012-08-245-11/+26
* mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum()Brian Paul2012-08-242-2/+2
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-2410-16/+31
* mesa: make _mesa_get_proxy_tex_image() staticBrian Paul2012-08-242-9/+8
* mesa: don't clear proxy image fields when regular GL error is generatedBrian Paul2012-08-241-11/+33
* mesa: fix glTexImage proxy texture error generationBrian Paul2012-08-241-52/+43
* draw: Fix regression in draw_set_sampler(_views).José Fonseca2012-08-241-6/+6
* build: don't leave git_sha1.h.tmp after build/installVadim Girlin2012-08-241-0/+2
* radeon/llvm: Set End of Program bit on RAT instructionsTom Stellard2012-08-233-10/+14
* radeon/llvm: Use correct instruction for moving immediatesTom Stellard2012-08-231-1/+2
* radeon/llvm: Fix some coding style issuesTom Stellard2012-08-2314-82/+135
* radeon/llvm: Pull changes from external version of the backendTom Stellard2012-08-2321-76/+38
* radeon/llvm: Simplify the convert to ISA passTom Stellard2012-08-233-20/+7
* radeon/llvm: Make sure to use the Text section in the AsmPrinterTom Stellard2012-08-231-0/+2
* build: Fix installation of GLES2 headersMatt Turner2012-08-231-6/+5
* build: Fix GLES linkage with libglapiMatt Turner2012-08-232-2/+2
* i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat2012-08-234-2/+43
* glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin2012-08-231-1/+1
* mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...Ian Romanick2012-08-232-5/+10
* mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...Ian Romanick2012-08-232-26/+16
* mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...Ian Romanick2012-08-232-8/+18
* mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...Ian Romanick2012-08-232-133/+17
* mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...Ian Romanick2012-08-233-203/+98
* mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2012-08-232-10/+4
* mesa: Generate an error when glCopyTexImage border is invalidIan Romanick2012-08-231-0/+2
* mesa/es: Add support for GL_APPLE_texture_max_levelIan Romanick2012-08-231-0/+1
* mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...Ian Romanick2012-08-232-29/+84
* mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapperIan Romanick2012-08-233-75/+54
* mesa/es: Remove redundant glBindTexture target validationIan Romanick2012-08-231-8/+0
* mesa: Filter glBindTexture targets based on supported features.Ian Romanick2012-08-231-9/+21
* mesa/es: Validate tex image targets in Mesa code rather than the ES wrapperIan Romanick2012-08-232-130/+29
* mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...Ian Romanick2012-08-232-10/+15
* mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapperIan Romanick2012-08-233-34/+15
* mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapperIan Romanick2012-08-233-26/+12
* mesa: Refactor validate_texture_wrap_mode to use a switch-statementIan Romanick2012-08-231-35/+42
* meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't existIan Romanick2012-08-231-2/+6
* build/glsl: fix android build v2Tapani Pälli2012-08-231-1/+1
* automake: convert es1apiMatt Turner2012-08-234-143/+67
* automake: convert es2apiMatt Turner2012-08-235-16/+67
* st/dri: pass config options to the state trackerVadim Girlin2012-08-231-0/+8
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-235-5/+28
* st/dri: add force_glsl_extensions_warn option to dri optionsVadim Girlin2012-08-231-1/+10
* st/dri: use driver name for driconf section lookupVadim Girlin2012-08-231-1/+2