summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main/performance_query: s/GLboolean/bool/Robert Bragg2017-02-242-6/+6
* eglapi: replace linear entrypoint search with binary searchEric Engestrom2017-02-241-13/+24
* egl: make sure entrypoints list is always sortedEric Engestrom2017-02-242-1/+7
* egl: distribute all testsEric Engestrom2017-02-241-1/+1
* eglapi: move entrypoints list out to its own fileEric Engestrom2017-02-243-77/+79
* eglapi: sort entrypoints listEric Engestrom2017-02-241-37/+37
* eglapi: use macro to map entrypoints to functionsEric Engestrom2017-02-241-74/+75
* eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom2017-02-241-7/+24
* eglapi: add entrypoint for eglDestroySyncKHREric Engestrom2017-02-241-7/+21
* eglapi: add entrypoint for eglDestroyImageKHREric Engestrom2017-02-241-7/+21
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-242-57/+28
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-243-19/+130
* glx: add GLXdispatchIndex sort checkEric Engestrom2017-02-242-1/+25
* softpipe: enable clear_texture with util_clear_textureLars Hamre2017-02-242-1/+4
* llvmpipe: enable clear_texture with util_clear_textureLars Hamre2017-02-242-2/+4
* gallium: implement util_clear_textureLars Hamre2017-02-242-145/+248
* haiku/winsys: fix dt prototype argsJerome Duval2017-02-241-1/+2
* haiku: build fixes around debug definesJerome Duval2017-02-241-2/+2
* radv: add sample mask output supportDave Airlie2017-02-243-2/+9
* radv/ac: refactor our fmask sample index fixup.Dave Airlie2017-02-241-122/+107
* radv: fetch sample index via fmask for image coord as well.Dave Airlie2017-02-241-54/+126
* radv: add sample mask input supportDave Airlie2017-02-241-1/+6
* radv: enable location at sample when persample is forced.Dave Airlie2017-02-241-0/+3
* radv: fix interpolation at wrong place for offset interpDave Airlie2017-02-242-3/+4
* swr: fix index buffers with non-zero indicesGeorge Kyriazis2017-02-235-6/+62
* swr: add fetch shader cacheGeorge Kyriazis2017-02-236-15/+50
* st/mesa: free shader cache buffer on fallbackTimothy Arceri2017-02-241-1/+3
* st/mesa: fix crash in shader cache cased by race conditionTimothy Arceri2017-02-241-6/+8
* anv: Enable MSAA compressionJason Ekstrand2017-02-235-2/+36
* anv/blorp/clear_subpass: Only set surface clear color for fast clearsJason Ekstrand2017-02-231-2/+3
* intel/isl: Apply render target alignment constraints for MCSPohjolainen, Topi2017-02-231-1/+16
* intel/isl: add MCS width constraint 16 samplesLionel Landwerlin2017-02-231-0/+10
* intel/isl: Return surface creation success from aux helpersJason Ekstrand2017-02-233-41/+40
* glsl: Raise a link error for non-SSO ES programs with a TES but no TCS.Kenneth Graunke2017-02-231-0/+10
* isl/state: fix assert on raw buffer surface state minimum sizeSamuel Iglesias Gonsálvez2017-02-231-1/+1
* glsl: enable early_fragment_tests implicitly with post_depth_coverageIago Toral Quiroga2017-02-231-1/+1
* glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...Samuel Iglesias Gonsálvez2017-02-231-27/+34
* glsl: fix heap-use-after-free in ast_declarator_list::hir()Samuel Iglesias Gonsálvez2017-02-231-2/+4
* st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2017-02-182-2/+15
* st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee2017-02-182-0/+8
* radv/ac: handle gs->copy shader clip distances.Dave Airlie2017-02-231-13/+68
* radv/ac: pass clips properly from vertex->geometry shader stages.Dave Airlie2017-02-231-6/+40
* radv/ac: rename num clips/cull to output clips/cullsDave Airlie2017-02-231-10/+10
* vulkan/wsi: move image count to shared structure.Dave Airlie2017-02-233-26/+24
* radeon: fix r600 builds when old version of llvm is presentTimothy Arceri2017-02-231-2/+2
* vulkan: Fix gen_enum_to_str in out of tree buildsDylan Baker2017-02-221-1/+5
* anv/Makefile: Gather all the genX files into one placeJason Ekstrand2017-02-221-22/+9
* r600/radeonsi: enable glsl/tgsi on-disk cacheTimothy Arceri2017-02-232-0/+46
* st/mesa: get on-disk shader cacheTimothy Arceri2017-02-231-0/+3
* ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri2017-02-233-0/+39