summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2011-07-31mesa: Bump version to 7.11 (final)mesa-7.11Ian Romanick1-1/+1
2011-07-28mesa: Bump version to 7.11-rc4mesa-7.11-rc4Ian Romanick1-1/+1
2011-07-28mesa: Bump version to 7.11-rc3Ian Romanick1-1/+1
2011-07-21mesa: GLES2 should return different error enums for invalid fbo queriesMarek Olšák1-7/+16
2011-07-19mesa: Bump version to 7.11-rc2mesa-7.11-rc2Ian Romanick1-1/+1
2011-07-11mesa: return early if mask is cleared to zero in BlitFramebufferMarek Olšák1-0/+4
2011-07-08mesa: Bump version to 7.11-rc1Ian Romanick1-1/+1
2011-06-24mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need itMarek Olšák1-7/+7
2011-06-24mesa: fix a memory leak in _mesa_unpack_depth_spanMarek Olšák1-0/+1
2011-06-24mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEXMarek Olšák1-3/+6
2011-06-24mesa: remove unused function _mesa_new_depthstencil_renderbufferMarek Olšák2-26/+0
2011-06-23mesa: fix incorrect error stringBrian Paul1-1/+1
2011-06-22mesa: comments and 80-column wrappingBrian Paul1-6/+21
2011-06-22mesa: update comments in update_program_enables()Brian Paul1-1/+4
2011-06-22mesa: update/fix comments in update_program()Brian Paul1-17/+16
2011-06-22mesa: update comment for gl_texture_unitBrian Paul1-2/+1
2011-06-18mesa: Fix render-to-texture regression.Eric Anholt1-2/+2
2011-06-18mesa: Flag _NEW_BUFFERS when unbinding an attachment on glDeleteTextures.Eric Anholt1-0/+2
2011-06-17mesa: allow depth texture arraysBrian Paul1-1/+5
2011-06-16mesa: use helper functions to distinguish between user/winsys FBOsBrian Paul1-18/+42
2011-06-16mesa: refactor, create _mesa_update_draw_buffers() helperBrian Paul3-11/+27
2011-06-16mesa: updated comments in _make_current()Brian Paul1-8/+5
2011-06-14mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt1-66/+38
2011-06-14mesa: Remove uncompressed code from generate_mipmaps_compressed().Eric Anholt1-100/+77
2011-06-14mesa: Remove compressed code from generate_mipmaps_uncompressed().Eric Anholt1-114/+4
2011-06-14mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines.Eric Anholt1-26/+225
2011-06-13mesa: move texrender.c to swrastBrian Paul2-672/+0
2011-06-13mesa: move invariant code out of loop in get_tex_rgba()Brian Paul1-14/+14
2011-06-09mesa: fix gcc version check for _mesa_bitcountRoland Scheidegger1-3/+3
2011-06-09mesa: use __builtin_clz for logbase2 when availableRoland Scheidegger2-20/+24
2011-06-08mesa: merge glapidispatch.h into dispatch.hChia-I Wu3-12280/+12240
2011-06-08mesa: fix function remapping for dlistChia-I Wu1-1/+0
2011-06-08mesa: fix GLES remap table setup againChia-I Wu1-2/+3
2011-06-08mesa: remove old commentBrian Paul1-1/+0
2011-06-08mesa: add more sampler types to is_sampler_type()Brian Paul1-0/+4
2011-06-07mesa: Ignore blits to/from missing buffersIan Romanick1-8/+37
2011-06-02mesa: fix typo (s/GLGL/GLSL/)Brian Paul1-1/+1
2011-06-02mesa: 80-column wrappingBrian Paul1-8/+14
2011-06-02mesa: consolidate glGetUniform codeBrian Paul1-124/+64
2011-06-02mesa: refactor/consolidate uniform lookup codeBrian Paul1-96/+87
2011-06-02mesa: add some minor fixes for geometry shadersBrian Paul1-0/+6
2011-06-02mesa: add implementation of glDrawElementsInstancedBaseVertexPierre-Eric Pelloux-Prayer4-3/+9
2011-06-02glapi: regenerated filesPierre-Eric Pelloux-Prayer2-2723/+2742
2011-06-02mesa: faster logbase2Benjamin Bellec1-24/+11
2011-06-01mesa: queries of non-existent FBO attachments should return INVALID_OPERATIONMarek Olšák1-1/+26
2011-06-01mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/EndMarek Olšák2-0/+6
2011-05-30mesa: forbid UseProgram to be called inside Begin/EndMarek Olšák1-0/+2
2011-05-26mesa: s/height/depth/ in texsubimage()Brian Paul1-1/+1
2011-05-26mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch tableBrian Paul1-0/+1
2011-05-26mesa: plug in GL_ARB_vertex_array_object display list functionsBrian Paul1-0/+4