summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: initialize TC_L2_dirty to false after buffer allocationMarek Olšák2015-02-171-0/+1
* radeonsi: small fix in SPI stateMarek Olšák2015-02-171-2/+4
* r600g,radeonsi: use fences to implement PIPE_QUERY_GPU_FINISHEDMarek Olšák2015-02-171-9/+13
* r600g,radeonsi: demote TIMESTAMP_DISJOINT query to be a software queryMarek Olšák2015-02-171-14/+13
* ilo: always set up BLEND_STATE on Gen8Chia-I Wu2015-02-171-7/+1
* ilo: fix alpha test on Gen8Chia-I Wu2015-02-171-5/+26
* ilo: fix some state pointer commands on Gen8Chia-I Wu2015-02-151-0/+20
* nvc0: allow holes in xfb target listsIlia Mirkin2015-02-142-4/+13
* nvc0: bail out of 2d blits with non-A8_UNORM alpha formatsIlia Mirkin2015-02-141-2/+5
* ilo: fix JIP/UIP on Gen8Chia-I Wu2015-02-142-9/+25
* ilo: do not set GEN6_THREADCTRL_SWITCHChia-I Wu2015-02-141-4/+0
* ilo: correct ISA UIP/JIP decoding for Gen8Chia-I Wu2015-02-141-18/+39
* ilo: prepare for 64-bit immediates decodingChia-I Wu2015-02-141-15/+31
* ilo: cleanup ISA DW1 decodingChia-I Wu2015-02-141-34/+55
* ilo: cleanup ISA DW0 decodingChia-I Wu2015-02-141-10/+16
* ilo: update some outdated gen checksChia-I Wu2015-02-141-4/+4
* ilo: fix rectlist length on Gen8Chia-I Wu2015-02-141-1/+1
* ilo: fix 3DSTATE_VF_TOPOLOGYChia-I Wu2015-02-141-2/+1
* os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca2015-02-131-1/+7
* vc4: Make SF be a flag on the QIR instructions.Eric Anholt2015-02-128-51/+47
* ilo: update screen init for Gen8Chia-I Wu2015-02-121-8/+32
* ilo: update outdated render command emissions for Gen8Chia-I Wu2015-02-121-4/+4
* ilo: update rectlist command emission for Gen8Chia-I Wu2015-02-124-7/+93
* ilo: update draw command emission for Gen8Chia-I Wu2015-02-126-34/+517
* ilo: update surface state emission for Gen8Chia-I Wu2015-02-121-7/+8
* ilo: update dynamic state emission for Gen8Chia-I Wu2015-02-121-14/+26
* ilo: update outdated gen assertions for Gen8Chia-I Wu2015-02-126-24/+23
* ilo: add new WM related helpers for Gen8Chia-I Wu2015-02-121-0/+76
* ilo: update VS related functions for Gen8Chia-I Wu2015-02-122-1/+31
* ilo: update VF related functions for Gen8Chia-I Wu2015-02-122-42/+157
* ilo: update SAMPLER_STATE for Gen8Chia-I Wu2015-02-121-29/+42
* ilo: update SAMPLER_BORDER_COLOR_STATE for Gen8Chia-I Wu2015-02-121-2/+3
* ilo: update depth clear value for Gen8Chia-I Wu2015-02-121-1/+4
* ilo: update ilo_zs_surface for Gen8Chia-I Wu2015-02-125-82/+137
* ilo: update ilo_view_surface for Gen8Chia-I Wu2015-02-124-43/+141
* 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