summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-04mesa: validate that sync objects were created by mesagles3-syncobjJordan Justen3-15/+26
2012-12-04main/syncobj: return GL_INVALID_VALUE for invalid sync objectsJordan Justen1-4/+4
2012-12-04mesa: add set support (stores a set of pointers)Eric Anholt4-0/+445
2012-12-03mesa: Use the new hash table for the variable refcount visitor.Eric Anholt5-22/+52
2012-12-03program/hash_table.c: rename to program/prog_hash_table.cJordan Justen8-9/+9
2012-12-03egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace6-4/+21
2012-12-03intel: Expose support for DRI_API_GLES3Chad Versace1-0/+2
2012-12-03dri: Define enum __DRI_API_GLES3Chad Versace3-1/+4
2012-12-03intel: Move validation of context version into intelInitContextChad Versace7-105/+100
2012-12-03intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2-11/+96
2012-12-03glcpp: Make undefined macros illegal in #if and #elif for GLES3Carl Worth1-0/+2
2012-12-03glcpp: Add a flag to the parser state to indicate GLES.Carl Worth2-11/+16
2012-12-03mesa: Rename and wire-up GetInteger64i_vMatt Turner4-6/+5
2012-12-03mesa: Correct glGet{Boolean,Integer}i_v namesMatt Turner1-2/+2
2012-12-03mesa: Allow glGet* queries on EXT_texture_lod_bias data in ES 3Matt Turner2-3/+22
2012-12-03mesa: Support more glGet enums for ES3Chad Versace2-3/+11
2012-12-03meta: Use #version 300 es for _mesa_glsl_Clear's integer shaders on ES3.Kenneth Graunke1-17/+27
2012-12-03meta: Use #version 300 es in GenerateMipmap shaders on ES3.Kenneth Graunke1-11/+13
2012-12-03mesa: assert if driver did not compute the versionJordan Justen3-1/+4
2012-12-03mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen4-10/+0
2012-12-03mesa: don't initialize exec dispatch tables in _mesa_initialize_contextJordan Justen1-3/+0
2012-12-03mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen1-1/+6
2012-12-03drivers: compute version and then initialize exec tableJordan Justen11-0/+81
2012-12-03vbo: add _mesa_initialize_vbo_vtxfmtJordan Justen2-0/+19
2012-12-03mesa: separate exec allocation from initializationJordan Justen3-16/+15
2012-12-03i965: Bump maximum supported ES2 context version to 3.0Chad Versace1-1/+1
2012-12-03mesa: Allow glGet* queries on EXT_framebuffer_blit data in ES 3Matt Turner2-5/+10
2012-12-03mesa: Allow glGet* queries on ARB_fragment/vertex_shader data in ES 3Matt Turner2-7/+18
2012-12-03mesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3Matt Turner1-1/+1
2012-12-03mesa: Allow glGet* queries on ARB_framebuffer_object data in ES 3Matt Turner2-4/+10
2012-12-03mesa: Allow glGet* queries on ARB_transform_feedback2 data in ES 3Matt Turner2-6/+11
2012-12-03mesa: Allow glGet* queries on EXT_transform_feedback data in ES 3Matt Turner2-8/+13
2012-12-03mesa: Allow glGet* queries on ARB_sync data in ES 3Matt Turner2-4/+9
2012-12-03mesa: Allow glGet* queries of EXT_pbo data in ES 3Matt Turner2-5/+10
2012-12-03mesa: Allow glGet* queries of select ARB_ubo data in ES 3Matt Turner2-13/+21
2012-12-03mesa: Add ES 3 handling to get.cMatt Turner1-0/+7
2012-12-03mesa: Fix default value of BUFFER_ACCESS_FLAGS.Kenneth Graunke1-28/+25
2012-12-03mesa: Rework crazy error code rules in glDrawBuffers().Kenneth Graunke1-3/+62
2012-12-03i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick1-0/+3
2012-12-03intel: Enable ETC2 support on intel hardwareAnuj Phogat3-50/+98
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat5-4/+90
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat5-25/+171
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat5-3/+98
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat5-3/+126
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat5-4/+98
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat5-6/+128
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat5-3/+91
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat5-7/+151
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat5-7/+89
2012-12-03mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat5-13/+469