summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: derive fb blending caps at bind timeChia-I Wu2014-11-103-78/+101
* ilo: remove inlined state functionsChia-I Wu2014-11-104-236/+177
* ilo: use top/bottom split for state functionsChia-I Wu2014-11-109-1852/+1856
* ilo: tidy up message descriptor decodingChia-I Wu2014-11-071-189/+302
* ilo: decode INTERFACE_DESCRIPTOR_DATAChia-I Wu2014-11-073-1/+42
* ilo: add two missing headers to the sources listEmil Velikov2014-11-061-0/+2
* ilo: let ilo_shader_compile_cs() return a dummy shaderChia-I Wu2014-11-061-1/+185
* ilo: hook up launch_grid()Chia-I Wu2014-11-061-3/+73
* ilo: add ilo_render_emit_launch_grid()Chia-I Wu2014-11-068-2/+621
* ilo: improve media command helpersChia-I Wu2014-11-061-71/+141
* ilo: disassemble DP DC messagesChia-I Wu2014-11-061-2/+140
* ilo: disassemble TS messagesChia-I Wu2014-11-061-0/+35
* ilo: update genhw headers for media pipelineChia-I Wu2014-11-067-148/+479
* ilo: add ilo_finalize_compute_states()Chia-I Wu2014-11-062-0/+37
* ilo: use a dynamic array for global bindingsChia-I Wu2014-11-062-32/+70
* ilo: add kernel queries for compute shadersChia-I Wu2014-11-063-0/+37
* ilo: fix compute paramsChia-I Wu2014-11-061-12/+36
* ilo: add eu_count and thread_count to ilo_dev_infoChia-I Wu2014-11-063-55/+77
* ilo: improve blob decodingChia-I Wu2014-10-251-8/+31
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+2
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+1
* ilo: clear writer pointer after unmappingChia-I Wu2014-10-141-0/+1
* ilo: disassemble compacted instructionsChia-I Wu2014-10-114-2/+453
* ilo: fix rectlist on GEN7+Chia-I Wu2014-10-091-0/+3
* ilo: let shaders determine surface countsChia-I Wu2014-10-069-202/+267