r600g: fix dynamic_input_array_index.shader_test
[mesa.git] / src / gallium / drivers /
2014-02-05 Dave Airlier600g: fix dynamic_input_array_index.shader_test
2014-02-05 Dave Airlier600g: add support for indirect geom ring writes
2014-02-05 Dave Airlier600g: write proper output prim type
2014-02-05 Dave Airlier600g: enable instance cnt register with new enough...
2014-02-05 Dave Airlier600g: add primitive input support for gs
2014-02-05 Dave Airlier600g: emit streamout from dma copy shader
2014-02-05 Dave Airlier600g/gs: fix cases where number of gs inputs != number...
2014-02-05 Dave Airlier600g: increase array base for exported parameters
2014-02-05 Dave Airlier600g: initialise the geom shader loop registers.
2014-02-05 Dave Airlier600g: emit NOPs at end of shaders in more cases
2014-02-05 Dave Airlier600g: don't enable SB for geom shaders
2014-02-05 Dave Airlier600g/sb: add MEM_RING support
2014-02-05 Dave Airlier600g: don't fail if we can't map VS->GS ring entries
2014-02-05 Vadim Girlinr600g: initial support for geometry shaders on evergree...
2014-02-05 Vadim Girlinr600g: add hw register definitions for GS block setup
2014-02-05 Vadim Girlinr600g: defer shader variant selection and depending...
2014-02-05 Dave Airlier600g/bc: add support for indexed memory writes.
2014-02-05 Vadim Girlinr600g: move barrier and end_of_program bits from output...
2014-02-05 Dave Airlier600g: split streamout emit code into a separate function
2014-02-04 Marek Olšákr600g,radeonsi: skip unnecessary buffer_is_busy call...
2014-02-04 Marek Olšákr600g,radeonsi: skip busy-checking for DISCARD_RANGE...
2014-02-04 Marek Olšákr600g,radeonsi: treat DYNAMIC and STREAM usage as STAGING
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-02-04 Christian Königradeon/uvd: fix feedback buffer handling v2
2014-02-03 Rob Clarkfreedreno: enabling binning and opt by default
2014-02-03 Rob Clarkfreedreno/a3xx/compiler: new compiler
2014-02-03 Rob Clarkfreedreno/a3xx/compiler: split out old compiler
2014-02-03 Rob Clarkfreedreno/a3xx/compiler: prepare for new compiler
2014-02-03 Rob Clarkfreedreno/a3xx: remove useless reg tracking in disasm...
2014-02-03 Brian Paulsvga: check shader size against max command buffer...
2014-02-03 Brian Paulsvga: refactor some shader code
2014-02-01 Rob Clarkfreedreno: better manage our WFI's
2014-02-01 Rob Clarkfreedreno/a3xx: add logicop
2014-02-01 Rob Clarkfreedreno/a3xx: handle frag z write
2014-02-01 Rob Clarkfreedreno: resync generated headers
2014-02-01 Rob Clarkfreedreno/a3xx: fix const confusion
2014-02-01 Rob Clarkfreedreno/a3xx/compiler: compiler cleanups
2014-02-01 Rob Clarkfreedreno/compiler/a3xx: remove lowered instructions
2014-02-01 Rob Clarkfreedreno: add tgsi lowering pass
2014-02-01 Rob Clarkfreedreno/a3xx/compiler: add CLAMP
2014-02-01 Rob Clarkfreedreno/a3xx/compiler: various fixes
2014-02-01 Rob Clarkfreedreno: ctx should hold ref to dev
2014-02-01 Rob Clarkfreedreno: add prims-emitted driver query
2014-01-31 Roland Scheideggerllvmpipe: fix denorm handling for r11g11b10_float forma...
2014-01-30 Siavash Eliasir600g: Removed unnecessary positivity check for unsigne...
2014-01-29 Ian Romanickfreedreno: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasiilo: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasisvga: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasii915g: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasii915g: Use alignment of 64 instead of 16 for buffer...
2014-01-29 Siavash Eliasillvmpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasillvmpipe: Use alignment of 64 instead of 16 for buffer...
2014-01-29 Siavash Eliasisoftpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasisoftpipe: Use alignment of 64 instead of 16 for buffer...
2014-01-29 Stéphane Marchesini915g: support more PIPE_CAPs
2014-01-29 Michel Dänzerradeonsi: Put GS ring buffer descriptors with streamout...
2014-01-29 Michel Dänzerradeonsi: Enable OpenGL 3.3
2014-01-29 Michel Dänzerradeonsi: Geometry shader micro-optimizations
2014-01-29 Michel Dänzerradeonsi: We don't support indirect addressing of geome...
2014-01-29 Michel Dänzerradeonsi: Pass VS resource descriptors to the HW ES...
2014-01-29 Michel Dänzerradeonsi: Fix streamout from geometry shader
2014-01-29 Michel Dänzerradeonsi: Simplify shader PM4 state handling
2014-01-29 Michel Dänzerradeonsi: Properly match ES outputs to GS inputs
2014-01-29 Michel Dänzerradeonsi: Really dump TGSI code before any TGSI->LLVM...
2014-01-29 Michel Dänzerradeonsi: Also export clip distances with geometry...
2014-01-29 Michel Dänzerradeonsi: Take GS into account for VS state in more...
2014-01-29 Michel Dänzerradeonsi: Handle adjacency primitives
2014-01-29 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_PRIMID
2014-01-29 Michel Dänzerradeonsi: Generalize counting of shader parameters
2014-01-29 Michel Dänzerradeonsi: Fix handling of geometry shader output vertex ID
2014-01-29 Michel Dänzerradeonsi: Initial geometry shader support
2014-01-29 Michel Dänzerradeonsi: Refactor shader input / output handling code
2014-01-28 Tom Stellardr600g,radeonsi: Don't set resource_create in r600_commo...
2014-01-28 Michel Dänzerr600g: s/r600_llvm_gpu_string/r600_get_llvm_processor_name/
2014-01-28 Marek Olšákradeonsi: cleanup includes, add missing license
2014-01-28 Marek Olšákradeonsi: remove open-coded PS_PARTIAL_FLUSH event
2014-01-28 Marek Olšákradeonsi: move some inline functions from si_pipe.h...
2014-01-28 Marek Olšákradeonsi: remove si_resource.h
2014-01-28 Marek Olšákradeonsi: remove si.h
2014-01-28 Marek Olšákradeonsi: move si_upload_const_buffer to a better place
2014-01-28 Marek Olšákradeonsi: inline si_translate_index_buffer
2014-01-28 Marek Olšákradeonsi: inline si_upload_index_buffer
2014-01-28 Marek Olšákr600g,radeonsi: consolidate remaining obviously duplica...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_compute_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_paramf and get_video_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate variables for CS tracing
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_timestamp, get_driver_q...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_name and get_vendor...
2014-01-28 Marek Olšákradeon: place context-related functions first in r600_p...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate the contents of r600_resource.c
2014-01-28 Marek Olšákradeonsi: advertise the pipeline statistics query
2014-01-28 Marek Olšákradeonsi: use queries from r600g
2014-01-28 Marek Olšákr600g: remove a no-op while loop
2014-01-28 Marek Olšákr600g: convert query emission code to radeon_emit
2014-01-28 Marek Olšákr600g: only emit NOP relocations for queries if VM...
2014-01-28 Marek Olšákr600g: move queries to drivers/radeon
2014-01-27 Tom Stellardr600g/compute: Emit DEALLOC_STATE on cayman after dispa...
2014-01-27 Ilia Mirkinnv50, nvc0: update reported glsl version to 330
2014-01-27 Christoph Bumillernv50: add more RGB10A2 formats
2014-01-27 Ilia Mirkinnv50: enable seamless cube maps on all hw
next