summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/es: Remove redundant blend equation mode validationIan Romanick2012-08-201-36/+0
* mesa/es: Remove redundant texture target validationIan Romanick2012-08-202-63/+0
* mesa/es: Rearrange placement of GL_TEXTURE_MAX_ANISOTROPY_EXT in APIspecIan Romanick2012-08-201-5/+1
* mesa/es: Remove redundant min/mag filter validationIan Romanick2012-08-202-46/+4
* mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.Tilman Sauerbeck2012-08-181-1/+1
* st/mesa: fix sampler view countingBrian Paul2012-08-181-2/+9
* st/mesa: use Elements() instead of hard-coded numberBrian Paul2012-08-181-1/+4
* mesa: remove unused params, add const qualifiersBrian Paul2012-08-181-5/+4
* mesa: querying GL_TEXTURE_COMPRESSED_IMAGE_SIZE for a buffer obj is illegalBrian Paul2012-08-181-7/+3
* mesa/es: Don't generate ES1 type conversion wrappersIan Romanick2012-08-175-2/+1675
* i965: Fix bug in the old FS backend's projtex() calculation.Eric Anholt2012-08-171-3/+1
* mesa: Support GL_TEXTURE_BUFFER in GetTexLevelParameter[if]v in GL 3.1+.Kenneth Graunke2012-08-172-1/+130
* mesa: Split out part of glGetTexLevelParameter into a helper function.Kenneth Graunke2012-08-171-42/+52
* mesa: Add GL_TEXTURE_CUBE_MAP to _mesa_max_texture_levels(). [v2]Kenneth Graunke2012-08-171-0/+1
* mesa: Add explicit target checking to GetTexLevelParameter[if]v().Kenneth Graunke2012-08-171-3/+38
* mesa: Add explicit target checking to Get[Compressed]TexImage().Kenneth Graunke2012-08-171-10/+35
* build: Remove -shared from OSMesa's LDFLAGSMatt Turner2012-08-161-1/+1
* mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul2012-08-161-0/+2
* st/mesa: add support for GS textures and samplersBrian Paul2012-08-164-11/+39
* st/mesa: combine vertex/fragment sampler state in arraysBrian Paul2012-08-165-33/+26
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* st/mesa: silence signed/unsigned comparison warningBrian Paul2012-08-161-2/+2
* st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider2012-08-161-1/+1
* mesa: add cast to silence warning in _mesa_pack_rgba_span_from_ints()Brian Paul2012-08-161-1/+1
* meta: remove unused variableBrian Paul2012-08-161-1/+1
* st/mesa: don't clamp fragment color with integer colorbufferMarek Olšák2012-08-154-6/+11
* mesa: flush vertices in test_framebuffer_completenessMarek Olšák2012-08-151-0/+3
* i965: add ARB_texture_rgb10_a2ui supportJordan Justen2012-08-142-0/+2