summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák2016-04-125-19/+30
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-128-16/+21
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-124-7/+3
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-124-82/+23
* r600g: don't manually stop queries for blitterMarek Olšák2016-04-121-3/+0
* r600g: add pausing pipeline & streamout queries into set_active_query_stateMarek Olšák2016-04-125-1/+38
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-127-9/+24
* r600g: simplify r600_set_occlusion_query_stateMarek Olšák2016-04-124-7/+3
* gallium/radeon: move pipeline stat context flags to common codeMarek Olšák2016-04-124-10/+10
* r600g: fix typo in r600 register definitionsMarek Olšák2016-04-121-1/+1
* gallium/radeon: unify checking streamout enable stateMarek Olšák2016-04-124-11/+9
* radeonsi: fix mask checking when emitting scissors and viewportsMarek Olšák2016-04-121-4/+8
* radeonsi: implement and rely on set_active_query_stateMarek Olšák2016-04-124-4/+45
* gallium: pause queries for all meta opsMarek Olšák2016-04-126-0/+12
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-1220-0/+142
* radeonsi: Synchronize a streamout write after read hazard.Bas Nieuwenhuizen2016-04-121-0/+6
* nv30: Add missing PIPE_SHADER_CAP_INTEGERS to get_shader_param()Hans de Goede2016-04-121-0/+1
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-1211-6/+466
* draw: add support for passing buffers to vs/gs shaders.Dave Airlie2016-04-125-3/+32
* tgsi: add support for buffer/atomic operations to tgsi_exec.Dave Airlie2016-04-125-14/+245
* tgsi: set nonhelpermask for vertex shadersDave Airlie2016-04-121-0/+1
* radeon/uvd: alignment fix for decode message bufferBoyuan Zhang2016-04-111-1/+1
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-111-0/+1
* drivers/softpipe: add missing header to the tarballEmil Velikov2016-04-111-0/+1
* Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags"Emil Velikov2016-04-111-15/+3
* tgsi/doc: fix spelling errorOded Gabbay2016-04-111-1/+1
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+1
* nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin2016-04-094-11/+44
* nv50,nvc0: support sending string markers down into the command streamIlia Mirkin2016-04-094-2/+52
* nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin2016-04-097-2/+51
* vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.Eric Anholt2016-04-084-27/+29
* vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.Eric Anholt2016-04-085-65/+100
* vc4: Add a helper function for the construction of qregs.Eric Anholt2016-04-084-12/+13
* vc4: Add missing scheduling dependency for MS color writes.Eric Anholt2016-04-081-0/+1
* vc4: Drop the multi_instruction distinction for QIR instructions.Eric Anholt2016-04-082-14/+5
* vc4: Handle SF on instructions that write r4.Eric Anholt2016-04-081-10/+14
* vc4: Allow multi-instruction QIR nodes to get VPM optimization.Eric Anholt2016-04-081-2/+2
* vc4: Switch to using NIR_PASS macros.Eric Anholt2016-04-085-33/+32
* vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4.Eric Anholt2016-04-082-20/+12
* vc4: Emit a warning and proceed for handling loops in NIR.Rhys Kidd2016-04-081-1/+13
* vc4: Add a stub for NIR->QIR of control flow function nodesRhys Kidd2016-04-081-0/+11
* vc4: Add better debug of NIR->QIR control flow graph failureRhys Kidd2016-04-081-1/+2
* vc4: Remove unused include from vc4_program.cRhys Kidd2016-04-081-1/+0
* st/va: avoid dereference after free in vlVaDestroyImageThomas Hindoe Paaboel Andersen2016-04-081-1/+3
* radeonsi: do per-pixel clipping based on viewport statesMarek Olšák2016-04-082-11/+85
* nv50/ir: do not try to attach JOIN ops to ATOMSamuel Pitoiset2016-04-071-1/+1
* radeonsi: raise number of samplers per shader to 32Nicolai Hähnle2016-04-071-3/+3
* radeonsi: expand the compressed color and depth texture masks to 64 bitsNicolai Hähnle2016-04-073-18/+18
* radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERSNicolai Hähnle2016-04-071-1/+1
* gallium: raise PIPE_MAX_SAMPLERS to 32Nicolai Hähnle2016-04-071-1/+1