st/nine: Do not pollute rTmp in ff ps
[mesa.git] / src / gallium /
2016-10-10 Axel Davyst/nine: Do not pollute rTmp in ff ps
2016-10-10 Axel Davyst/nine: Allocate temporaries on demand for ps ff
2016-10-10 Axel Davyst/nine: Fix texbem
2016-10-10 Axel Davyst/nine: Fix ff computation for inverse
2016-10-10 Axel Davyst/nine: Used normed Vtx for reflectionvector
2016-10-10 Axel Davyst/nine: Implement SPHEREMAP
2016-10-10 Axel Davyst/nine: Enable passthrough only if positiont is used
2016-10-10 Axel Davyst/nine: Fix wrong mask in ff vs
2016-10-10 Axel Davyst/nine: Fix tweening factor computation
2016-10-10 Axel Davyst/nine: Disable ff vertex blending if required inputs...
2016-10-10 Axel Davyst/nine: Use materials if source is not given.
2016-10-10 Axel Davyst/nine: Fix ff SPECULARENABLE
2016-10-10 Axel Davyst/nine: Undefined specular should be full of zeros
2016-10-10 Axel Davyst/nine: Implement normal transformation with vertex...
2016-10-10 Axel Davyst/nine: Increase MaxVertexBlendMatrixIndex
2016-10-10 Axel Davyst/nine: Compact ff vs constants a bit
2016-10-10 Axel Davyst/nine: Fix vertex blending aVtx computation
2016-10-10 Axel Davyst/nine: Reorganize ff vtx processing
2016-10-10 Axel Davyst/nine: Small simplification for position_t and fog
2016-10-10 Axel Davyst/nine: Cleaning code for vs temporaries
2016-10-10 Axel Davyst/nine: No need for the local flag for temporaries...
2016-10-10 Axel Davyst/nine: Handle D3DRS_NORMALIZENORMALS
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-10-10 Axel Davyst/nine: Partial software vertex processing support
2016-10-10 Axel Davyst/nine: Rework vs int and bool constants buffer
2016-10-10 Axel Davyst/nine: Change dirty tracking for vs int and bool...
2016-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-10-10 Axel Davyst/nine: Add support for swvp constants in shaders
2016-10-10 Axel Davyst/nine: Initial mixed vertex processing support
2016-10-10 Axel Davyst/nine: Implement SetNPatchMode
2016-10-10 Axel Davyst/nine: Implement D3DUSAGE_SOFTWAREPROCESSING
2016-10-10 Patrick Rudolphst/nine: Allocate more space for ATI1
2016-10-10 Patrick Rudolphst/nine: Add missing break
2016-10-10 Axel Davyst/nine: Implement relative addressing for ps inputs
2016-10-10 Axel Davyst/nine: Wait for pending tasks to execute in swapchain
2016-10-10 Axel Davyst/nine: Use fixed size arrays for swapchain buffers
2016-10-10 Patrick Rudolphst/nine: Fix buffer count check for Ex devices
2016-10-10 Axel Davyst/nine: Disable seamless cubemap for d3d
2016-10-10 Axel Davyst/nine: Fix some check flags
2016-10-10 Axel Davyst/nine: Unify some check flags
2016-10-10 Axel Davygallium/util: Really allow aliasing of dst for u_box_un...
2016-10-10 Axel Davysoftpipe: Cap to 2 GB on 32 bits
2016-10-10 Axel Davyllvmpipe: Cap to 2 GB on 32 bits
2016-10-10 Axel Davygallium/os: Fix overflow on 32 bits
2016-10-10 Axel Davyst/nine: Memset pipe_resource templates
2016-10-10 Samuel Pitoisetnvc0: fix valid range for shader buffers
2016-10-10 Ilia Mirkinnvc0/ir: fix overwriting of value backing non-constant...
2016-10-10 Ilia Mirkinnv50/ir: only stick one preret per function
2016-10-10 Nicolai Hähnleradeonsi: make more use of si_have_tgsi_compute
2016-10-10 Nicolai Hähnlegallium/radeon: assign a name to LLVM output variables...
2016-10-10 Nicolai Hähnlegallium/radeon: avoid redundant work with overlapping...
2016-10-10 Nicolai Hähnleradeonsi: support ARB_compute_variable_group_size
2016-10-07 Rob Clarkgallium: add missing zero-init for resource templates
2016-10-07 Rob Clarkfreedreno: don't try to shadow layered textures
2016-10-07 Rob Clarkfreedreno/a3xx+a4xx: fix clip-plane lowering state
2016-10-07 Eric Anholtvc4: Don't worry about partial Z/S clear if the other...
2016-10-07 Eric Anholtvc4: Try to fix the HW-2116 workaround.
2016-10-07 Eric Anholtvc4: Drop dead argument from vc4_start_draw().
2016-10-07 Eric Anholtvc4: Fix fallback to quad clears of depth in GLX.
2016-10-07 Eric Anholtvc4: Add the format name in miptree_debug.
2016-10-07 Eric Anholtvc4: Fix perf debug formatting on partial Z/S clear.
2016-10-07 Eric Anholtvc4: Drop destination register when it's unused.
2016-10-07 Eric Anholtvc4: Fix live intervals analysis for screening defs...
2016-10-07 Eric Anholtvc4: Fix simulator when more than one vc4_screen is...
2016-10-07 Eric Anholtvc4: Fix assertion fails from trying to cast non-ALU...
2016-10-06 Samuel Pitoisetnv50/ir: fix wrong check when optimizing MAD to SHLADD
2016-10-06 Samuel Pitoisetnvc0: dump program binary only when NV50_PROG_DEBUG...
2016-10-06 Samuel Pitoisetnvc0: expose ARB_compute_variable_group_size
2016-10-06 Samuel Pitoisetnv50/ir: set number of threads/block for variable local...
2016-10-06 Samuel Pitoisetgallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_...
2016-10-06 Karol Herbstnv50/ir: optimize sub(a, 0) to a
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-10-06 Steven Tothgallium/hud: Remove superfluous debug
2016-10-06 Emil Velikovsvga: add svga_mksstats.h to the sources list
2016-10-06 Emil Velikovst/xvmc/tests: force enable assertions
2016-10-05 Samuel Pitoisetnvc0: dump program binary when chipset has been forced
2016-10-05 Marek Olšákradeonsi: fix texture border colors for compute shaders
2016-10-05 Marek Olšákgallium/radeon/winsyses: set reasonable max_alloc_size
2016-10-05 Marek Olšákradeonsi: fix interpolateAt opcodes for .zw components
2016-10-05 Marek Olšákradeonsi: add assertions to validate interpolation...
2016-10-05 Marek Olšákradeonsi: interpolate colors after interpolation weight...
2016-10-05 Marek Olšáktgsi/scan: don't set interp flags for inputs only used...
2016-10-05 Marek Olšákddebug: dump most driver information with GALLIUM_DDEBU...
2016-10-05 Karol Herbstnv50/ra: let simplify return an error and handle that
2016-10-05 Nicolai Hähnlevirgl: Fix build regression of commit 8a943564
2016-10-05 Nicolai Hähnlegallium/radeon: implement set_device_reset_callback
2016-10-05 Nicolai Hähnleddebug: add pass-through of set_device_reset_callback
2016-10-05 Nicolai Hähnlegallium: add pipe_context::set_device_reset_callback
2016-10-05 Nicolai Hähnlevirgl: use the new parent/child pools for transfers
2016-10-05 Nicolai Hähnlevc4: use the new parent/child pools for transfers
2016-10-05 Nicolai Hähnlefreedreno: use the new parent/child pools for transfers
2016-10-05 Nicolai Hähnler300: use the new parent/child pools for transfers...
2016-10-05 Nicolai Hähnlegallium/radeon: use the new parent/child pools for...
2016-10-04 Jose Fonsecagallivm: Use AVX2 gather instrinsics.
2016-10-04 Roland Scheideggergallivm: Use 8 wide AoS sampling on AVX2.
2016-10-04 José Fonsecagallivm: Basic AVX2 support.
2016-10-04 Leo Liust/omx/dec/h265: add scaling list data
2016-10-04 Leo Liust/omx/dec/h265: fix the skip for before and after...
2016-10-04 Leo Liust/omx/dec/h265: set the default reference picture...
2016-10-04 Leo Liust/omx/dec/h265: decoder size should follow from sps
next