radeonsi: only flush the right set of caches for CP DMA operations
[mesa.git] / src / gallium / drivers / nouveau /
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-02 Roy Splietnv50/ir: Fold sat into mad
2015-01-02 Ilia Mirkinnv50/ir: fold MAD when one of the multiplicands is...
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-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-29 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_ARR
2014-11-27 Ilia Mirkinnv50: remove ancient map of rt formats
2014-11-24 Eric Anholtnouveau: Fix build after STR/BRA opcode dropping.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-23 Ilia Mirkinnv50,nvc0: buffer resources can be bound as other thing...
2014-11-23 Ilia Mirkinnv50,nvc0: actually check constbufs for invalidation
2014-11-23 Ilia Mirkinnv50/ir: set neg modifiers on min/max args
2014-11-16 Marek Olšákgallium: remove unused pipe_viewport_state::translate...
2014-11-15 Ilia Mirkinnv50,nvc0: use clip_halfz setting when creating rasteri...
2014-11-12 Ilia Mirkinnvc0: remove unused mm_VRAM_fe0
2014-10-26 Tobias Klausmannnv50: handle inverted render conditions
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-23 Mauro Rossigallium/nouveau: fully build the driver under android
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: simplify shader properties in tgsi_shader_info
2014-10-04 Ilia Mirkingk110/ir: add dnz flag emission for fmul/fmad
2014-10-04 Ilia Mirkingm107/ir: add dnz emission for fmul
2014-09-26 Ilia Mirkingm107/ir: take relative pfetch offset into account
2014-09-26 Ilia Mirkingm107/ir: add support for indirect const buffer selection
2014-09-26 Ilia Mirkingm107/ir: fix texture argument order
2014-09-26 Ilia Mirkingm107/ir: fix manual TXD for array targets
2014-09-26 Ilia Mirkinnv50/ir: avoid deleting pseudo instructions too early
2014-09-26 Ilia Mirkinnv50/ir: add some comments on edge classification
2014-09-26 Ilia Mirkinnv50,nvc0: fix 3d blit logic for odd depth/stencil...
2014-09-26 Ilia Mirkinnv50,nvc0: add missing depth/stencil formats to tile...
2014-09-24 Emil Velikovgallium/nouveau: add automake target 'template'
2014-09-12 Ilia Mirkinnv50,nvc0: enable ARB_texture_view
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-12 Maarten Lankhorstnouveau: remove unneeded assert
2014-09-12 Maarten Lankhorstnouveau: rework reference frame handling
2014-09-12 Maarten Lankhorstnouveau: fix MPEG4 hw decoding
2014-09-12 Maarten Lankhorstnouveau: re-allocate bo's on overflow
2014-09-09 Ilia Mirkinnv50/ir: accomodate all file types, there are now more...
2014-09-09 Ilia Mirkinnvc0/ir: uses was always null at that point in the...
2014-09-09 Ilia Mirkinnv50/ir: avoid array overrun when checking for supporte...
2014-09-09 Ilia Mirkinnouveau: buffer can never be null
2014-09-09 Ilia Mirkinnvc0/ir: insn can never be null
2014-09-09 Ilia Mirkinnvc0: size is a uint16_t, remove unnecessary assertion
2014-09-09 Ilia Mirkinnvc0: avoid null deref of screen when collecting stats
2014-09-09 Ilia Mirkinnvc0: use 64-bit math when scaling the query results
2014-09-06 Christoph Bumillernvc0/ir: clarify recursion fix to finding first tex...
2014-09-06 Christoph Bumillernv50/ir/util: fix BitSet issues
2014-09-06 Ilia Mirkinnvc0: remove nvc0_push, replaced with nvc0_vbo_translate
2014-09-06 Ilia Mirkinnv50,nvc0: get rid of draw module support
2014-09-05 Emil Velikovgallium/nouveau: ship all files in the tarball
2014-09-02 Dave Airlienouveau: don't leak dec struct on error
2014-09-02 Dave Airlienouveau/nv40: quiten coverity warning in unused vertex...
2014-09-01 Ilia Mirkinnv50: remove unused variables
2014-09-01 Ilia Mirkinnv50: attach the buffer bo to the miptree structures
2014-09-01 Ilia Mirkinnv50: mt address may not be the underlying bo's start...
2014-09-01 Ilia Mirkinnv50: set the miptree address when clearing bo's in...
2014-09-01 Ilia Mirkinnv50/ir: avoid creating instructions that can't be...
2014-09-01 Ilia Mirkinnvc0: don't make 1d staging textures linear
2014-09-01 Ilia Mirkinnv50: zero out unbound samplers
2014-09-01 Ilia Mirkinnvc0/ir: avoid infinite recursion when finding first...
2014-08-29 Ilia Mirkinnouveau: allow more tokens by default to avoid parse...
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-19 Tobias Klausmannnvc0: Handle ARB_conditional_render_inverted and enable it
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-18 Tobias Klausmannnv50/ir: (trivial) initialize pointer to silence warning
2014-08-15 Emil Velikovgallium/nouveau: handle query_renderer caps
2014-08-15 Ilia Mirkinnv50,nvc0: add support for fine derivatives
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-13 Ilia Mirkinnvc0: increase GLSL level to 400 to enable ARB_gpu_shader5
2014-08-12 Emil Velikovandroid: gallium/nouveau: fix include folders, link...
2014-08-12 Ilia Mirkinnvc0: add BPTC format support
2014-08-11 Ilia Mirkinnvc0/ir: describe the tex arguments for fermi/kepler
2014-08-11 Ilia Mirkinnvc0/ir: add kepler+ support for indirect texture refer...
2014-08-11 Ilia Mirkinnvc0/ir: add base tex offset for fermi indirect tex...
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
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-17 Thorsten Glasernv50: fix build failure on m68k due to invalid struct...
next