summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glapi: Fix make checkIan Romanick2014-04-031-0/+1
* llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* softpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* svga: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-15/+0
* cso: check for no sampler view changes in cso_set_sampler_views()Brian Paul2014-04-031-3/+8
* docs: Add note about updating tests to dev infoTimothy Arceri2014-04-041-0/+5
* st/wgl: Remove wgl*Gallium*MESA().José Fonseca2014-04-034-103/+0
* glapi: Fix scons buildIan Romanick2014-04-031-1/+1
* glx: Do not advertise buffer_age on dri2Adel Gadllah2014-04-021-1/+1
* cso: fix sampler view count in cso_set_sampler_views()Brian Paul2014-04-021-3/+4
* glapi: Add static dispatch for glPointSizePointerOESIan Romanick2014-04-021-1/+1
* Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false""Ian Romanick2014-04-021-86/+43
* glapi: Enable ES compatibility modeIan Romanick2014-04-022-2/+2
* glapi: Fix build break in 'make check' on non-shared-glapi buildsIan Romanick2014-04-021-4/+4
* glapi: Remove support for "short string" modeIan Romanick2014-04-021-36/+7
* mesa: remove redundant running of check_symbol_table()Juha-Pekka Heikkila2014-04-021-2/+4
* mesa: Add missing null check in _mesa_parse_arb_program()Juha-Pekka Heikkila2014-04-021-0/+5
* mesa: Prevent negative indexing on noise2, noise3 and noise4Juha-Pekka Heikkila2014-04-021-18/+18
* glx: add extra null check in getFBConfigsJuha-Pekka Heikkila2014-04-021-0/+4
* glx: remove unused __glXClientInfo()Juha-Pekka Heikkila2014-04-021-13/+0
* i965/vec4: do not trim dead channels on gen6 for mathTapani Pälli2014-04-021-4/+9
* winsys/svga: Replace the query mm buffer pool with a slab pool v3Thomas Hellstrom2014-04-021-5/+13
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-0215-2/+27
* gbm: Add gbm_bo_get_fd to gbm-symbols-check scriptKristian Høgsberg2014-04-011-0/+1
* gbm: Add import from fdKristian Høgsberg2014-04-013-2/+29
* gbm: Add gbm_bo_get_fd()Kristian Høgsberg2014-04-014-0/+37
* include/GLES3: add OpenGL ES 3.1 HeadersJordan Justen2014-04-014-4/+1274
* Revert "glapi/es1: Don't mark core functions as static_dispatch=false"Brian Paul2014-04-011-43/+86
* mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE.Iago Toral Quiroga2014-04-011-1/+2
* gallium/docs: fix silent math failures due to ~ and &Ilia Mirkin2014-04-011-60/+60
* gallium/docs: line up some of the equationsIlia Mirkin2014-04-011-28/+16
* gallium/docs: fix incorrect/missing referencesIlia Mirkin2014-04-016-6/+10
* gallium/docs: fix use of _ in math sectionsIlia Mirkin2014-04-011-10/+10
* gallium/docs: add format to indexIlia Mirkin2014-04-012-2/+3
* gallium/docs: fix a lot of bad formattingIlia Mirkin2014-04-011-242/+262
* glsl: remove UBO fields from _mesa_glsl_parse_stateChia-I Wu2014-04-013-16/+1
* nv50: implement clear_buffer to accelerate ARB_clear_buffer_objectIlia Mirkin2014-03-311-0/+115
* mesa/st: Accelerate ARB_clear_buffer_object with clear_bufferIlia Mirkin2014-03-313-3/+38
* gallium: add interface to clear buffersIlia Mirkin2014-03-312-0/+16
* mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...Ian Romanick2014-03-312-119/+2
* mapi_abi: Make ES1 and ES2 static_dispatch=false functions hiddenIan Romanick2014-03-311-4/+6
* mapi: Hack around glGetInternalformativ not being hidden in GLESIan Romanick2014-03-311-0/+8
* glapi/es1: Don't mark core functions as static_dispatch=falseIan Romanick2014-03-311-86/+43
* glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...Ian Romanick2014-03-311-61/+61
* glapi: Remove some duplicate ignore="true" linesIan Romanick2014-03-311-32/+0
* i965/vec4: Don't trim writemasks of texture instructions.Matt Turner2014-03-311-2/+4
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-3120-0/+38
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-3117-18/+63
* gallium/targets: add missing library dependenciesEmil Velikov2014-03-312-2/+10
* pipe-loader: reorder PIPE_LIBSEmil Velikov2014-03-311-2/+2