radeon/llvm: fix formatting
[mesa.git] / src / gallium / drivers / ilo /
2014-07-16 Chia-I Wuilo: add some missing formats
2014-07-16 Chia-I Wuilo: update and tailor the surface format table
2014-07-15 Chia-I Wuilo: raise texture size limits
2014-07-15 Chia-I Wuilo: move away from drm_intel_bo_alloc_tiled
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-08 Chia-I Wuilo: fix fence reference counting
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
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-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
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-14 Chia-I Wuilo: remove GPE state size estimation
2014-04-14 Chia-I Wuilo: remove GPE command size estimation
2014-04-14 Chia-I Wuilo: remove unused headers
2014-04-14 Chia-I Wuilo: use only defines from genhw headers
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-04-14 Chia-I Wuilo: avoid brw_wm_barycentric_interp_mode in compiler
2014-04-14 Chia-I Wuilo: add TOY_OPCODE_DO
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-03-10 Chia-I Wuilo: add support for PIPE_QUERY_PIPELINE_STATISTICS
2014-03-10 Chia-I Wuilo: add ILO_3D_PIPELINE_WRITE_STATISTICS
2014-03-10 Chia-I Wuilo: add some MI commands to GPE
2014-03-10 Chia-I Wuilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automatically
2014-03-10 Chia-I Wuilo: print a warning when PPGTT is disabled
2014-03-10 Chia-I Wuilo: require hardware logical context support
2014-03-10 Chia-I Wuilo: move ring types to winsys
2014-03-10 Chia-I Wuilo: winsys may limit the batch buffer size
2014-03-10 Chia-I Wuilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported
2014-03-10 Chia-I Wuilo: rework winsys batch buffer functions
2014-03-10 Chia-I Wuilo: replace bo alloc flags by initial domains
2014-03-10 Chia-I Wuilo: remove intel_bo_get_size()
2014-03-10 Chia-I Wuilo: remove intel_bo_get_virtual()
2014-03-10 Chia-I Wuilo: rework winsys bo reloc functions
2014-03-10 Chia-I Wuilo: remove intel_winsys_enable_reuse()
2014-03-07 Marek Olšákgallium: rename R4A4 and A4R4 formats to match their...
2014-02-26 Chia-I Wuilo: create u_upload_mgr last
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-22 Chia-I Wuilo: fix and enable fast depth clear
2014-02-22 Chia-I Wuilo: add slice clear value
2014-02-22 Chia-I Wuilo: better readability and doc for texture flags
2014-02-22 Chia-I Wuilo: fix for stencil only rectlist ops
2014-02-22 Chia-I Wuilo: fix a false assertion failure on GEN6
2014-02-22 Chia-I Wuilo: pipe_texture::usage is not a bitfield
2014-02-22 Chia-I Wuilo: set ILO_TEXTURE_CPU_WRITE for imported textures
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-01-29 Siavash Eliasiilo: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-14 Chia-I Wuilo: handle NULL renderbuffers correctly
2014-01-14 Chia-I Wuilo: disable HiZ for misaligned levels
2014-01-14 Chia-I Wuilo: use a helper to determine if HiZ is enabled
2014-01-14 Chia-I Wuilo: decide on hiz first in texture allocation
2014-01-14 Chia-I Wuilo: emit gen7_wa_pipe_control_wm_max_threads_stall...
2014-01-14 Chia-I Wuilo: use HALIGN_4 on GEN7 for depth buffers
2014-01-14 Chia-I Wuilo: OOM for HiZ is fatal on GEN6
2014-01-14 Chia-I Wuilo: fix a HiZ bo leakage
2014-01-14 Chia-I Wuilo: simplify ilo_texture_set_slice_flags()
2014-01-08 Chia-I Wuilo: enable HiZ
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2014-01-08 Chia-I Wuilo: add flags to texture slices
2014-01-08 Chia-I Wuilo: rename and add an accessor for texture slices
2014-01-08 Chia-I Wuilo: add HiZ op support to the pipelines
2014-01-08 Chia-I Wuilo: add support for HiZ allocation
2014-01-08 Chia-I Wuilo: refactor separate stencil allocation
2014-01-08 Chia-I Wuilo: assorted GPE fixes for HiZ
2014-01-08 Chia-I Wuilo: no layer offsetting on GEN7+
2014-01-08 Chia-I Wuilo: offset to layers only when necessary
2014-01-08 Chia-I Wuilo: allow ilo_zs_surface to skip layer offsetting
2014-01-08 Chia-I Wuilo: allow ilo_view_surface to skip layer offsetting
2013-12-14 Marek Olšákgallium/u_blitter: remove useless parameters from some...
2013-12-03 Marek Olšákgallium/util: implement layered framebuffer clear in...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-11-16 Emil Velikovgallium/drivers: enable automake subdir-objects
2013-10-30 Johannes Obermayrilo: Fix out-of-tree build.
2013-10-28 Chia-I Wuilo: minor cleanups for recent interface changes
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-03 Brian Paulilo: don't hook up old bind_*_sampler_states() functions
2013-10-03 Brian Paulilo: implement pipe_context::bind_sampler_states()
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-16 Chia-I Wuilo: make ilo_bind_sampler_states return void
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-08-22 Chia-I Wuilo: do not need last shader stage for 3DSTATE_SBE
2013-08-22 Chia-I Wuilo: fix a potential issue with STATE_SIP
2013-08-22 Chia-I Wuilo: add GEN check to 3DSTATE_CLIP
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=draw
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
next