gallium/radeon: Only print a message for LLVM diagnostic errors
[mesa.git] / src / gallium / drivers / nouveau /
2014-07-02 Ilia Mirkinnvc0: add missed PIPE_CAP_DRAW_INDIRECT
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
2014-07-01 Ilia Mirkinnvc0/ir: only merge emit/restart for identical streams
2014-07-01 Ilia Mirkinnvc0/ir: avoid creating restarts with non-0 stream
2014-07-01 Ilia Mirkinnvc0/ir: fix emitting vertex stream
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-06-27 Axel Davynv50: fix dri3 prime buffer creation
2014-06-27 Dave Airlienvc0: fix dri3 prime buffer creation
2014-06-23 Ilia Mirkinnvc0: allow VIEWPORT_INDEX and LAYER to be used as...
2014-06-23 Tobias Klausmannnv50/ir: allow gl_ViewportIndex to work on non-provokin...
2014-06-19 Ilia Mirkinnv30: hack to avoid errors on unexpected color/zeta...
2014-06-19 Ilia Mirkinnv30: tidy screen caps, add missing ones
2014-06-19 Ilia Mirkinnv30: avoid dangling references to deleted contexts
2014-06-19 Ilia Mirkinnv30: plug some memory leaks on screen destroy and...
2014-06-19 Ilia Mirkinnv50: organize screen caps
2014-06-19 Ilia Mirkinnvc0: organize screen caps
2014-06-19 Ilia Mirkinnvc0: remove vport_int hack and instead use the usual...
2014-06-17 Tobias Klausmannnv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEX
2014-06-17 Tobias Klausmannnvc0: implement multiple viewports/scissors, enable...
2014-06-17 Ilia Mirkinnv50: make sure to mark first scissor dirty after blit
2014-06-07 Ilia Mirkingk110/ir: fix bfind emission
2014-06-07 Ilia Mirkingk110/ir: fix emitting constbuf file index
2014-06-07 Ilia Mirkingk110/ir: emit saturate flag on fadd when needed
2014-06-07 Ilia Mirkingk110/ir: fix slct emission
2014-06-07 Ilia Mirkingk110/ir: fix interp mode emission
2014-06-06 Ilia Mirkingk110/ir: fix ISAD emission with register args
2014-06-06 Ilia Mirkingk110/ir: fix quadon opcode emission
2014-06-06 Ilia Mirkinnvc0: don't bother trying to set up compute for gk110+
2014-06-06 Ilia Mirkingk110: add in forgotten code for gk110 isa
2014-06-06 Ilia Mirkingk110/ir: emit texbar the same way that the blob does
2014-06-06 Tobias Klausmannnvc0/ir: Handle OP_POPCNT when folding constant expressions
2014-06-06 Tobias Klausmannnvc0/ir: Handle OP_BFIND when folding constant expressions
2014-06-06 Tobias Klausmannnvc0/ir: Handle reverse subop for OP_EXTBF when folding...
2014-06-06 Tobias Klausmannnv50/ir: clear subop when folding constant expressions
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-28 Alexandre Courbotnvc0/ir: use SM35 ISA with GK20A
2014-05-28 Alexandre Courbotnvc0: add GK20A 3D class
2014-05-27 Tobias Klausmannnvc0: implement clear_buffer
2014-05-26 Ilia Mirkinnvc0: revert mistaken logic to collapse color outputs...
2014-05-23 Joakim Sindholtnv50: count wrapped textures towards the tex_obj count
2014-05-23 Christoph Bumillernvc0: assert that we have vertex elements state
2014-05-23 Christoph Bumillernvc0: use PRIxPTR for sizeof()
2014-05-23 Christoph Bumillernv50,nvc0: allow 15,16,30 bpp display formats
2014-05-23 Christoph Bumillernv50,nvc0: handle guard band defines
2014-05-23 Christoph Bumillernv50/ir/tgsi: optimize KIL
2014-05-23 Christoph Bumillernv50/ir: fix lowering of predicated instructions (witho...
2014-05-23 Christoph Bumillernv50/ir/opt: fix constant folding with saturate modifier
2014-05-23 Christoph Bumillernv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
2014-05-23 Christoph Bumillernv50,nvc0: set constbufs dirty on pipe context switch
2014-05-23 Christoph Bumillernv50: setup scissors on clear_render_target/depth_stencil
2014-05-23 Christoph Bumillernv50,nvc0: always pull out bufctx on context destruction
2014-05-21 Ilia Mirkinnv50,nvc0: fix 3d blits with mipmap levels
2014-05-21 Ilia Mirkinnv50/ir: fix constant folding for OP_MUL subop HIGH
2014-05-21 Ilia Mirkinnv50/ir: fix s32 x s32 -> high s32 multiply logic
2014-05-18 Ilia Mirkinnv50/ir: fix integer mul lowering for u32 x u32 ->...
2014-05-18 Ilia Mirkinnv50/ir: make sure that texprep/texquerylod's args...
2014-05-14 Ben Skeggsnvc0: enable support for maxwell boards
2014-05-14 Ben Skeggsnvc0: add maxwell (sm50) compiler backend
2014-05-14 Ben Skeggsnvc0: maxwell isa has no per-instruction join modifier
2014-05-14 Ben Skeggsnvc0: replace immd 0 with $rLASTGPR for emit/restart...
2014-05-14 Ben Skeggsnvc0: move nvc0 lowering pass class definitions into...
2014-05-14 Ben Skeggsnvc0: bump sched data member to 32-bits
2014-05-14 Ben Skeggsnvc0: use vertex arrays for eng3d blit
2014-05-14 Ben Skeggsnvc0: restrict "constant vbo" logic to fermi/kepler...
2014-05-14 Ben Skeggsnvc0: replace some vb->stride checks with constant_vbo...
2014-05-14 Ben Skeggsnvc0: add maxwell class
2014-05-14 Ben Skeggsnvc0: allow for easier modification of compiler library...
2014-05-14 Ben Skeggsnvc0: properly distribute macros in source form
2014-05-11 Ilia Mirkinnv50,nvc0: fix blit 3d path for 1d array textures
2014-05-11 Ilia Mirkinnv50,nvc0: leave queries on during blit, turn them...
2014-05-11 Ilia Mirkinnv50: fix setting of texture ms info to be per-stage
2014-05-11 Ilia Mirkinnv50/ir: make sure to reverse cond codes on all the...
2014-05-08 Ilia Mirkinnv50/ir/gk110: fix set with f32 dest
2014-05-08 Ilia Mirkinnv50/ir: allow load propagation when flags are defined
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-05-05 Ilia Mirkinnv50,nvc0: add X8Z24_UNORM, fix stencil-only formats
2014-05-02 Ilia Mirkinnouveau: add ARB_buffer_storage support
2014-05-02 Ilia Mirkinnouveau: remove cb_dirty, it's never used
2014-05-02 Ilia Mirkinnvc0: treat non-linear 2DRect textures the same as 2D
2014-04-29 Ilia Mirkinnvc0/ir: offset appears to come before the Z ref
2014-04-28 Ilia Mirkinnv50/ir: change texture offsets to ValueRefs, allow...
2014-04-28 Ilia Mirkinnvc0/ir: do constant folding of extbf/insbf
2014-04-28 Ilia Mirkinnvc0/ir: add support for MUL_HI tgsi opcodes
2014-04-28 Ilia Mirkinnvc0/ir: add support for new bitfield manipulation...
2014-04-26 Ilia Mirkinnvc0/ir: fetch shadow value from proper place for TG4...
2014-04-26 Ilia Mirkinnvc0/ir: set gatherComp for non-shadow targets
2014-04-26 Ilia Mirkinnvc0/ir: set instance count based on the GS_INVOCATIONS...
2014-04-26 Ilia Mirkinnvc0/ir: add support for INVOCATIONID system value
2014-04-26 Ilia Mirkinnvc0/ir: add support for SAMPLEMASK sysval
2014-04-26 Ilia Mirkinnvc0: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-26 Ilia Mirkinnv50: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-19 Ilia Mirkinnouveau/codegen: add missing values for OP_TXLQ into...
2014-04-19 Ilia Mirkinnvc0: change logic for centering of eng2d blit when...
2014-04-19 Ilia Mirkinnv50: use 2d blit when src/dst have same number of...
2014-04-17 Maarten Lankhorstnouveau/vdec: small fixes to h264 handling
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
next