summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-148-692/+1
* mesa: reimplement _mesa_decompress_image() using new tex fetch codeBrian Paul2012-12-141-103/+7
* mesa: added _mesa_get_compressed_fetch_func()Brian Paul2012-12-142-0/+36
* mesa: add new texel fetch code for etc formatsBrian Paul2012-12-142-0/+280
* mesa: add new texel fetch code for rgtc formatsBrian Paul2012-12-142-0/+166
* mesa: add new texel fetch code for fxt formatsBrian Paul2012-12-142-0/+45
* mesa: add new texel fetch code for dxt formatsBrian Paul2012-12-142-1/+110
* mesa: add compressed_fetch_func typedefBrian Paul2012-12-141-0/+9
* mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry2012-12-133-1/+47
* mesa/uniform_query: Don't write to *params if there is an errorMatt Turner2012-12-131-1/+5
* mesa: print unsigned values with %uMatt Turner2012-12-131-4/+4
* mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák2012-12-126-16/+22
* mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák2012-12-121-0/+6
* mesa syncobj: don't store a pointer to the set_entryJordan Justen2012-12-102-5/+10
* mesa: Move declaration before statement.José Fonseca2012-12-081-1/+2
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-074-3/+89
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-074-24/+170
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat2012-12-074-2/+97
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat2012-12-074-2/+125
* mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat2012-12-074-3/+97
* mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat2012-12-074-5/+127
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat2012-12-074-2/+90
* mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat2012-12-074-6/+150
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat2012-12-074-6/+88
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat2012-12-074-12/+468
* mesa: Make nonlinear_to_linear() function available outside fileAnuj Phogat2012-12-073-52/+29
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-078-1/+408
* Set es_version to false when using FF fragment shading in meta opsPaul Berry2012-12-071-0/+1
* mesa: Ignore size and offset parameters for BindBufferRange when buffer is 0Matt Turner2012-12-071-10/+12
* glsl: Record in gl_shader_program whether the program uses GLSL ES.Paul Berry2012-12-061-0/+1
* glsl: Record in gl_shader whether the shader uses GLSL ES.Paul Berry2012-12-061-0/+1
* mesa: Add ARB_ES3_compatibility flag.Paul Berry2012-12-062-0/+2
* mesa: use rand() instead of random()Brian Paul2012-12-061-1/+1
* mesa: validate that sync objects were created by mesaJordan Justen2012-12-063-15/+26
* main/syncobj: return GL_INVALID_VALUE for invalid sync objectsJordan Justen2012-12-061-4/+4
* mesa: add set support (stores a set of pointers)Eric Anholt2012-12-062-0/+442
* mesa: expose ARB_texture_cube_map_array in core contexts as wellChris Forbes2012-12-051-1/+1
* mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktopIan Romanick2012-12-031-2/+6
* mesa: fix uint64 printing in syncobj.cBrian Paul2012-12-031-1/+3
* mesa: Disable GL_NV_primitive_restart extension in core contexts.Kenneth Graunke2012-12-031-1/+1
* mesa: remove warning message in _mesa_reference_renderbuffer_()Brian Paul2012-12-031-4/+1
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-305-6/+11
* mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat2012-11-291-11/+27
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-2926-213/+213
* mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák2012-11-293-119/+127
* mesa: fix BlitFramebuffer between linear and sRGB formatsMarek Olšák2012-11-281-3/+39
* mesa: remove '(void) k' linesBrian Paul2012-11-271-4/+0
* mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBSMatt Turner2012-11-271-0/+2
* mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyingsMatt Turner2012-11-271-21/+15
* mesa: Use correct glGetTransformFeedbackVarying name in error msgMatt Turner2012-11-261-2/+2