mesa/soft/llvmpipe: add fake MSAA support
[mesa.git] / src / gallium / drivers / ilo /
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
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-15 Chia-I Wuilo: fix fragment shaders that use PCB on GEN7+
2013-08-14 Roland Scheideggerilo: implement new float comparison instructions
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-08-13 Chia-I Wuilo: enable dumping of WM PCB
2013-08-13 Chia-I Wuilo: no binding table change when constants are pushed
2013-08-13 Chia-I Wuilo: support push constant model in shaders
2013-08-13 Chia-I Wuilo: support copying constant buffer 0 to PCB
2013-08-13 Chia-I Wuilo: make constant buffer 0 upload optional
2013-08-13 Chia-I WuRevert "ilo: initialize constant buffer SURFACE_STATE...
2013-08-12 Chia-I Wuilo: initialize constant buffer SURFACE_STATE early
2013-08-10 Chia-I Wuilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
2013-08-08 Chia-I Wuilo: get rid of GPE tables completely
2013-08-08 Chia-I Wuilo: clean up GPE header inclusions
2013-08-08 Chia-I Wuilo: initialize alpha test state in ilo_gpe_init_dsa
2013-08-08 Chia-I Wuilo: fold gen6_translate_index_size into the caller
2013-08-08 Chia-I Wuilo: fold gen6_translate_depth_format into the caller
2013-08-08 Courtney Goeltzenl... ilo: Call GPE emit functions directly.
2013-08-08 Courtney Goeltzenl... ilo: move emit functions so that they can be inlined.
2013-08-07 Chia-I Wuilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit
2013-08-07 Chia-I Wuilo: skip state emission when reducing sampler count
2013-08-07 Chia-I Wuilo: simplify setting of shader samplers and views
next