summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Remove OpenVMS supportMatt Turner2012-11-166-438/+3
* mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner2012-11-151-5/+2
* mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner2012-11-151-1/+1
* mesa: Add .gitignore for hashtable collision unit test.Paul Berry2012-11-141-0/+1
* mesa: Include compiler.h in hash_table.h.Vinson Lee2012-11-131-2/+4
* mesa: Replace random with standard C rand.Vinson Lee2012-11-121-1/+1
* mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt2012-11-122-262/+113
* mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt2012-11-1215-0/+1273
* mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák2012-11-121-3/+1
* mesa: use MaxNumlevels in _mesa_test_texobj_completenessMarek Olšák2012-11-121-11/+3
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-123-2/+45
* mesa: Fix const correctness of API implementation functions.Paul Berry2012-11-124-4/+6
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-1252-1334/+1334
* Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"Brian Paul2012-11-091-2/+0
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2012-11-081-2/+5
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2012-11-081-12/+4
* mesa: Fix typo in glDeleteQueriesARB debug message.Kenneth Graunke2012-11-081-1/+1
* mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie2012-11-091-2/+4
* mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARBDave Airlie2012-11-092-0/+5
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-0910-7/+107
* mesa: add ARB_texture_cube_map_array extension bitsDave Airlie2012-11-092-0/+2
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-0632-431/+0
* dispatch: Code generate api_exec.c.Paul Berry2012-11-062-933/+1
* dispatch: Make all API functions non-static.Paul Berry2012-11-0634-538/+1304
* dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry2012-11-065-18/+1
* mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul2012-11-061-0/+2
* mesa: fix MSVC signed/unsigned warnings in context.cBrian Paul2012-11-061-2/+2
* mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul2012-11-061-2/+2
* mesa: silence MSVC signed/unsigned warning in texgetmage.cBrian Paul2012-11-061-1/+1
* mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul2012-11-061-1/+1
* mesa: fix signed/unsigned MSVC warnings in fbobject.cBrian Paul2012-11-061-2/+3
* mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: s/int/GLuint/ in get.c to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: fix assorted MSVC conversion warnings in format_pack.cBrian Paul2012-11-061-10/+10
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-062-1/+40
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2012-11-051-0/+9
* mesa: Use "non-gen name" more consistently as an error message in GL core.Eric Anholt2012-11-042-2/+2
* mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt2012-11-041-5/+11
* mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt2012-11-041-8/+14
* dispatch_sanity test: add GL CORE 3.1 testJordan Justen2012-11-031-0/+705
* dispatch_sanity test: create common context creation functionJordan Justen2012-11-031-36/+16
* dispatch_sanity test: allow newer functions to be set to NOPJordan Justen2012-11-031-3/+11
* dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen2012-11-031-9/+13
* dispatch_sanity test: add version to function listJordan Justen2012-11-031-460/+461
* mesa: remove unimplemented FramebufferTextureFaceARBJordan Justen2012-11-033-19/+0
* mesa: remove unimplemented FramebufferTextureARBJordan Justen2012-11-033-16/+0
* mesa: disable ProgramParameteri until it is neededJordan Justen2012-11-031-4/+0
* glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen2012-11-032-4/+4