summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: don't leave git_sha1.h.tmp after build/installVadim Girlin2012-08-241-0/+2
* i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat2012-08-234-2/+43
* 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
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-234-5/+14
* build: Only build libmesagallium.la if building GalliumMatt Turner2012-08-221-2/+7
* build/x11: Force usage of C++ linkerMatt Turner2012-08-221-0/+3
* build/x11: Don't link against shared-glapiMatt Turner2012-08-221-4/+0
* mesa: Fix generic compressed texture formats' handling in glTexImage/glCopyTe...Anuj Phogat2012-08-211-30/+2
* APIspec: Remove cruft about AMD_compressed_???_textureIan Romanick2012-08-201-15/+0
* mesa/es: Remove redundant glFramebufferTexture3D textarget validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant glGetShaderiv pname validationIan Romanick2012-08-201-8/+0
* mesa/es: Remove redundant glCompressedTexImage border validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant glPointSizePointer type validationIan Romanick2012-08-201-5/+0
* mesa/es: Remove redundant glGetBufferPointer pname validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant glGetVertexAttribPointer pname validationIan Romanick2012-08-201-4/+0
* mesa/es: Remove redundant element type validationIan Romanick2012-08-201-12/+0
* mesa/es: Remove redundant glGetShaderPrecisionFormat shader type validationIan Romanick2012-08-201-14/+0
* mesa/es: Remove redundant depth func validationIan Romanick2012-08-201-11/+0
* mesa/es: Remove redundant stencil op fail/zfail/zpass validationIan Romanick2012-08-201-72/+0
* mesa/es: Remove redundant shade model mode validationIan Romanick2012-08-201-5/+0
* mesa/es: Remove redundant light pname and light validationIan Romanick2012-08-202-108/+2
* mesa/es: Remove redundant hint mode validationIan Romanick2012-08-201-6/+0
* mesa/es: Remove redundant separate stencil face validationIan Romanick2012-08-201-12/+0
* mesa/es: Remove redundant stencil function validationIan Romanick2012-08-201-22/+0
* mesa/es: Remove redundant logic op operand validationIan Romanick2012-08-201-19/+0
* mesa/es: Remove redundant alpha function validationIan Romanick2012-08-202-26/+0
* mesa/es: Remove redundant separate stencil mask face validationIan Romanick2012-08-201-6/+0
* mesa/es: Remove redundant front-face mode validationIan Romanick2012-08-201-5/+0
* mesa/es: Remove redundant face culling mode validationIan Romanick2012-08-201-6/+0