util/hash_set: Rework the API to know about hashing
[mesa.git] / src / gallium /
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-15 Michel Dänzerst/clover: Adapt to TargetLibraryInfo.h move in LLVM...
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 José Fonsecast/wgl: Ignore ulVersion in DrvValidateVersion.
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-08 Rob Clarktgsi: track max array per file
2015-01-08 Rob Clarktgsi: keep track of read vs written indirects
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 Marek Olšáktgsi: add uses_centroid into tgsi_shader_info
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 Eric Anholtgallium: Plumb the swap INVALIDATE_ANCILLARY flag throu...
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 Brian Pauldraw: silence uninitialized variable warning
2015-01-05 Brian Paulgallivm: silence a couple compiler warnings
2015-01-05 Leonid Shatzgallium/util: make sure cache line size is not zero
2015-01-05 Roland Scheideggergallium/util: fix crash with daz detection on x86
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-02 Alexander von Gluck IVgallium/state_tracker: Rewrite Haiku's state tracker
2015-01-01 Marek Olšákradeonsi: fix warnings
2014-12-31 Eric Anholtu_primconvert: Fix leak of the upload BO on context...
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.
next