aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: x86 autogenerated macro workGeorge Kyriazis2018-01-194-14/+15
* swr/rast: Shorten some filenamesGeorge Kyriazis2018-01-192-2/+2
* swr/rast: work supporting optimizations in Debug builds.George Kyriazis2018-01-192-9/+23
* swr/rast: Add debugging type support for function types.George Kyriazis2018-01-192-0/+21
* swr/rast: Shader debugging workGeorge Kyriazis2018-01-191-0/+6
* swr/rast: Debug Symbols workGeorge Kyriazis2018-01-194-19/+88
* swr/rast: Initial work for debugging support.George Kyriazis2018-01-196-16/+191
* swr/rast: Add private state parameter in fetcherGeorge Kyriazis2018-01-195-29/+41
* swr/rast: Added missing define for Linux/gccGeorge Kyriazis2018-01-191-0/+1
* swr/rast: Fix one more invalid object format for windows.George Kyriazis2018-01-191-1/+1
* swr: allow a single swr architecture to be builtinChuck Atkins2018-01-191-35/+49
* swr: (autoconf) allow a single swr architecture to be builtinChuck Atkins2018-01-191-11/+39
* swr: fix clang 5 null cast warningGreg V2018-01-191-3/+3
* gallium: Make (num_)samples an unsigned intGert Wollny2018-01-192-2/+6
* st/vdpau: release held lock in error pathGrazvydas Ignotas2018-01-191-1/+3
* gallivm: support avx512 (16x32) in interleave2_halfGeorge Kyriazis2018-01-181-2/+38
* meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker2018-01-183-12/+12
* r600: enable ARB_enhanced_layoutsDave Airlie2018-01-191-1/+1
* vc5: add missing files to the tarballEmil Velikov2018-01-181-0/+5
* r600/sb: add lds related peepholes.Dave Airlie2018-01-181-1/+8
* r600/sb: use different stacks for tracking lds and queue usage.Dave Airlie2018-01-182-3/+24
* r600/sb: schedule LDS ops in appropriate places.Dave Airlie2018-01-182-0/+7
* r600/sb: hit the scheduler with a big hammer to avoid lds splits.Dave Airlie2018-01-181-0/+3
* r600/sb: adding lds oq tracking to the schedulerDave Airlie2018-01-182-3/+15
* r600/sb: add gcm support to avoid clause between lds read/queue readDave Airlie2018-01-182-2/+17
* r600/sb: handle lds special dest registers.Dave Airlie2018-01-182-2/+2
* r600/sb: handle LDS operations in folding.Dave Airlie2018-01-181-0/+11
* r600/sb: add finalising for lds output queue special values.Dave Airlie2018-01-181-0/+12
* r600/sb: add initial support for parsing lds operations.Dave Airlie2018-01-181-2/+50
* r600/sb: disable if conversion for hsDave Airlie2018-01-181-1/+1
* r600/sb: lds ops have no dst register.Dave Airlie2018-01-181-1/+1
* r600/sb: introduce special register values for lds support.Dave Airlie2018-01-183-1/+33
* r600/sb: update last_cf if alu is the last clauseDave Airlie2018-01-181-0/+1
* r600/sb: start adding GDS supportDave Airlie2018-01-1813-13/+123
* r600/sb: add tess/compute initial state registers.Dave Airlie2018-01-181-1/+4
* r600/sb: fix a bug emitting ar load from a constant.Dave Airlie2018-01-181-0/+3
* r600/shader: only emit add instruction if param has a value.Dave Airlie2018-01-181-6/+8
* r600: emit 0 gds_op for tf write.Dave Airlie2018-01-181-2/+3
* r600: add support for ARB_shader_clock.Dave Airlie2018-01-183-5/+29
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-1718-26/+0
* nine: assume that user constant buffers are always supportedMarek Olšák2018-01-174-156/+4
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-1718-24/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-1719-24/+1
* svga: add num-commands-per-draw HUD queryBrian Paul2018-01-176-0/+24
* gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2018-01-172-3/+29
* gallium/hud: remove uint64_t casts in sensor query_sti_load() functionBrian Paul2018-01-171-5/+5
* gallium/hud: compute cpu load, percent with doublesBrian Paul2018-01-171-4/+5
* gallium/hud: s/unsigned/enum pipe_query_type/Brian Paul2018-01-172-3/+5
* meson: add llvm dependency for swr buildGeorge Kyriazis2018-01-171-0/+1
* st/va: add break for MPEG4 data buffer handling caseLeo Liu2018-01-171-0/+1