gallium: implement get_device_vendor() for existing drivers
[mesa.git] / src / gallium / drivers / ilo /
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
2015-02-11 Chia-I Wuilo: update 3DSTATE_{DS,HS,GS} for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_CONSTANT_x for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_URB_x for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_PUSH_CONSTANT_ALLOC_x for Gen8
2015-02-11 Chia-I Wuilo: update render engine common helpers for Gen8
2015-02-11 Chia-I Wuilo: update BLT helpers for Gen8
2015-02-11 Chia-I Wuilo: update MI helpers for Gen8
2015-02-11 Chia-I Wuilo: add functions for Gen8 relocs
2015-02-11 Chia-I Wuilo: update the toy compiler for Gen8
2015-02-11 Chia-I Wuilo: update genhw headers
2015-02-11 Chia-I Wuilo: clean up ilo_gpe_init_dsa()
2015-02-11 Chia-I Wuilo: clean up ilo_gpe_init_blend()
2015-02-11 Chia-I Wuilo: clean up sample patterns
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtilo: Drop the explicit intialization of gaps in TGSI...
2014-11-16 Marek Olšákgallium: remove unused pipe_viewport_state::translate...
2014-11-11 Chia-I Wuilo: clean up gen6_3DSTATE_SF()
2014-11-11 Chia-I Wuilo: clean up gen7_3DSTATE_STREAMOUT()
2014-11-11 Chia-I Wuilo: rework gen7_3DSTATE_SO_DECL_LIST()
2014-11-11 Chia-I Wuilo: add 3DSTATE_SO_BUFFER variants
2014-11-11 Chia-I Wuilo: add gen6_3dstate_constant()
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_{HS,DS}
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_GS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_VS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_PS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_WM
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_CLIP
2014-11-11 Chia-I Wuilo: prefix 3DSTATE_VF with gen75
next