summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-20i965: Reorder PCI ID list to match release orderBen Widawsky1-9/+9
2016-10-20i965: Add some APL and KBL SKU stringsBen Widawsky1-4/+4
2016-10-20vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.cBrian Paul1-252/+276
2016-10-20vbo: whitespace fixes and reformatting in vbo_exec_api.cBrian Paul1-42/+64
2016-10-20vbo: minor clean-up in vbo_exec_api.cBrian Paul1-5/+2
2016-10-20vbo: move attribute type assignmentBrian Paul1-1/+2
2016-10-20vbo: rename reset_attrfv() to vbo_reset_all_attr()Brian Paul1-4/+6
2016-10-20vbo: make vbo_reset_attr() staticBrian Paul2-3/+5
2016-10-20vbo: trivial indentation fix in vbo_exec_api.cBrian Paul1-1/+1
2016-10-20gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.hMarek Olšák1-1/+5
2016-10-20radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8Marek Olšák1-3/+2
2016-10-20gallivm: add wrappers for missing functions in LLVM <= 3.8Marek Olšák2-0/+27
2016-10-20radeonsi: fix 64-bit loads from LDSNicolai Hähnle1-1/+1
2016-10-20st/mesa: only set primitive_restart when the restart index is in rangeNicolai Hähnle1-2/+13
2016-10-20st/glsl_to_tgsi: sort input and output decls by TGSI indexNicolai Hähnle1-0/+28
2016-10-20st/glsl_to_tgsi: fix block copies of arrays of structsNicolai Hähnle1-2/+4
2016-10-20st/glsl_to_tgsi: fix block copies of arrays of doublesNicolai Hähnle1-0/+1
2016-10-20glsl: Indirect array indexing on non-last SSBO member must fail compilationIago Toral Quiroga2-7/+15
2016-10-19nv50/ir: process texture offset sources as regular sourcesIlia Mirkin1-53/+94
2016-10-19nv50,nvc0: avoid reading out of bounds when getting bogus so infoIlia Mirkin2-2/+8
2016-10-20wsi/wayland: fix error pathEric Engestrom1-0/+4
2016-10-20anv: drop unused zero macro.Dave Airlie1-2/+0
2016-10-20radv: use emit_icmp for samples_identicalDave Airlie1-1/+1
2016-10-19i965/cs: Don't use a thread channel ID for small local sizesJordan Justen1-2/+11
2016-10-19i965/cs: Use udiv/umod for local IDsJordan Justen1-1/+1
2016-10-20mesa: remove unused LocalSizeVariableTimothy Arceri2-6/+0
2016-10-19nvc0/ir: simplify predicate logic for GK104 atomic operationsSamuel Pitoiset1-14/+7
2016-10-19nvc0/ir: remove useless NVC0LoweringPass::gMemBaseSamuel Pitoiset1-4/+1
2016-10-19nv50/ir: print CCTL subops in debug modeSamuel Pitoiset1-0/+9
2016-10-19nir: Optimize integer division and modulus with 1Ian Romanick1-0/+4
2016-10-19configure.ac: enable EGL platform DRM if GBM is enabledMarek Olšák1-2/+6
2016-10-19configure.ac: enable GBM by defaultMarek Olšák1-10/+9
2016-10-19configure.ac: print whether GBM is enabledMarek Olšák1-0/+5
2016-10-19radeonsi: eliminate trivial constant VS outputsMarek Olšák3-2/+186
2016-10-19nv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUTSamuel Pitoiset1-0/+1
2016-10-19docs: add 13.1.0-devel release notes template, bump versionEmil Velikov2-1/+61
2016-10-19docs: rename release notes to 13.0.013.0-branchpointEmil Velikov1-4/+4
2016-10-19radeonsi: remove cb0_is_integer handlingMarek Olšák3-13/+3
2016-10-19st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBsMarek Olšák2-2/+4
2016-10-19mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák5-7/+1
2016-10-19glsl_to_tgsi: remove code for fixing up TGSI labelsMarek Olšák1-90/+2
2016-10-19glsl_to_tgsi: remove subroutine supportMarek Olšák2-205/+5
2016-10-19mesa_to_tgsi: remove remnants of flow control and subroutine supportMarek Olšák1-92/+1
2016-10-19mesa_to_tgsi: drop support for instructions that can't occur hereMarek Olšák1-72/+0
2016-10-19glsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_offsets on demandMarek Olšák1-1/+4
2016-10-19glsl_to_tgsi: merge buffer and sampler fields in glsl_to_tgsi_instructionMarek Olšák1-32/+31
2016-10-19glsl_to_tgsi: reduce the size of glsl_to_tgsi_instruction using bitfieldsMarek Olšák1-17/+19
2016-10-19glsl_to_tgsi: reduce the size of st_dst_reg and st_src_regMarek Olšák1-31/+40
2016-10-19glsl_to_tgsi: remove unused st_translate::tex_offsetsMarek Olšák1-1/+0
2016-10-19glsl_to_tgsi: remove unused parameters from calc_deref_offsetsMarek Olšák1-9/+5