radeonsi: fix indirect loads of 64 bit constants
[mesa.git] / src / gallium / drivers /
2016-10-17 Nicolai Hähnleradeonsi: fix indirect loads of 64 bit constants
2016-10-17 Marek Olšákradeonsi: shorten "shader->selector" to "sel" in si_sha...
2016-10-17 Marek Olšákradeonsi: clear DB_RENDER_OVERRIDE
2016-10-16 Eric Anholtvc4: Fix fast clear color packing for 565.
2016-10-15 Tobias Klausmannnv50/ir: constant fold OP_SPLIT
2016-10-14 Tim Rowleyswr: [rasterizer core] don't construct pArContext on...
2016-10-14 Tim Rowleyswr: [rasterizer core] remove WorkerWaitForThreadEvent...
2016-10-14 Tim Rowleyswr: [rasterizer core] move binner functionality to...
2016-10-14 Tim Rowleyswr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob
2016-10-14 Tim Rowleyswr: [rasterizer core] fix comment typo
2016-10-14 Tim Rowleyswr: [rasterizer core/sim] 8x2 backend + 16-wide tile...
2016-10-14 Tim Rowleyswr: [rasterizer archrast] fix event file issue with...
2016-10-14 Eric Engestromswr: [rasterizer common] fix assert index
2016-10-14 Ilia Mirkinnv50: enable ARB_enhanced_layouts
2016-10-14 Ilia Mirkinnvc0/ir: be more careful about preserving modifiers...
2016-10-13 Eric Anholtvc4: Avoid loading from the texture during non-utile...
2016-10-13 Samuel Pitoisetnvc0: enable ARB_enhanced_layouts
2016-10-13 Marek Olšákradeonsi: adjust and clean up Z_ORDER and EXEC_ON_x...
2016-10-13 Marek Olšákradeonsi: disable ReZ
2016-10-13 Marek Olšákradeonsi: implement TC-compatible HTILE
2016-10-13 Nicolai Hähnleradeonsi: fix regression in image atomics
2016-10-13 Nicolai Hähnleradeonsi: fix the coordinate overloading of llvm.amdgcn...
2016-10-12 Emil Velikovswr: automake: add ar_eventhandlerfile_h.template to...
2016-10-12 Ilia Mirkinnvc0/ir: fix textureGather with a single offset
2016-10-12 Ilia Mirkinnv50/ir: copy over value's register id when resolving...
2016-10-12 Nicolai Hähnlest/mesa: enable ARB_enhanced_layouts and turn the cap on
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-12 Tom Stellardradeonsi: Use the new image load/store intrinsic signatures
2016-10-12 Tom Stellardradeonsi: Add function for converting LLVM type to...
2016-10-12 Tom Stellardradeonsi: Refactor image store/load intrinsic name...
2016-10-12 Marek Olšákradeonsi: fix R600_DEBUG=precompile for shader-db
2016-10-12 Marek Olšákradeonsi: use TC write-back instead of full cache inval...
2016-10-12 Marek Olšákradeonsi: implement TC L2 write-back (flush) without...
2016-10-12 Marek Olšákradeonsi: don't invalidate VMEM L1 for memory barriers...
2016-10-12 Samuel Pitoisetnv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)
2016-10-12 Ilia Mirkintrace: add invalidate_resource callback
2016-10-11 Marek Olšákradeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the...
2016-10-11 Tim Rowleyswr: [rasterizer archrast] update proto file
2016-10-11 Tim Rowleyswr: [rasterizer archrast] add support for stats files
2016-10-11 Tim Rowleyswr: [rasterizer jitter] remove architecture override
2016-10-11 Tim Rowleyswr: [rasterizer jitter] adjust jitmanager assert
2016-10-11 Tim Rowleyswr: [rasterizer] eliminate unused label warnings on gcc
2016-10-11 Tim Rowleyswr: [rasterizer core] implement depth bounds test
2016-10-11 Tim Rowleyswr: [rasterizer core] update/add formats
2016-10-11 Tim Rowleyswr: [rasterizer core] SwrStoreTiles api change
2016-10-11 Tim Rowleyswr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS...
2016-10-11 Tim Rowleyswr: [rasterizer archrast] add mako template
2016-10-11 Tim Rowleyswr: [rasterizer core] disable cull for rect_list
2016-10-11 Tim Rowleyswr: [rasterizer core] add support for "RAW" surface...
2016-10-11 Tim Rowleyswr: [rasterizer core] align Macrotile FIFO memory...
2016-10-11 Tim Rowleyswr: [rasterizer common] remove threadviz code
2016-10-11 Tim Rowleyswr: [rasterizer memory] split load/store for compile...
2016-10-11 Nicholas Bishopi915g: fix incorrect gl_FragCoord value
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 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 Emil Velikovsvga: add svga_mksstats.h to the sources list
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šá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šá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ä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 Nicolai Hähnleradeonsi: optionally run the LLVM IR verifier pass
2016-10-04 Nicolai Hähnlegallium/radeon: fix argument type of llvm.{cttz,ctlz...
next