summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2011-01-08mesa: Clean up header file inclusion in cpuinfo.c.Vinson Lee
2011-01-07mesa: fix an error in uniform arrays in row calculating.Jian Zhao
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-06mesa: Clean up header file inclusion in version.c.Vinson Lee
2011-01-05mesa: bump version to 7.11Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2011-01-05mesa: Consider textures incomplete when maxlevel < baselevel.Eric Anholt
2011-01-04mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.Eric Anholt
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt
2011-01-04mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.Eric Anholt
2011-01-04mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010Marek Olšák
2011-01-03mesa: Include mtypes.h in renderbuffer.h.Vinson Lee
2011-01-03mesa: fix AL44 texture fetch function nybble -> float conversionBrian Paul
2011-01-03mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA.Eric Anholt
2011-01-03mesa: Also report renderbuffer red/green size for GL_RED and GL_RG.Eric Anholt
2011-01-03mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt
2011-01-03mesa: Allow color renderbuffers besides just RGB and RGBA.Eric Anholt
2011-01-03mesa: Update comment about the list of BaseFormats for gl_formats.Eric Anholt
2011-01-03mesa: s/GLuint/gl_buffer_index/Brian Paul
2010-12-23mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.Vinson Lee
2010-12-23mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.Vinson Lee
2010-12-23mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.Vinson Lee
2010-12-23mesa: fix texel store functions for some float formatsMarek Olšák
2010-12-23mesa: implement new texture format I16Marek Olšák
2010-12-23mesa: implement new texture format L16Marek Olšák
2010-12-23mesa: implement new texture format A16Marek Olšák
2010-12-23mesa: implement new texture format AL44Marek Olšák
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák
2010-12-18mesa: fix queryobj whitespace.Dave Airlie
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie
2010-12-16Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke
2010-12-13mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul
2010-12-10mesa: Don't assertion fail for _mesa_get_format_name(MESA_FORMAT_NONE)Eric Anholt
2010-12-09mesa: allow GLfixed arrays for OpenGL ES 2.0Shuang He
2010-12-09mesa: Fix glTexCoordPointer with type GL_FIXED.Chia-I Wu
2010-12-09mesa: Fix GL_FIXED arrays.Chia-I Wu
2010-12-08mesa: simplify target checking for TexImage functionsBrian Paul
2010-12-08mesa: revamp error checking for compressed texture imagesBrian Paul
2010-12-08mesa: Do not advertise GL_OES_texture_3D.Chia-I Wu
2010-12-08vbo: Fix GLES2 glVertexAttrib.Chia-I Wu
2010-12-07mesa: make _mesa_test_proxy_teximage() easier to readBrian Paul
2010-12-07mesa: consolidate glCompressedTexImage1/2/3D() functionsBrian Paul
2010-12-07mesa: consolidate glCopyTexSubImage1/2/3D() functionsBrian Paul
2010-12-07mesa: consolidate glCopyTexImage1/2D() codeBrian Paul
2010-12-07mesa: consolidate the glTexSubImage1/2/3D() functionsBrian Paul
2010-12-07mesa: simplify proxy texture code in texture_error_check()Brian Paul
2010-12-07mesa: Clean up header file inclusion in viewport.h.Vinson Lee
2010-12-07mesa: Clean up header file inclusion in varray.h.Vinson Lee
2010-12-07mesa: Clean up header file inclusion in transformfeedback.h.Vinson Lee
2010-12-07mesa: Clean up header file inclusion in texrender.h.Vinson Lee