aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-198-0/+10
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-198-1/+15
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-193-1/+50
* softpipe/tgsi: expose doubles for softpipe.Dave Airlie2015-02-201-1/+1
* tgsi: add support for flt64 constantsDave Airlie2015-02-208-6/+113
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-204-30/+876
* gallium/util: indentation fixBrian Paul2015-02-191-3/+3
* freedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMORY to switchIlia Mirkin2015-02-191-0/+1
* freedreno/a3xx: add ARB_instanced_arrays supportIlia Mirkin2015-02-192-2/+3
* freedreno/a3xx: add support for vertexid and instanceid sysvalsIlia Mirkin2015-02-194-16/+119
* freedreno: pass number of instances to drawIlia Mirkin2015-02-198-18/+22
* freedreno/a3xx: add ETC2 decoding supportIlia Mirkin2015-02-192-4/+17
* llvmpipe,softpipe: only support ETC1, not the upcoming ETC2Ilia Mirkin2015-02-182-0/+8
* gallium: add ETC2 format supportIlia Mirkin2015-02-187-114/+104
* freedreno/a3xx: add hardware ETC1 supportIlia Mirkin2015-02-182-0/+4
* gallium/dri: Shut up a compiler warning.Eric Anholt2015-02-181-1/+1
* ilo: fix PCB alloc asserts on Gen7.5 GT3Chia-I Wu2015-02-181-1/+5
* ilo: fix compiler warningsChia-I Wu2015-02-183-8/+12
* auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov2015-02-181-0/+1
* auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov2015-02-181-0/+4
* Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer2015-02-181-4/+0
* r600g/sb: treat undefined values like constantsDave Airlie2015-02-181-2/+2
* i915g: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák2015-02-171-4/+8
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-175-4/+54
* winsys/radeon: test the userptr ioctl to see if it's presentMarek Olšák2015-02-175-19/+35
* winsys/radeon: allow unaligned size for user-memory buffersMarek Olšák2015-02-171-1/+1
* winsys/radeon: allow mapping a user bufferMarek Olšák2015-02-173-2/+8
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-1713-0/+25
* winsys/radeon: add user pointer supportChristian König2015-02-172-0/+113
* 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
* clover: Use Legacy PassManager for LLVM trunk (3.7)Shawn Starr2015-02-141-0/+9
* 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-132-1/+18