radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.c
2015-01-06 Tom Stellardradeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6
2015-01-06 Tom Stellardradeonsi: Cache LLVMTargetMachine object in si_screen
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-10 Marek Olšákradeonsi: move all shader-related functions to a new...
2014-11-18 Marek Olšákradeonsi: support gl_FragCoord at integer pixel center
2014-11-16 Marek Olšákradeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-10-31 Tom Stellardradeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for...
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-04 Marek Olšákradeonsi: fix CS tracing and remove excessive CS dumping
2014-09-24 Marek Olšákradeonsi: release GS rings at context destruction
2014-09-12 Marek Olšákr600g,radeonsi: add debug option which forces DMA for...
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-02 Michel Dänzerradeonsi: Compile dummy pixel shader on demand
2014-09-01 Marek Olšákradeonsi: move DB_RENDER_CONTROL into draw_vbo
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-19 Marek Olšákradeonsi: use r600_draw_rectangle from r600g
2014-08-15 Emil Velikovgallium/r300/r600/radeonsi: handle query_renderer caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-13 Tom Stellardradeon/compute: Report a value for PIPE_SHADER_CAP_MAX_...
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-09 Marek Olšákradeonsi: fix CMASK and HTILE allocation on Tahiti
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-17 Marek Olšákradeonsi: implement ARB_draw_indirect
2014-07-17 Marek Olšákradeonsi: assume LLVM 3.4.2 is always present
2014-07-11 Marek Olšákradeonsi: rename definitions of shader limits
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-06-18 Marek Olšákradeonsi: implement ARB_texture_query_lod
2014-06-18 Marek Olšákradeonsi: implement ARB_texture_gather and Gather funct...
2014-06-02 Marek Olšákradeonsi: enable ARB_sample_shading
2014-06-02 Marek Olšákradeonsi: implement set_min_samples
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-09 Tom Stellardradeonsi: Enable geometry shaders with LLVM 3.4.1
2014-05-08 Adam Jacksonradeonsi: Don't use anonymous struct trick in atom...
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-05-06 Marek Olšákradeonsi: implement ARB_texture_cube_map_array
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-16 Marek Olšákr600g,radeonsi: share r600_flush_from_st
2014-04-16 Marek Olšákradeonsi: merge si_flush with si_context_flush
2014-04-16 Marek Olšákgallium/radeon: create and return a fence in the flush...
2014-04-16 Marek Olšákwinsys/radeon: fold cs_set_flush_callback into cs_create
2014-04-16 Marek Olšákradeonsi: cleanup redundant computation of flush flags...
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between winsys_crea...
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-14 Niels Ole Salscheiderradeonsi: flush the dma ring in si_flush_from_st
2014-03-11 Marek Olšákradeonsi: small cleanup in get_param
2014-03-11 Marek Olšákradeonsi: set correct alignment for texture buffers...
2014-03-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-11 Marek Olšákr600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTU...
2014-03-11 Marek Olšákradeonsi: implement fast color clear
2014-03-11 Marek Olšákradeonsi: move framebuffer-related state to a new struc...
2014-03-08 Christian Königradeonsi: fix leaking the bound state on destruction v2
2014-03-08 Christian Königradeonsi: avoid stale state pointers
2014-02-25 Marek Olšákr300g,r600g,radeonsi: add support for ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-01-29 Michel Dänzerradeonsi: Enable OpenGL 3.3
2014-01-29 Michel Dänzerradeonsi: We don't support indirect addressing of geome...
2014-01-29 Michel Dänzerradeonsi: Initial geometry shader support
2014-01-28 Tom Stellardr600g,radeonsi: Don't set resource_create in r600_commo...
2014-01-28 Marek Olšákradeonsi: cleanup includes, add missing license
2014-01-28 Marek Olšákradeonsi: remove si_resource.h
2014-01-28 Marek Olšákradeonsi: remove si.h
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šá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: move queries to drivers/radeon
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rscreen variable.
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rctx/r600 varia...
2014-01-13 Andreas Hartmetzradeonsi: Rename R600->SI in some remaining defines.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Apply si_* file naming scheme.