aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv/ac: round cube array coordinate before fixup.Dave Airlie2017-04-041-1/+5
* radv: move to using common buffer load format.Dave Airlie2017-04-041-8/+5
* util: fix MSVC warning in u_align_u32()Brian Paul2017-04-031-1/+1
* util: #include "c99_compat.h" to fix Windows buildBrian Paul2017-04-032-0/+2
* util: s/SHA1_H/MESA_SHA1_H/Brian Paul2017-04-031-2/+2
* svga: add comment on svga_buffer_hw_storage_map()Brian Paul2017-04-031-0/+1
* util/u_atomic: provide 64bit atomics where they're missingGrazvydas Ignotas2017-04-032-0/+76
* gallium/util: libunwind supportRob Clark2017-04-033-2/+105
* gallium/util: clean up stack frame printingRob Clark2017-04-033-23/+26
* st/mesa: add st_convert_image()Samuel Pitoiset2017-04-032-47/+63
* st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset2017-04-032-2/+2
* mesa/glthread: Call unmarshal_batch directly in glthread_finishBartosz Tomczyk2017-04-031-12/+32
* mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri2017-04-033-1/+46
* amd/addrlib: fix optimized build warningsGrazvydas Ignotas2017-04-031-1/+1
* radeonsi: use unreachable to fix a warningGrazvydas Ignotas2017-04-031-2/+2
* r600g: Add more (un)likely functionsConstantine Kharlamov2017-04-031-6/+4
* r600g: Remove intermediate assignment of pipe_draw_infoConstantine Kharlamov2017-04-031-51/+50
* r600g: Use separate index_bias variableConstantine Kharlamov2017-04-031-3/+5
* nv30: fp/rast may be null when validating fb/scissor due to clearIlia Mirkin2017-04-021-5/+6
* nvc0: fragprog may not be set when e.g. clearingIlia Mirkin2017-04-021-2/+3
* nv50: don't assume a rast is set when validating for clearsIlia Mirkin2017-04-022-3/+7
* radv: fix order of the guardband register emission.Dave Airlie2017-04-021-2/+2
* mesa/main: Fix memset in formatquery.cEdward O'Callaghan2017-04-021-1/+2
* radeonsi: add load_image_desc()Samuel Pitoiset2017-04-011-21/+24
* radeonsi: rework the load_sampler_desc() helpersSamuel Pitoiset2017-04-011-16/+10
* gallivm: add lp_build_emit_fetch_src() helperSamuel Pitoiset2017-04-012-5/+24
* glsl: ir_explog_to_explog2 is no moreErik Faye-Lund2017-04-012-2/+6
* gallium/docs: remove documentation of removed argErik Faye-Lund2017-04-011-2/+0
* st/mesa: avoid aliasing violation in st_cb_perfmon.cErik Faye-Lund2017-04-011-3/+3
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-017-8/+10
* vulkan: Bump the header and XML to the latest public versionJason Ekstrand2017-03-311-473/+625
* nv50/ir: also do PostRaLoadPropagation for FMAKarol Herbst2017-03-312-1/+2
* gm107/ir: add LIMM form of madKarol Herbst2017-03-312-11/+26
* gk110/ir: add LIMM form of madKarol Herbst2017-03-312-18/+34
* nv50/ir: implement mad post ra folding for nvc0+Karol Herbst2017-03-311-4/+47
* nv50/ir: restructure and rename postraconstantfolding passKarol Herbst2017-03-311-58/+63
* nvc0/ir: also do ConstantFolding for FMAKarol Herbst2017-03-311-0/+1
* nvc0/ir: disable support for LIMMs on MAD/FMAKarol Herbst2017-03-311-8/+2
* nvc0: Add support for NV_fill_rectangle for the GM200+Lyude2017-03-314-2/+13
* st/mesa: Add support for NV_fill_rectangleLyude2017-03-312-0/+3
* gallium: Add NV_fill_rectangle to pipe stateLyude2017-03-311-0/+1
* gallium: Add a cap to check if the driver supports fill_rectangleLyude2017-03-3117-0/+20
* mesa: Add support for GL_NV_fill_rectangleLyude2017-03-314-2/+26
* glapi: Add GL_NV_fill_rectangleLyude2017-03-311-0/+4
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-0136-694/+26
* radv: enable tessellation shaders.Dave Airlie2017-04-012-9/+10
* radv/ac: setup lds for tessellationDave Airlie2017-04-011-0/+12
* radv: add ia_multi_vgt_param tessellation support.Dave Airlie2017-04-011-2/+30
* radv/cmd: emit tessellation state.Dave Airlie2017-04-011-4/+109
* radv/pipeline: handle tessellation shader compilationDave Airlie2017-04-011-0/+142