summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
...
* ilo: update texture layout for Gen8Chia-I Wu2015-02-121-1/+3
* ilo: update ilo_blend_state and related functions for Gen8Chia-I Wu2015-02-126-22/+319
* ilo: update ilo_dsa_state and related functions for Gen8Chia-I Wu2015-02-123-6/+89
* ilo: update multisample related states for Gen8Chia-I Wu2015-02-123-1/+116
* ilo: update WM and PS related functions for Gen8Chia-I Wu2015-02-122-76/+264
* ilo: update SBE related functions for Gen8Chia-I Wu2015-02-121-20/+97
* ilo: update SF related functions for Gen8Chia-I Wu2015-02-123-81/+267
* ilo: update CLIP related functions for Gen8Chia-I Wu2015-02-121-18/+20
* ilo: update SF_CLIP_VIEWPORT for Gen8Chia-I Wu2015-02-123-14/+40
* ilo: update streamout related functions for Gen8Chia-I Wu2015-02-123-44/+78
* ilo: update 3DSTATE_{DS,HS,GS} for Gen8Chia-I Wu2015-02-121-8/+24
* ilo: update 3DSTATE_CONSTANT_x for Gen8Chia-I Wu2015-02-121-3/+16
* ilo: update 3DSTATE_URB_x for Gen8Chia-I Wu2015-02-121-1/+8
* ilo: update 3DSTATE_PUSH_CONSTANT_ALLOC_x for Gen8Chia-I Wu2015-02-121-7/+8
* ilo: update render engine common helpers for Gen8Chia-I Wu2015-02-124-34/+91
* ilo: update BLT helpers for Gen8Chia-I Wu2015-02-121-25/+58
* ilo: update MI helpers for Gen8Chia-I Wu2015-02-122-30/+59
* ilo: add functions for Gen8 relocsChia-I Wu2015-02-121-6/+39
* ilo: update the toy compiler for Gen8Chia-I Wu2015-02-125-91/+501
* ilo: update genhw headersChia-I Wu2015-02-1219-529/+1704
* ilo: clean up ilo_gpe_init_dsa()Chia-I Wu2015-02-121-54/+82
* ilo: clean up ilo_gpe_init_blend()Chia-I Wu2015-02-123-87/+106
* ilo: clean up sample patternsChia-I Wu2015-02-125-68/+71
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+2
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+2
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-2/+0
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-4/+2
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-17/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-26/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-89/+0
* ilo: Drop the explicit intialization of gaps in TGSI opcodes.Eric Anholt2014-11-241-22/+6
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-1/+0
* ilo: clean up gen6_3DSTATE_SF()Chia-I Wu2014-11-113-90/+105
* ilo: clean up gen7_3DSTATE_STREAMOUT()Chia-I Wu2014-11-112-45/+35
* ilo: rework gen7_3DSTATE_SO_DECL_LIST()Chia-I Wu2014-11-111-60/+66
* ilo: add 3DSTATE_SO_BUFFER variantsChia-I Wu2014-11-112-24/+25
* ilo: add gen6_3dstate_constant()Chia-I Wu2014-11-112-84/+67
* ilo: add variants of 3DSTATE_{HS,DS}Chia-I Wu2014-11-112-12/+6
* ilo: add variants of 3DSTATE_GSChia-I Wu2014-11-113-63/+100
* ilo: add variants of 3DSTATE_VSChia-I Wu2014-11-113-16/+22
* ilo: add variants of 3DSTATE_PSChia-I Wu2014-11-112-36/+41
* ilo: add variants of 3DSTATE_WMChia-I Wu2014-11-113-54/+61
* ilo: add variants of 3DSTATE_CLIPChia-I Wu2014-11-113-24/+32
* ilo: prefix 3DSTATE_VF with gen75Chia-I Wu2014-11-112-4/+4