ilo: add ilo_state_cc
[mesa.git] / src / gallium / drivers / ilo /
2015-06-14 Chia-I Wuilo: add ilo_state_cc
2015-06-14 Chia-I Wuilo: add ilo_state_raster
2015-06-14 Chia-I Wuilo: add ilo_state_viewport
2015-06-14 Chia-I Wuilo: add ilo_state_sampler
2015-06-14 Chia-I Wuilo: add ilo_state_surface
2015-06-14 Chia-I Wuilo: add ilo_state_zs
2015-06-14 Chia-I Wuilo: update genhw headers
2015-06-14 Chia-I Wuilo: add ilo_image_disable_aux()
2015-06-14 Chia-I Wuilo: add array_size and level_count to ilo_image
2015-06-14 Chia-I Wuilo: add pipe_texture_target to ilo_image
2015-06-14 Chia-I Wuilo: fix "Render Cache Read Write Mode"
2015-06-14 Chia-I Wuilo: avoid resource owning in core
2015-06-14 Chia-I Wuilo: assert core objects are zero-initialized
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-06 Chia-I Wuilo: silence a compiler warning
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-05-02 Chia-I Wuilo: use ilo_image exclusively in core
2015-05-02 Chia-I Wuilo: add ilo_image_can_enable_aux()
2015-05-02 Chia-I Wuilo: make ilo_image more self-contained
2015-05-02 Chia-I Wuilo: add ilo_image_init_for_imported()
2015-05-02 Chia-I Wuilo: prepare for image init for imported bo
2015-05-02 Chia-I Wuilo: constify ilo_image_params
2015-05-02 Chia-I Wuilo: improve readability of ilo_image
2015-05-02 Chia-I Wuilo: move command builder to core
2015-05-02 Chia-I Wuilo: move ilo_state_3d* to core
2015-05-02 Chia-I Wuilo: add ilo_buffer.h to core
2015-05-02 Chia-I Wuilo: move BOs from ilo_texture to ilo_image
2015-05-02 Chia-I Wuilo: move ilo_layout.[ch] to core as ilo_image.[ch]
2015-05-02 Chia-I Wuilo: add ilo_format.[ch] to core
2015-05-02 Chia-I Wuilo: add ilo_fence.h to core
2015-05-02 Chia-I Wuilo: add ilo_dev_init() to core
2015-05-02 Chia-I Wuilo: rename ilo_dev_info to ilo_dev
2015-05-02 Chia-I Wuilo: move intel_winsys to ilo_dev_info
2015-05-02 Chia-I Wuilo: add ilo_dev.h to core
2015-05-02 Chia-I Wuilo: add ilo_debug.[ch] to core
2015-05-02 Chia-I Wuilo: add ilo_core.h to core
2015-05-02 Chia-I Wuilo: move intel_winsys.h to core
2015-04-22 Emil Velikovilo: remove unused include from Android.mk
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-06 Chia-I Wuilo: clarify valid and preferred tilings
2015-03-06 Chia-I Wuilo: clean up Gen6 WAs
2015-03-06 Chia-I Wuilo: add generic ilo_render_3dprimitive()
2015-03-06 Chia-I Wuilo: add generic ilo_render_pipe_control()
2015-03-06 Chia-I Wuilo: fix padding of linear sampler views
2015-03-06 Chia-I Wuilo: do not check for interleaved_samples
2015-03-05 Chia-I Wuilo: enable L3 cache in MOCS
2015-03-05 Chia-I Wuilo: track if a ilo_view_surface is a scanout
2015-03-05 Chia-I Wuilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
2015-03-05 Chia-I Wuilo: add more convenient intel_bo_{ref,unref}()
2015-03-05 Chia-I Wuilo: add intel_bo_set_tiling()
2015-03-05 Chia-I Wuilo: replace intel_tiling_mode by gen_surface_tiling
2015-03-05 Chia-I Wuilo: update genhw headers
2015-03-04 Chia-I Wuilo: improve WA handling in rectlist path
2015-03-04 Chia-I Wuilo: clean up Gen7.5 WAs
2015-03-04 Chia-I Wuilo: add ILO_DEBUG=hang
2015-03-04 Chia-I Wuilo: add some more winsys functions
2015-02-21 Chia-I Wuilo: R32G32B32_FLOAT need no special care on Gen8+
2015-02-21 Chia-I Wuilo: 128 BPP formats can use TiledY on Gen7.5+
2015-02-18 Chia-I Wuilo: fix PCB alloc asserts on Gen7.5 GT3
2015-02-18 Chia-I Wuilo: fix compiler warnings
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-16 Chia-I Wuilo: always set up BLEND_STATE on Gen8
2015-02-16 Chia-I Wuilo: fix alpha test on Gen8
2015-02-15 Chia-I Wuilo: fix some state pointer commands on Gen8
2015-02-13 Chia-I Wuilo: fix JIP/UIP on Gen8
2015-02-13 Chia-I Wuilo: do not set GEN6_THREADCTRL_SWITCH
2015-02-13 Chia-I Wuilo: correct ISA UIP/JIP decoding for Gen8
2015-02-13 Chia-I Wuilo: prepare for 64-bit immediates decoding
2015-02-13 Chia-I Wuilo: cleanup ISA DW1 decoding
2015-02-13 Chia-I Wuilo: cleanup ISA DW0 decoding
2015-02-13 Chia-I Wuilo: update some outdated gen checks
2015-02-13 Chia-I Wuilo: fix rectlist length on Gen8
2015-02-13 Chia-I Wuilo: fix 3DSTATE_VF_TOPOLOGY
2015-02-12 Chia-I Wuilo: update screen init for Gen8
2015-02-11 Chia-I Wuilo: update outdated render command emissions for Gen8
2015-02-11 Chia-I Wuilo: update rectlist command emission for Gen8
2015-02-11 Chia-I Wuilo: update draw command emission for Gen8
2015-02-11 Chia-I Wuilo: update surface state emission for Gen8
2015-02-11 Chia-I Wuilo: update dynamic state emission for Gen8
2015-02-11 Chia-I Wuilo: update outdated gen assertions for Gen8
2015-02-11 Chia-I Wuilo: add new WM related helpers for Gen8
2015-02-11 Chia-I Wuilo: update VS related functions for Gen8
2015-02-11 Chia-I Wuilo: update VF related functions for Gen8
2015-02-11 Chia-I Wuilo: update SAMPLER_STATE for Gen8
2015-02-11 Chia-I Wuilo: update SAMPLER_BORDER_COLOR_STATE for Gen8
2015-02-11 Chia-I Wuilo: update depth clear value for Gen8
2015-02-11 Chia-I Wuilo: update ilo_zs_surface for Gen8
2015-02-11 Chia-I Wuilo: update ilo_view_surface for Gen8
2015-02-11 Chia-I Wuilo: update texture layout for Gen8
2015-02-11 Chia-I Wuilo: update ilo_blend_state and related functions for...
2015-02-11 Chia-I Wuilo: update ilo_dsa_state and related functions for...
2015-02-11 Chia-I Wuilo: update multisample related states for Gen8
2015-02-11 Chia-I Wuilo: update WM and PS related functions for Gen8
2015-02-11 Chia-I Wuilo: update SBE related functions for Gen8
2015-02-11 Chia-I Wuilo: update SF related functions for Gen8
2015-02-11 Chia-I Wuilo: update CLIP related functions for Gen8
2015-02-11 Chia-I Wuilo: update SF_CLIP_VIEWPORT for Gen8
2015-02-11 Chia-I Wuilo: update streamout related functions for Gen8
next