summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2012-11-19mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke1-2/+1
2012-11-19mesa: Require gen'd names in glBeginQuery on ES 3.0.Kenneth Graunke1-1/+1
2012-11-19mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.Kenneth Graunke1-4/+5
2012-11-19mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL.Kenneth Graunke1-1/+1
2012-11-17mesa: Fix segfault on reading from a missing color read buffer.Eric Anholt1-11/+11
2012-11-17mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.Eric Anholt1-0/+1
2012-11-16Remove OpenVMS supportMatt Turner6-438/+3
2012-11-15mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner1-5/+2
2012-11-15mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner1-1/+1
2012-11-15mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner1-1/+1
2012-11-15mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner1-1/+1
2012-11-14mesa: Add .gitignore for hashtable collision unit test.Paul Berry1-0/+1
2012-11-13mesa: Include compiler.h in hash_table.h.Vinson Lee1-2/+4
2012-11-12mesa: Replace random with standard C rand.Vinson Lee1-1/+1
2012-11-12mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt2-262/+113
2012-11-12mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt15-0/+1273
2012-11-12mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák1-3/+1
2012-11-12mesa: use MaxNumlevels in _mesa_test_texobj_completenessMarek Olšák1-11/+3
2012-11-12mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák3-2/+45
2012-11-12mesa: Fix const correctness of API implementation functions.Paul Berry4-4/+6
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry52-1334/+1334
2012-11-09Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"Brian Paul1-2/+0
2012-11-08mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner1-2/+5
2012-11-08mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke1-12/+4
2012-11-08mesa: Fix typo in glDeleteQueriesARB debug message.Kenneth Graunke1-1/+1
2012-11-09mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie1-2/+4
2012-11-09mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARBDave Airlie2-0/+5
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie10-7/+107
2012-11-09mesa: add ARB_texture_cube_map_array extension bitsDave Airlie2-0/+2
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry32-431/+0
2012-11-06dispatch: Code generate api_exec.c.Paul Berry2-933/+1
2012-11-06dispatch: Make all API functions non-static.Paul Berry34-538/+1304
2012-11-06dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry5-18/+1
2012-11-06mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul1-0/+2
2012-11-06mesa: fix MSVC signed/unsigned warnings in context.cBrian Paul1-2/+2
2012-11-06mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul1-2/+2
2012-11-06mesa: silence MSVC signed/unsigned warning in texgetmage.cBrian Paul1-1/+1
2012-11-06mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul1-1/+1
2012-11-06mesa: fix signed/unsigned MSVC warnings in fbobject.cBrian Paul1-2/+3
2012-11-06mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warningsBrian Paul1-1/+1
2012-11-06mesa: s/int/GLuint/ in get.c to silence MSVC warningsBrian Paul1-1/+1
2012-11-06mesa: fix assorted MSVC conversion warnings in format_pack.cBrian Paul1-10/+10
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák2-1/+40
2012-11-05mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat1-0/+9
2012-11-04mesa: Use "non-gen name" more consistently as an error message in GL core.Eric Anholt2-2/+2
2012-11-04mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt1-5/+11
2012-11-04mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt1-8/+14
2012-11-03dispatch_sanity test: add GL CORE 3.1 testJordan Justen1-0/+705
2012-11-03dispatch_sanity test: create common context creation functionJordan Justen1-36/+16
2012-11-03dispatch_sanity test: allow newer functions to be set to NOPJordan Justen1-3/+11