aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* st/nine: Fix ff SPECULARENABLEAxel Davy2016-10-101-10/+3
* st/nine: Undefined specular should be full of zerosAxel Davy2016-10-101-6/+6
* st/nine: Implement normal transformation with vertex blendingAxel Davy2016-10-101-5/+21
* st/nine: Increase MaxVertexBlendMatrixIndexAxel Davy2016-10-102-5/+5
* st/nine: Compact ff vs constants a bitAxel Davy2016-10-101-9/+9
* st/nine: Fix vertex blending aVtx computationAxel Davy2016-10-101-17/+10
* st/nine: Reorganize ff vtx processingAxel Davy2016-10-101-52/+72
* st/nine: Small simplification for position_t and fogAxel Davy2016-10-101-6/+3
* st/nine: Cleaning code for vs temporariesAxel Davy2016-10-101-98/+135
* st/nine: No need for the local flag for temporaries in ffAxel Davy2016-10-101-2/+2
* st/nine: Handle D3DRS_NORMALIZENORMALSAxel Davy2016-10-101-2/+5
* st/nine: Initial ProcessVertices supportAxel Davy2016-10-1011-69/+735
* st/nine: Partial software vertex processing supportAxel Davy2016-10-108-60/+322
* st/nine: Rework vs int and bool constants bufferAxel Davy2016-10-104-24/+37
* st/nine: Change dirty tracking for vs int and bool constantsAxel Davy2016-10-104-22/+56
* st/nine: Drop unused constant upload pathAxel Davy2016-10-103-210/+4
* st/nine: Add support for swvp constants in shadersAxel Davy2016-10-103-37/+125
* st/nine: Initial mixed vertex processing supportAxel Davy2016-10-102-5/+16
* st/nine: Implement SetNPatchModeAxel Davy2016-10-101-1/+1
* st/nine: Implement D3DUSAGE_SOFTWAREPROCESSINGAxel Davy2016-10-101-2/+3
* st/nine: Allocate more space for ATI1Patrick Rudolph2016-10-102-6/+17
* st/nine: Add missing breakPatrick Rudolph2016-10-101-0/+1
* st/nine: Implement relative addressing for ps inputsAxel Davy2016-10-101-3/+27
* st/nine: Wait for pending tasks to execute in swapchainAxel Davy2016-10-101-0/+4
* st/nine: Use fixed size arrays for swapchain buffersAxel Davy2016-10-102-40/+11
* st/nine: Fix buffer count check for Ex devicesPatrick Rudolph2016-10-101-5/+4
* st/nine: Disable seamless cubemap for d3dAxel Davy2016-10-102-2/+2
* st/nine: Fix some check flagsAxel Davy2016-10-101-11/+12
* st/nine: Unify some check flagsAxel Davy2016-10-102-4/+12
* gallium/util: Really allow aliasing of dst for u_box_union_*Axel Davy2016-10-101-11/+20
* softpipe: Cap to 2 GB on 32 bitsAxel Davy2016-10-101-0/+6
* llvmpipe: Cap to 2 GB on 32 bitsAxel Davy2016-10-101-0/+6
* gallium/os: Fix overflow on 32 bitsAxel Davy2016-10-101-4/+10
* st/nine: Memset pipe_resource templatesAxel Davy2016-10-102-0/+8
* nvc0: fix valid range for shader buffersSamuel Pitoiset2016-10-103-0/+3
* nvc0/ir: fix overwriting of value backing non-constant gather offsetIlia Mirkin2016-10-101-2/+2
* nv50/ir: only stick one preret per functionIlia Mirkin2016-10-101-4/+7
* radeonsi: make more use of si_have_tgsi_computeNicolai Hähnle2016-10-101-3/+1
* gallium/radeon: assign a name to LLVM output variables in debug buildsNicolai Hähnle2016-10-101-1/+6
* gallium/radeon: avoid redundant work with overlapping in/out arraysNicolai Hähnle2016-10-101-1/+4
* radeonsi: support ARB_compute_variable_group_sizeNicolai Hähnle2016-10-105-17/+53
* gallium: add missing zero-init for resource templatesRob Clark2016-10-0710-0/+17
* freedreno: don't try to shadow layered texturesRob Clark2016-10-071-0/+3
* freedreno/a3xx+a4xx: fix clip-plane lowering stateRob Clark2016-10-072-0/+6
* vc4: Don't worry about partial Z/S clear if the other is already cleared.Eric Anholt2016-10-061-3/+7
* vc4: Try to fix the HW-2116 workaround.Eric Anholt2016-10-061-9/+10
* vc4: Drop dead argument from vc4_start_draw().Eric Anholt2016-10-061-3/+3
* vc4: Fix fallback to quad clears of depth in GLX.Eric Anholt2016-10-064-25/+64
* vc4: Add the format name in miptree_debug.Eric Anholt2016-10-061-2/+4
* vc4: Fix perf debug formatting on partial Z/S clear.Eric Anholt2016-10-061-1/+1