summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add get_disk_shader_cache() callbackTimothy Arceri2017-02-232-0/+19
* st/mesa: implement a tgsi on-disk shader cacheTimothy Arceri2017-02-235-6/+481
* st/mesa: add sha1 field to st program structsTimothy Arceri2017-02-231-0/+18
* st/mesa: move set_prog_affected_state_flags() to st_program.cTimothy Arceri2017-02-233-141/+144
* util/disk_cache: fix bug with deleting old cache dirsTimothy Arceri2017-02-231-4/+6
* vulkan: Combine wsi and util makefilesDylan Baker2017-02-228-42/+36
* vulkan/util: Add generator for enum_to_str functionsDylan Baker2017-02-226-35/+200
* Revert "st/vdpau: Fix multithreading"Thomas Hellstrom2017-02-221-21/+1
* vl: u_upload_alloc might fail to allocate buffer in bicubic filterNayan Deshmukh2017-02-221-3/+5
* gallium: reorder fields in pipe_draw_infoMarek Olšák2017-02-221-23/+26
* gallium/hud: handle a thread switch for API-thread-busy monitoringMarek Olšák2017-02-221-4/+10
* gallium/hud: prevent an infinite loopMarek Olšák2017-02-221-2/+3
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-226-26/+30
* gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2017-02-222-2/+78
* i965: Implement INTEL_performance_query backendRobert Bragg2017-02-226-0/+729
* mesa: Model INTEL perf query backend after query obj BERobert Bragg2017-02-224-402/+301