aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-154-76/+42
* mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.Paul Berry2013-03-151-28/+39
* mtypes.h: Add new gl_varying_slot enum, and bitfield defines.Paul Berry2013-03-151-0/+70
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-03-131-1/+3
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* mesa: Use PACKAGE_BUGREPORT macro.Matt Turner2013-03-121-1/+1
* mesa: Remove unused version #defines from version.h.Matt Turner2013-03-121-11/+0
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-123-3/+3
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-51/+5
* mesa: Use correct functions for enum conversion.Vinson Lee2013-03-111-2/+2
* mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák2013-03-111-10/+12
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-082-2/+2
* mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-073-2/+14
* Unreference sampler object when it's currently bound to texture unit.Alan Hourihane2013-03-061-0/+10
* mesa: Remove the special enum for _mesa_error debug output.Eric Anholt2013-03-052-6/+8
* mesa: Remove the enum for the oom-within-debug-output case.Eric Anholt2013-03-052-6/+4
* mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.Eric Anholt2013-03-051-8/+0
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-052-3/+6
* mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt2013-03-052-4/+60
* mesa: Merge handling of application-provided and built-in error sources.Eric Anholt2013-03-052-232/+131
* mesa: Fix _mesa_problem() on context destroy after application debug outputEric Anholt2013-03-051-0/+6
* mesa: Move debug type/severity enums to mesa core.Eric Anholt2013-03-052-68/+91
* mesa: Replace open-coded _mesa_lookup_enum_by_nr().Eric Anholt2013-03-051-35/+3
* mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.Eric Anholt2013-03-051-15/+14
* Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane2013-03-051-0/+1
* Fix out-of-tree build of 'make check' in src/mesa/main/testsJon TURNEY2013-03-051-4/+4
* mesa: flush current state when querying GL_EDGE_FLAGBrian Paul2013-03-041-1/+1
* mesa: Add a new QueryCounter() hook for TIMESTAMP queries.Kenneth Graunke2013-03-012-3/+9
* mesa: implement TexImage*MultisampleChris Forbes2013-03-021-4/+163
* mesa: support multisample textures in framebuffer completeness checkChris Forbes2013-03-021-14/+37
* mesa: implement sample maskChris Forbes2013-03-025-2/+53
* mesa: implement GetMultisamplefvChris Forbes2013-03-022-2/+31
* mesa: add new max sample count stateChris Forbes2013-03-023-0/+13
* tests: add ARB_texture_multisample enums to tableChris Forbes2013-03-021-0/+21
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-0210-22/+163
* glapi: add ARB_texture_multisampleChris Forbes2013-03-025-4/+57
* mesa version: add _mesa_get_gl_version_overrideJordan Justen2013-02-282-27/+70
* attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen2013-02-281-0/+12
* texobj: add verbose api trace messages to several routinesJordan Justen2013-02-271-0/+21
* mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli2013-02-251-0/+6
* mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli2013-02-251-0/+6
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-02-222-2/+2
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-203-9/+16
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-205-1/+63
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-182-16/+25
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-182-2/+23
* mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV nameMatt Turner2013-02-151-1/+1
* shaderapi: Fix AttachShader errorbma2013-02-131-0/+14
* CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen2013-02-121-18/+10
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-112-0/+71