gallium/util: add u_bit_scan64
[mesa.git] / src / gallium / drivers /
2015-02-04 Marek Olšáktgsi: add tgsi_get_processor_type helper from radeon
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2015-02-02 Eric Anholtvc4: Kill a bunch of color write calculation when color...
2015-02-01 Eric Anholtvc4: Dump the VPM read index in QIR disasm.
2015-01-29 Eric Anholtvc4: Fix point size handling when it's the first output.
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-28 Tom Stellardradeonsi: Enable VGPR spilling for all shader types v5
2015-01-28 Tom Stellardradeonsi/compute: Allocate the scratch buffer during...
2015-01-28 Tom Stellardradeonsi: Add radeon_shader_binary member to struct...
2015-01-28 Tom Stellardradeonsi/compute: Rename si_compute::program to si_comp...
2015-01-28 Marek Olšákradeonsi: Avoid leaking memory when rebuilding shader...
2015-01-27 Dave Airlier600g: add support for primitive id without geom shader...
2015-01-27 Dave Airlier600g: move selecting the pixel shader earlier.
2015-01-27 Michel Dänzerr600g,radeonsi: Fix calculation of IR target cap string...
2015-01-20 Eric Anholtvc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854...
2015-01-20 Rob Clarkfreedreno/a4xx: sysmem bypass
2015-01-20 Rob Clarkfreedreno: update generated headers
2015-01-20 Tom Stellardradeonsi: Re-enable LLVM IR dumps
2015-01-20 Tom Stellardradeonsi/compute: Use relocs for scratch pointer rather...
2015-01-20 Tom Stellardradeon: Teach radeon_elf_read() how to parse reloc...
2015-01-20 Tom Stellardradeon: Add a helper function for freeing members of...
2015-01-15 Eric Anholtvc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.
2015-01-15 Eric Anholtvc4: Add dumping for the TILE_RENDERING_MODE_CONFIG...
2015-01-15 Eric Anholtvc4: Fix CL dumping trying to dump too far.
2015-01-15 Eric Anholtvc4: Fix texture type masking.
2015-01-15 Eric Anholtvc4: Colormask should apply after all other fragment...
2015-01-15 Eric Anholtvc4: No turning unpack arguments into small immediates.
2015-01-15 Eric Anholtvc4: Move the tests for src needing to be an A register...
2015-01-15 Eric Anholtvc4: Don't swap the raddr on instructions doing unpacks.
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Fix early Z behavior on hardware.
2015-01-15 Michel DänzerRevert "radeonsi: only set BC_OPTIMIZE_DISABLE when...
2015-01-13 Rob Clarkfreedreno/ir3: handle "holes" in inputs
2015-01-12 Marek Olšákr600g: fix build failure when building the driver witho...
2015-01-11 Eric Anholtvc4: Clamp the inputs to the blend equation to [0, 1].
2015-01-11 Eric Anholtvc4: Add a little helper for clamping to [0,1].
2015-01-11 Eric Anholtvc4: Fix up statechange management for uncompiled/compi...
2015-01-11 Eric Anholtvc4: Fix clear color setup for RGB565.
2015-01-10 Eric Anholtvc4: Avoid the save/restore of r3 for raddr conflicts...
2015-01-10 Eric Anholtvc4: Allow dead code elimination of VPM reads.
2015-01-10 Eric Anholtvc4: Cook up the draw-time VPM setup info during shader...
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Fix miscalculation of the VPM space.
2015-01-10 Eric Anholtvc4: Pack VPM attr contents according to just the size...
2015-01-10 Eric Anholtvc4: Restructure color packing as a series of channel...
2015-01-10 Eric Anholtvc4: Fix the no-copy-propagating-from-TLB_COLOR_READ...
2015-01-10 Eric Anholtvc4: Move global seqno short-circuiting to vc4_wait_seq...
2015-01-08 Rob Clarkfreedreno/ir3: fix pos_regid > max_reg
2015-01-08 Rob Clarkfreedreno/ir3: start on indirect gpr reads
2015-01-08 Rob Clarkfreedreno/ir3: make reg array dynamic
2015-01-08 Rob Clarkfreedreno/ir3: simplify RA
2015-01-08 Rob Clarkfreedreno/ir3: regmask support for relative addr
2015-01-08 Rob Clarkfreedreno/ir3: split up ssa_src
2015-01-08 Rob Clarkfreedreno/ir3: drop instr_clone() stuff
2015-01-08 Rob Clarkfreedreno/ir3: runtime enable RA debug for DEBUG builds
2015-01-08 Rob Clarkfreedreno/ir3: handle relative addr in ir3_dump
2015-01-08 Rob Clarkfreedreno/ir3: legalize vs unused sam dst components
2015-01-08 Rob Clarkfreedreno/ir3: hack for old compiler
2015-01-07 Marek OlšákRevert "radeonsi: reduce the size of si_pm4_state"
2015-01-07 Tom Stellardradeonsi: Fix crash when destroying si_screen
2015-01-07 Marek Olšákradeonsi: enable LLVM optimizations that assume no...
2015-01-07 Marek Olšákradeonsi: emit SURFACE_SYNC last
2015-01-07 Marek Olšákradeonsi: flush all CB/DB caches unconditionally when...
2015-01-07 Marek Olšákradeonsi: change TC cache flushing strategy for textures
2015-01-07 Marek Olšákradeonsi: improve and fix streamout flushing
2015-01-07 Marek Olšákradeonsi: use TC L2 for CP DMA operations with shader...
2015-01-07 Marek Olšákradeonsi: use TC L2 for updating descriptors on CIK
2015-01-07 Marek Olšákradeonsi: don't use TC L2 for updating descriptors...
2015-01-07 Marek Olšákradeonsi: only flush the right set of caches for CP...
2015-01-07 Marek Olšákradeonsi: implement separate ICACHE and KCACHE flush...
2015-01-07 Marek Olšákradeonsi: add a combined flag for flushing a framebuffer
2015-01-07 Marek Olšákradeonsi: rename flush flags, split the TC flag into...
2015-01-07 Marek Olšákr600g,radeonsi: separate cache flush flags
2015-01-07 Marek Olšákr600g: move r6xx-specific streamout flush flagging...
2015-01-07 Marek Olšákradeonsi: only set BC_OPTIMIZE_DISABLE when necessary
2015-01-07 Marek Olšákradeonsi: do not define FACE as an ordinary PS input
2015-01-07 Marek Olšákradeonsi: remove flatshade from the shader key
2015-01-07 Marek Olšákradeonsi: remove special handling of TGSI_INTERPOLATE_C...
2015-01-07 Marek Olšákradeonsi: implement VERTEXID_NOBASE and BASEVERTEX...
2015-01-07 Marek Olšákradeonsi: fix VertexID for OpenGL
2015-01-07 Marek Olšákradeonsi: clarify a hw bug in shader exports
2015-01-07 Marek Olšákradeonsi: use ordered compares for SSG and face selection
2015-01-07 Marek Olšákradeonsi: remove unused and not useful variables
2015-01-07 Marek Olšákradeonsi: remove init config from states
2015-01-07 Marek Olšákradeonsi: reduce the size of si_pm4_state
2015-01-07 Eric Anholtvc4: Fix scaling W projection of the Z coordinate when...
2015-01-06 Eric Anholtvc4: Fix deletion from the program cache.
2015-01-06 Eric Anholtvc4: Skip storing the Z/S contents when it's invalidated.
2015-01-06 Tom Stellardradeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6
2015-01-06 Tom Stellardradeonsi: Cache LLVMTargetMachine object in si_screen
2015-01-05 Ilia Mirkinnvc0: add name to magic number
2015-01-05 Ilia Mirkinnvc0: regenerate rnndb headers
2015-01-05 Ilia Mirkinnv50: regenerate rnndb headers
2015-01-05 Tobias Klausmannnv50: enable texture compression
2015-01-05 Ilia Mirkinnv50/ir: enable sat modifier for OP_SUB
2015-01-05 Roy Splietnv50/ir: Add sat modifier for mul
2015-01-05 Ilia Mirkinnv50,nvc0: avoid doing work inside of an assert
next