radeonsi: remove unused cases from si_shader_io_get_unique_index
[mesa.git] / src / gallium /
2015-05-26 Marek Olšákradeonsi: remove unused cases from si_shader_io_get_uni...
2015-05-26 Marek Olšákradeonsi: don't count special outputs for the VS export...
2015-05-26 Marek Olšákradeonsi: add support for PIPE_CAP_TGSI_TEXCOORD
2015-05-26 Marek Olšáktgsi/ureg: enable creating tessellation shaders with...
2015-05-26 Marek Olšáktgsi/text: enable parsing tessellation shaders
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-26 Marek Olšákgallium: use const in set_tess_state
2015-05-26 Koop Mastclover: Build fix for FreeBSD.
2015-05-26 Ilia Mirkinnv30: falling back to draw path for edgeflag does no...
2015-05-26 Ilia Mirkinnv30/draw: switch varying hookup logic to know about...
2015-05-26 Ilia Mirkinnv30/draw: allocate vertex buffers in gart
2015-05-26 Ilia Mirkinnv30/draw: only use the DMA1 object (GART) if the bo...
2015-05-26 Ilia Mirkinnv30/draw: fix indexed draws with swtnl path and a...
2015-05-25 Roland Scheideggerllvmpipe: (trivial) add parantheses in (!x == y) expression
2015-05-25 Ilia Mirkinnv30/draw: draw expects constbuf size in bytes, not...
2015-05-25 Ilia Mirkinnv30/draw: avoid leaving stale pointers in draw state
2015-05-24 Ilia Mirkinnv30: fix clip plane uploads and enable changes
2015-05-24 Ilia Mirkinnv30: avoid doing extra work on clear and hitting unexp...
2015-05-24 Ilia Mirkinnv30: avoid leaking render state and draw shaders
2015-05-24 Ilia Mirkinnv30: don't leak fragprog consts
2015-05-24 Ilia Mirkinnv50/ir: avoid messing up arg1 of PFETCH
2015-05-23 Grigori Goronzyclover: try userptr for CL_MEM_USE_HOST_PTR
2015-05-23 Grigori Goronzyclover: implement CL_MEM_ALLOC_HOST_PTR
2015-05-23 Ilia Mirkinnv30: check nouveau_bo_map output of notify bo
2015-05-23 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-05-23 Samuel Pitoisetnv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0
2015-05-22 Ilia Mirkinnvc0/ir: LOAD's can't be used for shader inputs
2015-05-22 Ilia Mirkinnv50/ir: guess that the constant offset is the starting...
2015-05-22 Ilia Mirkinnvc0/ir: set ftz when sources are floats, not just...
2015-05-22 Ilia Mirkinnv50/ir: allow OP_SET to merge with OP_SET_AND/etc...
2015-05-22 Ilia Mirkinnvc0/ir: optimize set & 1.0 to produce boolean-float...
2015-05-22 Ilia Mirkinnvc0/ir: allow iset to produce a boolean float
2015-05-22 Ilia Mirkinnvc0/ir: avoid jumping to a sched instruction
2015-05-22 Samuel Pitoisetnv50: fix PIPELINE_STATISTICS with HUD, based on nvc0
2015-05-22 Samuel Pitoisetnv50: fix 64-bit queries with HUD, based on nvc0
2015-05-22 Christian Königradeon/vce: adapt new firmware interface changes
2015-05-22 Christian Königradeon/vce: move CPB handling function into common...
2015-05-21 Dave Airlieu_math: uses assert, include assert.h
2015-05-21 Ilia Mirkinfreedreno/a3xx: set .zw of sprite coords to .01
2015-05-21 Ilia Mirkinfreedreno/ir3: fix immediate usage in tgsi tex fe
2015-05-20 Emil Velikovtargets/osmesa: drop the -module tag from LDFLAGS
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-20 Marek Olšákcso: add context cleanup code from st/mesa
2015-05-20 Dave Airliesoftpipe: start adding gather support (v2)
2015-05-20 Dave Airliesoftpipe: use arrays to make gather easier
2015-05-20 Dave Airlietgsi: handle TG4 opcode in tgsi exec
2015-05-20 Dave Airliesoftpipe: add textureOffset support.
2015-05-20 Dave Airliesoftpipe: move control into a filter args struct
2015-05-20 Dave Airliesoftpipe: move some image filter parameters into a...
2015-05-18 Rob Clarkfreedreno: fence fix
2015-05-18 Ilia Mirkingk110/ir: switch to gk104-style sched codes rather...
2015-05-16 Ilia Mirkintgsi/dump: fix declaration printing of tessellation...
2015-05-16 Ilia Mirkintgsi/ureg: allow ureg_dst to have dimension indices
2015-05-16 Marek Olšáktgsi/ureg: use correct limit for max input count
2015-05-16 Ilia Mirkintgsi/sanity: set implicit in/out array sizes based...
2015-05-16 Ilia Mirkintgsi/scan: allow scanning tessellation shaders
2015-05-16 Marek Olšákgallium: disable tessellation shaders for meta ops
2015-05-16 Marek Olšákgallium/cso: set NULL shaders at context destruction
2015-05-16 Marek Olšákgallium/cso: add support for tessellation shaders
2015-05-16 Marek Olšákgallium/u_blitter: disable tessellation for all operations
2015-05-16 Marek Olšákgallium/util: print vertices_per_patch in util_dump_dra...
2015-05-16 Marek Olšáktrace: implement new tessellation functions
2015-05-16 Ilia Mirkingallium: add set_tess_state to configure default tessel...
2015-05-16 Ilia Mirkingallium: add vertices_per_patch to draw info
2015-05-16 Ilia Mirkingallium: add tessellation shader properties
2015-05-16 Ilia Mirkingallium: add interfaces for controlling tess program...
2015-05-16 Marek Olšákgallium: bump shader input and output limits
2015-05-16 Ilia Mirkingallium: add new semantics for tessellation
2015-05-16 Ilia Mirkingallium: add new PATCHES primitive type
2015-05-16 Ilia Mirkingallium: add tessellation shader types
2015-05-15 Alexander von Gluck IVtarget/haiku-softpipe: Move api init into st code
2015-05-15 Alexander von Gluck IVst/hgl: Move st_api creation to st and extern "C" it
2015-05-15 Alexander von Gluck IVwinsys/hgl: Add needed extern "C" to hgl winsys
2015-05-15 Alexander von Gluck IVgallium/drivers: Add extern "C" wrappers to public...
2015-05-15 Alexander von Gluck IVgallium/aux: Add needed extern "C" wrappers
2015-05-14 Rob Clarkfreedreno: fix bug in tile/slot calculation
2015-05-14 Rob Clarkfreedreno: enable a306
2015-05-14 Samuel Pitoisetnvc0: remove unused nv50_tsc_wrap_mode() function
2015-05-14 Samuel Pitoisetnv50/ir: silence compiler warnings about mismatched...
2015-05-14 Samuel Pitoisetnv50/ir: remove unused private field cycle to SchedData...
2015-05-14 Samuel Pitoisetnv30: remove unused nvfx_fp_memcpy() function and comme...
2015-05-14 Samuel Pitoisetnvc0: do not expose MP counters for nvf0 (GK110+)
2015-05-13 Roland Scheideggersoftpipe: enable ARB_texture_view
2015-05-13 Roland Scheideggerllvmpipe: enable ARB_texture_view
2015-05-13 Roland Scheideggergallium/util: fix blitter sampler view target initializ...
2015-05-13 Alexander von Gluck IVgallium/st + hgl: Build fixes for Haiku
2015-05-12 Ilia Mirkinnouveau: document nouveau_heap
2015-05-12 Ilia Mirkinnvc0: switch mechanism for shader eviction to be a...
2015-05-12 Marek Olšákst/dri: add support for create_context_robustness GLX...
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-12 Marek Olšákgallium: add an interface for querying a device reset...
2015-05-12 Francisco Jerezclover: Implement locking of the wait_count, _chain...
2015-05-12 Francisco Jerezclover: Wrap event::_status in a method to prevent...
2015-05-12 Francisco Jerezclover: Refactor event::trigger and ::abort to prevent...
2015-05-11 Tom Stellardclover: Fix a bug with multi-threaded events v2
2015-05-11 Tom Stellardclover: Add a mutex to guard queue::queued_events
2015-05-11 Axel Davyegl/swrast: Enable config extension for swrast
2015-05-10 Dave Airlier600: use pipe->hw prim convert from radeonsi
2015-05-10 Rob Clarkfreedreno/ir3/nir: fix build break after f752effa
next