aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* iris: support INTEL_NO_HW environment variableMike Blumenkrantz2019-04-103-1/+6
* Partially revert "gallium: fix autotools build of pipe_msm.la"Jan Vesely2019-04-101-1/+2
* vc4: Upload CS/VS UBO uniforms together.Eric Anholt2019-04-105-181/+22
* vc4: Split UBO0 and UBO1 address uniform handling.Eric Anholt2019-04-103-19/+20
* vc4: Don't forget to set the range when scalarizing our uniforms.Eric Anholt2019-04-101-0/+2
* st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.Eric Anholt2019-04-103-19/+2
* virgl: use debug_printf instead of fprintfErik Faye-Lund2019-04-101-1/+1
* virgl: Enable passing arrays as input to fragment shadersGert Wollny2019-04-102-0/+7
* Gallium: Add new CAP that indicated whether IO array definitions can be shrikedGert Wollny2019-04-103-0/+6
* virgl: Set bind when creating temp resource.Lepton Wu2019-04-091-0/+10
* freedreno: PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT unreachable statementKhaled Emara2019-04-091-1/+0
* st/va: reverse qt matrix back to its original orderBoyuan Zhang2019-04-091-6/+32
* softpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTGert Wollny2019-04-091-1/+1
* softpipe: Add an extra code path for the buffer texel lookupGert Wollny2019-04-091-1/+16
* softpipe: raise number of bits used for X coordinate texture lookupGert Wollny2019-04-092-7/+6
* softpipe: Don't use mag filter for gather opGert Wollny2019-04-091-3/+3
* nir: Get rid of global registersJason Ekstrand2019-04-093-4/+0
* virgl: add support for ARB_indirect_parametersDave Airlie2019-04-092-1/+3
* virgl: add support for ARB_multi_draw_indirectDave Airlie2019-04-093-5/+10
* virgl: add support for missing command buffer binding.Dave Airlie2019-04-093-3/+9
* iris: Enable NV_compute_shader_derivativesCaio Marcelo de Oliveira Filho2019-04-081-0/+1
* gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVESCaio Marcelo de Oliveira Filho2019-04-083-0/+5
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-093-3/+3
* softpipe: add support for vertex streams (v2)Dave Airlie2019-04-091-1/+5
* draw: add support to tgsi paths for geometry streams. (v2)Dave Airlie2019-04-097-124/+194
* softpipe: add support for indexed queries.Dave Airlie2019-04-094-14/+16
* tgsi: add support for geometry shader streams.Dave Airlie2019-04-093-18/+62
* draw: add stream member to stats callbackDave Airlie2019-04-094-3/+4
* intel: add dependency on genxml generated filesLionel Landwerlin2019-04-081-1/+1
* radeonsi: fix a crash when unbinding sampler statesMarek Olšák2019-04-081-1/+1
* panfrost: Remove "mali_unknown6" nonsenseAlyssa Rosenzweig2019-04-071-8/+0
* panfrost/midgard: Enable lower_find_lsbAlyssa Rosenzweig2019-04-071-0/+1
* panfrost/midgard: Add ibitcount8 opAlyssa Rosenzweig2019-04-072-0/+3
* panfrost/midgard: Add ilzcnt opAlyssa Rosenzweig2019-04-072-0/+3
* panfrost/midgard: Add umin/umax opcodesAlyssa Rosenzweig2019-04-073-0/+8
* panfrost: Add tilebuffer load? branchAlyssa Rosenzweig2019-04-072-1/+37
* panfrost/decode: Add flags for tilebuffer readbackAlyssa Rosenzweig2019-04-072-3/+21
* panfrost/midgard: use nir_src_is_const and nir_src_as_uintKarol Herbst2019-04-071-7/+4
* vc4: Prefer nir_src_comp_as_uint over nir_src_as_const_valueJason Ekstrand2019-04-072-18/+16
* gallium/util: Add const to u_range_intersectKenneth Graunke2019-04-071-1/+2
* gallium/hud: add CPU usage support for FreeBSDGreg V2019-04-071-0/+45
* iris: Silence unused variable warnings in release modeKenneth Graunke2019-04-061-3/+2
* util: clean the 24-bit unused field to avoid an issuesAndrii Simiklit2019-04-051-3/+3
* tegra: fix the build after the set_shader_buffers changeMarek Olšák2019-04-051-1/+1
* gallium/auxiliary/vl: Add barrier/unbind after compute shader launch.James Zhu2019-04-051-0/+13
* gallium/auxiliary/vl: Fixed blank issue with compute shaderJames Zhu2019-04-051-6/+1
* gallium/auxiliary/vl: Fixed blur issue with weave compute shaderJames Zhu2019-04-051-1/+1
* softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny2019-04-051-3/+3
* iris: handle aux properly in iris_resource_get_handleTapani Pälli2019-04-041-0/+8
* v3d: Don't try to use the TFU blit path if a scissor is enabled.Eric Anholt2019-04-041-1/+2