radeonsi: only flush the right set of caches for CP DMA operations
[mesa.git] / src / gallium / drivers /
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
2015-01-05 Ilia Mirkinnv50/ir: fix texture offsets in release builds
2015-01-04 Marek Olšákr300g: handle vertex format PIPE_FORMAT_NONE
2015-01-02 Roy Splietnv50/ir: Fold sat into mad
2015-01-02 Ilia Mirkinnv50/ir: fold MAD when one of the multiplicands is...
2015-01-01 Marek Olšákradeonsi: fix warnings
2014-12-31 Eric Anholtvc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b15...
2014-12-31 Ilia Mirkinnv50,nvc0: set vertex id base to index_bias
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-12-30 Eric Anholtvc4: Only render tiles where the scissor ever intersect...
2014-12-30 Eric Anholtvc4: Move draw call reset handling to a helper function.
2014-12-30 Eric Anholtvc4: Drop the content of vc4_flush_resource().
2014-12-26 Eric Anholtvc4: Handle unaligned accesses in CL emits.
2014-12-25 Eric Anholtvc4: Don't bother zero-initializing the shader reloc...
2014-12-25 Eric Anholtvc4: Fix the argument type for cl_u16().
2014-12-25 Michel Dänzerradeonsi: Don't modify PA_SC_RASTER_CONFIG register...
2014-12-24 Eric Anholtvc4: Optimize CL emits by doing size checks up front.
2014-12-24 Eric Anholtvc4: Avoid repeated hindex lookups in the loop over...
2014-12-24 Rob Clarkfreedreno/ir3: split out legalize pass
2014-12-24 Rob Clarkfreedreno/ir3: ra debug
2014-12-21 Marek Olšákradeonsi: force NaNs to 0
2014-12-21 David Heidelbergr300g: implement ARR opcode
2014-12-20 Rob Clarkfreedreno/a4xx: blend-color
2014-12-20 Rob Clarkfreedreno/a4xx: alpha-test
2014-12-20 Rob Clarkfreedreno: update generated headers
2014-12-20 Rob Clarkfreedreno/ir3: trans_kill cleanup
2014-12-20 Rob Clarkfreedreno/ir3: hack for standalone compiler
2014-12-18 Eric Anholtvc4: Coalesce MOVs into VPM with the instructions gener...
2014-12-18 Eric Anholtvc4: Redefine VPM writes as a (destination) QIR registe...
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-18 Eric Anholtvc4: Move follow_movs() to common QIR code.
2014-12-18 Eric Anholtvc4: Fix missing newline for load immediate instruction...
2014-12-18 Eric Anholtvc4: Add a userspace BO cache.
2014-12-18 Eric Anholtvc4: Add dmabuf support.
2014-12-18 Eric Anholtvc4: Drop a weird argument in the BOs-from-handles...
2014-12-16 Eric Anholtvc4: Add support for turning add-based MOVs to muls...
2014-12-16 Eric Anholtvc4: Add a helper for changing a field in an instruction.
2014-12-16 Eric Anholtvc4: Fix the name of qpu_waddr_ignores_ws().
2014-12-16 Eric Anholtvc4: Add support for enabling early Z discards.
2014-12-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-16 Dave Airlier600g/sb: implement r600 gpr index workaround. (v3.1)
2014-12-16 Vadim Girlinr600g/sb: fix issues with loops created for switch
2014-12-16 Dave AirlieRevert "r600g/sb: fix issues cause by GLSL switching...
2014-12-15 Eric Anholtvc4: Add support for 32-bit signed norm/scaled vertex...
2014-12-15 Eric Anholtvc4: Add support for 16-bit signed/unsigned norm/scaled...
2014-12-15 Eric Anholtvc4: Rename the 16-bit unpack #define.
2014-12-15 Eric Anholtvc4: Add support for 8-bit unnormalized vertex attrs.
2014-12-15 Eric Anholtvc4: Refactor vertex attribute conversions a bit.
2014-12-15 Eric Anholtvc4: Fix use of r3 as a temp in 8-bit unpacking.
2014-12-15 Eric Anholtvc4: Rename UNPACK_8* to UNPACK_8*_F.
2014-12-15 Eric Anholtvc4: Add support for UMAD.
2014-12-15 Eric Anholtvc4: 0-initialize the screen again.
2014-12-15 Eric Anholtvc4: Fix leaks of the compiled shaders' keys.
2014-12-15 Eric Anholtvc4: Fix leaks of the CL contents.
2014-12-15 Eric Anholtvc4: Fix leak of vc4_bos stashed in the context.
2014-12-15 Eric Anholtvc4: Fix leak of the compiled shader programs in the...
2014-12-15 Eric Anholtvc4: Fix leak of a copy of the scheduled QPU instructions.
2014-12-15 Eric Anholtvc4: Switch to using the util/ hash table.
2014-12-15 Eric Anholtvc4: Fix leak of simulator memory on screen cleanup.
2014-12-15 Eric Anholtvc4: Fix a leak of the simulator's exec BO's actual...
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-12-13 Rob Clarkfreedreno/a4xx: mipmaps
2014-12-13 Rob Clarkfreedreno: update generated headers
2014-12-13 Rob Clarkfreedreno: add is_a3xx()/is_a4xx() helpers
2014-12-13 Rob Clarkfreedreno: helper to calc layer/level offset
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-12 Eric Anholtvc4: Fix referencing of sync objects.
2014-12-12 Eric Anholtvc4: Consider FS backface color loads as color inputs...
2014-12-12 Eric Anholtvc4: Drop redundant index size setting.
2014-12-12 Eric Anholtvc4: Don't throw out the index offset in the shadow...
2014-12-12 Eric Anholtvc4: Fix triangle-guardband-viewport piglit test.
next