gallium: Add PIPE_CAP_START_INSTANCE
[mesa.git] / src / gallium / drivers /
2012-06-19 Fredrik Höglundgallium: Add PIPE_CAP_START_INSTANCE
2012-06-18 Vinson Leescons: Do not build svga if using Solaris Studio C...
2012-06-18 Tom Stellardradeon/llvm: Update comment in AMDGPU.td
2012-06-18 Tom Stellardradeon/llvm: Remove unused AMDIL TableGen definitons
2012-06-18 Tom Stellardradeon/llvm: Eliminate getRegClassFromType() function
2012-06-18 Tom Stellardradeon/llvm: Remove deadcode from AMDILISelLowering.cpp
2012-06-18 James Bentonllvmpipe: Implement cylindrical wrapping.
2012-06-18 Brian Paulsvga: fix synchronization bug between sampler views...
2012-06-17 Marek Olšákr600g: enable streamout by default on r7xx and DRM...
2012-06-16 Stéphane Marchesini915g: More ops commute.
2012-06-15 Marek Olšákr600g: fix lockups with streamout on r7xx
2012-06-15 Marek Olšákr600g: compute CS space for streamout correctly, add...
2012-06-15 Marek Olšákr600g: set SMX_ACTION_ENA to fix streamout cache flushe...
2012-06-15 Christian Königwinsys/radeon: enable IB submission to compute rings v2
2012-06-14 Marcin Slusarznv50,nvc0: fix stream output target buffer leak
2012-06-14 Christoph Bumillernv50: disable stream output before reconfiguring it
2012-06-14 Christoph Bumillernv50/ir: handle NEG,ABS modifiers for short RCP encoding
2012-06-14 Brian Paulsvga: make svga_surface_needs_propagation() surface...
2012-06-14 Brian Paulsvga: add svga_surface_const() cast wrapper
2012-06-14 Brian Paulsvga: fix comment typo
2012-06-12 Michel Dänzerradeonsi: Don't always re-compile shaders after they...
2012-06-12 Michel Dänzerradeonsi: Use linear instead of constant interpolation...
2012-06-12 Thomas Stellardradeonsi: Handle SUB_f32.
2012-06-12 Michel Dänzerradeonsi: Only dump shaders with environment variable...
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-10 Michael Karcheri915g: Fix depth/stencil glClear
2012-06-07 Tom Stellardradeon/llvm: Emulate RECIP_UINT instruction on Cayman
2012-06-07 Tom Stellardradeon/llvm: Remove some duplicate code in the R600...
2012-06-07 Tom Stellardradeon/llvm: Fix MULLO* instructions on Cayman
2012-06-06 Tom Stellardr600g: Compute support for Cayman
2012-06-06 Tom Stellardradeon/llvm: Remove obselete hooks for the ConvertToISA...
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL MOVE* instructions
2012-06-06 Tom Stellardradeon/llvm: Add isMov() to AMDILInstrInfo
2012-06-06 Tom Stellardradeon/llvm: Remove deadcode from the AMDILISelLowering...
2012-06-06 Tom Stellardradeon/llvm: Don't lower RETURN to S_ENDPGM on SI
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL VCREATE* instructions
2012-06-06 Tom Stellardradeon/llvm: Remove AMDIL LOADCONST* instructions
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
2012-06-05 Marcin Slusarznv50: fix nv50_stream_output_state leak
2012-06-05 Marcin Slusarznv50: fix symbol table memory leak
2012-06-01 Tom Stellardradeon/llvm: Fix VTX_READ patterns
2012-06-01 Tom Stellardradeon/llvm: Emit 2 bytes for vertex fetch offsets
2012-06-01 Tom Stellardradeon/llvm: Only use indirect (vertex fetch) parameter...
2012-06-01 Tom Stellardradeon/llvm: Eliminate CFGStructurizer dependency on...
2012-06-01 Tom Stellardradeon/llvm: Change prefix on tablegen files to AMDGPU
2012-06-01 Tom Stellardradeon/llvm: Remove deadcode from the R600LowerInstruct...
2012-06-01 Tom Stellardradeon/llvm: Remove AMDIL GLOBALSTORE* instructions
2012-06-01 Tom Stellardradeon/llvm: Remove AMDIL GLOBALLOAD* instructions
2012-06-01 Adam Rakr600g: compute support for evergreen
2012-05-31 Brian Paulsvga: fix saturated TEX instructions
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-29 Marcin Slusarznv50: hook up forgotten short constant buffer upload...
2012-05-29 Tom Stellardradeon/llvm: Update and fix some comments
2012-05-29 Tom Stellardradeonsi: Remove use.sgpr* intrinsics, use load instruc...
2012-05-29 Tom Stellardradeonsi: Handle TGSI CONST registers
2012-05-29 Tom Stellardradeon/llvm: Remove AMDILIntrinsicInfo::GetDeclaration...
2012-05-29 Tom Stellardradeon/llvm: Remove AMDILTargetMachine
2012-05-29 Christoph Bumillernouveau: unreference fences on resource destruction
2012-05-29 Christoph Bumillernvc0: optimize blend cso by checking which by-RT data...
2012-05-29 Christoph Bumillernvc0: don't upload UCPs if the shader doesn't use them
2012-05-29 Christoph Bumillernvc0/ir: allow 64-bit constant loads on nve4
2012-05-29 Christoph Bumillernvc0/ir: fix texture barrier insertion to prevent WAW...
2012-05-29 Christoph Bumillernvc0/ir: TEX doesn't support JOIN modifier either
2012-05-25 Roy Splietnv30: Fix generic passing to fragment program in NV34.
2012-05-25 Christoph Bumillernv30: handle user index buffers
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter for MASK_WRITE
2012-05-25 Tom Stellardradeon/llvm: Use tablegen pattern to lower bitconvert
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter to lower FNEG
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter to lower CLAMP
2012-05-25 Tom Stellardradeon/llvm: Use a custom inserter to lower FABS
2012-05-25 Kai Wasserbächr600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in...
2012-05-25 Brian Paulsvga: remove the special zero-stride vertex array code
2012-05-25 Vadim GirlinRevert "r600g: set round_mode to truncate and get rid...
2012-05-25 Vadim Girlinradeon/llvm: add FLT_TO_UINT, UINT_TO_FLT instructions
2012-05-25 Vadim Girlinradeon/llvm: prepare to revert the round mode state...
2012-05-25 Vadim Girlinradeon/llvm: fix sampler index in llvm_emit_tex
2012-05-25 Vadim Girlinradeon/llvm: fix opcode for RECIP_UINT_r600
2012-05-25 Vadim Girlinradeon/llvm/loader: convert hardcoded gpu name to option
2012-05-25 Vadim Girlinr600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_ge...
2012-05-25 Vinson Leei915g: Check for geometry shader earlier in i915_set_co...
2012-05-24 Tom Stellardradeon/llvm: Lower UDIV using the Selection DAG
2012-05-24 Tom Stellardradeon/llvm: Remove auto-generated AMDIL->ISA conversio...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL instructions MULHI, SMUL
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL bitshift instructions (SHL...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL FTOI and ITOF instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL EXP* instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ADD instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL binary instrutions (OR, AND...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDILMachinePeephole pass
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL CMP instructions and associat...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ROUND_NEAREST instruction
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ROUND_POSINF instruction
2012-05-24 Tom Stellardradeon/llvm: Add custom SDNode for FRACT
2012-05-24 Tom Stellardradeon/llvm: Use -1 as true value for SET* integer...
2012-05-24 Tom Stellardradeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UI...
2012-05-24 Tom Stellardradeon/llvm: Avoid error with SI in EmitInstrWithCustom...
2012-05-22 José Fonsecallvmpipe: Fix alpha testing precision on rgba8 formats.
2012-05-22 Christoph Bumillernv30: check for NULL vertex buffers in prevalidate_vbufs
2012-05-22 Christoph Bumillernv50: make unaligned index buffer offsets work again
2012-05-22 Christoph Bumillernvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context...
next