i965/fs: Swap if/else conditions in SEL peephole.
[mesa.git] / src / gallium / drivers /
2014-07-24 Ilia Mirkinnvc0/ir: support 2d constbuf indexing
2014-07-24 Ilia Mirkingm107/ir: emit LDC subops
2014-07-24 Ilia Mirkingk110/ir: emit load constant subop
2014-07-24 Ilia Mirkinnv50/ir: fix phi/union sources when their def has been...
2014-07-24 Ilia Mirkinnv50/ir: fix hard-coded TYPE_U32 sized register
2014-07-24 Ilia Mirkinnvc0: mark shader header if fp64 is used
2014-07-24 Ilia Mirkinnv50/ir: keep track of whether the program uses fp64
2014-07-24 Ilia Mirkinnvc0: make sure that the local memory allocation is...
2014-07-24 Chia-I Wuilo: check the tilings of imported handles
2014-07-24 Chia-I Wuilo: clean up resource bo renaming
2014-07-24 Chia-I Wuilo: share some code between {tex,buf}_create_bo
2014-07-24 Chia-I Wuilo: use native 3-component vertex formats on GEN7.5+
2014-07-24 Chia-I Wuilo: allow for device-dependent format translation
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: fix p0 (kill, etc)
2014-07-23 Tom StellardRevert "r600g/compute: Fix warnings"
2014-07-23 Grigori Goronzyradeon/llvm: fix formatting
2014-07-23 Grigori Goronzyradeon/llvm: enable unsafe math for graphics shaders
2014-07-23 Tom Stellardr600g/compute: Fix warnings
2014-07-23 Glenn Kennardr600g: Use hardware sqrt instruction
2014-07-23 Bruno Jiménezr600g/compute: Remove unneeded code from compute_memory...
2014-07-23 Bruno Jiménezr600g/compute: Quick exit if there's nothing to add...
2014-07-23 Bruno Jiménezr600g/compute: Defrag the pool if it's necesary
2014-07-23 Bruno Jiménezr600g/compute: Add a function for defragmenting the...
2014-07-23 Bruno Jiménezr600g/compute: Add a function for moving items in the...
2014-07-23 Rob Clarkfreedreno/a3xx: more vtx formats
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: const file relative addressing
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: move function
2014-07-23 Rob Clarkfreedreno/a3xx: add back a few stalls
2014-07-23 Rob Clarkfreedreno: update generated headers
2014-07-23 Michel Dänzerr600g/radeonsi: Use write-combined CPU mappings of...
2014-07-21 Tom Stellardradeonsi/compute: Add support scratch buffer support v2
2014-07-21 Tom Stellardradeonsi/compute: Bump number of user sgprs for LLVM 3.5
2014-07-21 Tom Stellardradeonsi/compute: Share COMPUTE_DBG macro with r600g
2014-07-21 Tom Stellardradeonsi: Read rodata from ELF and append it to the...
2014-07-17 Marek Olšákradeonsi: only update vertex buffers when they need...
2014-07-17 Marek Olšákradeonsi: remove nr_vertex_buffers
2014-07-17 Marek Olšákradeonsi: move vertex buffer descriptors from IB to...
2014-07-17 Marek Olšákradeonsi: add support for fine-grained sampler view...
2014-07-17 Marek Olšákradeonsi: move si_set_sampler_views to si_descriptors.c
2014-07-17 Marek Olšákradeonsi: move sampler descriptors from IB to memory
2014-07-17 Marek Olšákradeonsi: implement ARB_draw_indirect
2014-07-17 Marek Olšákradeonsi: don't add info->start to the index buffer...
2014-07-17 Marek Olšákradeonsi: use an SGPR instead of VGT_INDX_OFFSET
2014-07-17 Marek Olšákradeonsi: assume LLVM 3.4.2 is always present
2014-07-17 Glenn Kennardr600g: Implement GL_ARB_texture_gather
2014-07-17 Thorsten Glasernv50: fix build failure on m68k due to invalid struct...
2014-07-16 Chia-I Wuilo: add some missing formats
2014-07-16 Chia-I Wuilo: update and tailor the surface format table
2014-07-15 Christoph Bumillernvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS
2014-07-15 Christoph Bumillernvc0: add support for indirect drawing
2014-07-15 Ilia Mirkinnouveau: check if a fence has already been signalled
2014-07-15 Tom Stellardradeon/llvm: Fix LLVM diagnostic error reporting
2014-07-15 Chia-I Wuilo: raise texture size limits
2014-07-15 Chia-I Wuilo: move away from drm_intel_bo_alloc_tiled
2014-07-14 Marek Olšákradeonsi: partially revert "switch descriptors to i32...
2014-07-11 Marek Olšákradeonsi: rename definitions of shader limits
2014-07-11 Marek Olšákradeonsi: switch descriptors to i32 vectors
2014-07-11 Marek Olšákradeonsi: properly implement texture opcodes that take...
2014-07-11 Marek Olšákradeonsi: fix texture fetches with derivatives for...
2014-07-11 Marek Olšákradeonsi: fix samplerCubeShadow with bias
2014-07-10 Brian Paulsoftpipe: fix sp_get_dims() for PIPE_BUFFER
2014-07-10 Ilia Mirkinnvc0/ir: add support for interpolating with non-default...
2014-07-10 Ilia Mirkinr600g: remove unused base_vector_chan variable
2014-07-10 Ilia Mirkinnvc0/ir: fix encoding of offset register into interpola...
2014-07-10 Ilia Mirkinnvc0/ir: account for indirect textures on fermi for txd
2014-07-10 Ilia Mirkinnvc0/ir: unset s/r indirect sources before moving every...
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-09 Christian Königradeonsi: fix order of r600_need_dma_space and r600_con...
2014-07-08 Samuel Pitoisetnvc0: allocate more space before a counter is configured
2014-07-08 Tobias Klausmannnv50/ir: use unordered_set instead of list to keep...
2014-07-08 Marek Olšákradeonsi: mark MSAA config state as dirty at the beginn...
2014-07-08 Chia-I Wuilo: fix fence reference counting
2014-07-08 Ilia Mirkinnvc0/ir: fill offset in properly for TXD
2014-07-08 Ilia Mirkinnvc0/ir: use manual TXD when offsets are involved
2014-07-08 Ilia Mirkinnvc0/ir: do quadops on the right texture coordinates...
2014-07-08 Ilia Mirkinnv50/ir: ignore bias for samplerCubeShadow on nv50
2014-07-08 Ilia Mirkinnv50/ir: retrieve shadow compare from first arg
2014-07-06 Christian Königgallium/radeon: use PRIX64 instead of PRIu64
2014-07-04 Ilia Mirkinnvc0: add a memory barrier when there are persistent...
2014-07-04 Ilia Mirkinnv50: do an explicit flush on draw when there are persi...
2014-07-04 Ilia Mirkinnv50: disable dedicated ubo upload method
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-03 Ilia Mirkinr600g: allow vs to write to gl_ViewportIndex
2014-07-03 Thomas Hellstromsvga: Don't unnecessarily reemit BindGBShader commands v2
2014-07-03 Aaron Watryradeon/llvm: Allocate space for kernel metadata operands
2014-07-03 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_DOUBLES
2014-07-03 Michel DänzerRevert "radeonsi: Use dma_copy when possible for si_blit."
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-02 Tom Stellardgallium/radeon: Only print a message for LLVM diagnosti...
2014-07-02 Tom Stellardradeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
2014-07-02 Ilia Mirkinr600g: allow viewport index/layer to be sent to ps
2014-07-02 Ilia Mirkinnvc0: add missed PIPE_CAP_DRAW_INDIRECT
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_tile_linear
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image_all
2014-07-01 Roland Scheideggerllvmpipe: allocate regular texture memory upfront
2014-07-01 Roland Scheideggerllvmpipe: get rid of linear_img struct
2014-07-01 Roland Scheideggerllvmpipe: (trivial) rename linear_mip_offsets to mip_of...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
next