summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2011-04-06mesa: set version string to 7.10.2Ian Romanick1-2/+2
2011-04-05mesa: Guard against null pointer deref in fbo validationBrian Paul1-1/+1
2011-03-30Use proper source row stride when getting depth/stencil texels.Michel Dänzer1-1/+2
2011-03-23mesa: More glGet* fixes.José Fonseca1-4/+4
2011-03-22mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).José Fonseca1-3/+3
2011-03-02mesa: set version string to 7.10.1 (final)Ian Romanick1-1/+1
2011-03-01Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois1-1/+1
2011-02-28mesa: Initial size for secondary color array is 3Ian Romanick1-1/+1
2011-02-28mesa: Connect glGetShaderPrecisionFormat into the dispatch tableIan Romanick1-0/+1
2011-02-28mesa: implement glGetShaderPrecisionFormat()Brian Paul3-5/+68
2011-02-28mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.Chia-I Wu1-0/+2
2011-02-28mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.Eric Anholt1-0/+1
2011-02-28mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.Eric Anholt1-0/+9
2011-02-28mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt5-1/+21
2011-02-28mesa: Add actual support for glReleaseShaderCompiler from ES2.Eric Anholt1-2/+5
2011-02-28mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt2-0/+2
2011-02-28glapi: Regenerate for GL_ARB_ES2_compatibility.Ian Romanick3-2133/+2195
2011-02-25mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace2-1/+3
2011-02-25mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee1-8/+15
2011-02-25mesa: Move declaration before code in extensions.c.Vinson Lee1-6/+16
2011-02-25mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace1-1/+1
2011-02-25mesa: Change dependencies of some OES extension stringsChad Versace1-5/+5
2011-02-25mesa: Add/remove extensions in extension stringChad Versace1-5/+5
2011-02-25mesa: Refactor handling of extension stringsChad Versace2-490/+406
2011-02-21mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul1-0/+7
2011-02-21mesa: don't assert in GetIntegerIndexed, etcBrian Paul1-6/+12
2011-02-21mesa: fix num_draw_buffers==0 in fixed-function fragment program generationBrian Paul1-2/+2
2011-02-21mesa: fix a few format table mistakes, assertionsBrian Paul1-7/+8
2011-02-21mesa: Fix error checks in GetVertexAttrib functionsIan Romanick1-36/+32
2011-02-21mesa: glGetUniform only returns a single element of an arrayIan Romanick1-14/+41
2011-02-16mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2Marek Olšák1-1/+1
2011-02-07Convert everything from the talloc API to the ralloc API.Kenneth Graunke2-10/+10
2011-01-25mesa: fix an error in uniform arrays in row calculating.Jian Zhao1-1/+1
2011-01-17mesa: bump version to 7.10.1-develIan Romanick1-2/+2
2011-01-07mesa: set version string to 7.10mesa-7.10Ian Romanick1-1/+1
2011-01-04mesa: fix texel store functions for some float formatsMarek Olšák1-10/+17
2011-01-03Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke1-2/+0
2010-12-14mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul1-1/+2
2010-12-09mesa: allow GLfixed arrays for OpenGL ES 2.0Shuang He1-2/+2
2010-12-09mesa: Fix glTexCoordPointer with type GL_FIXED.Chia-I Wu1-1/+2
2010-12-09mesa: Fix GL_FIXED arrays.Chia-I Wu1-0/+2
2010-12-08mesa: simplify target checking for TexImage functionsBrian Paul1-8/+18
2010-12-08mesa: revamp error checking for compressed texture imagesBrian Paul1-67/+44
2010-12-08mesa: Do not advertise GL_OES_texture_3D.Chia-I Wu1-0/+4
2010-12-08vbo: Fix GLES2 glVertexAttrib.Chia-I Wu1-26/+26
2010-12-07mesa: make _mesa_test_proxy_teximage() easier to readBrian Paul1-55/+71
2010-12-07mesa: consolidate glCompressedTexImage1/2/3D() functionsBrian Paul1-374/+190
2010-12-07mesa: consolidate glCopyTexSubImage1/2/3D() functionsBrian Paul1-145/+63
2010-12-07mesa: consolidate glCopyTexImage1/2D() codeBrian Paul1-148/+90
2010-12-07mesa: consolidate the glTexSubImage1/2/3D() functionsBrian Paul1-165/+86