summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-21vc4: Avoid making temporaries for assignments to NIR registers.Eric Anholt1-35/+79
2016-10-21vc4: Add a comment with discussion of how simulation works.Eric Anholt1-0/+25
2016-10-21vc4: Move simulator winsys mapping and tracking to the simulator.Eric Anholt3-20/+56
2016-10-21vc4: Move simulator memory management to a u_mm.h heap.Eric Anholt5-41/+208
2016-10-21vc4: Move simulator globals into a struct.Eric Anholt2-34/+29
2016-10-21vc4: Restructure the simulator mode.Eric Anholt5-84/+182
2016-10-21vc4: Fix termination of the initial scan for branch targets.Eric Anholt1-11/+8
2016-10-21anv: Always use the full driver path in the intel_icd.*.jsonJason Ekstrand2-8/+2
2016-10-21anv: Suffix the intel_icd file with the host CPUJason Ekstrand2-5/+4
2016-10-21radeonsi: fix a regression in si_eliminate_const_outputNicolai Hähnle1-4/+3
2016-10-21nv50,nvc0: don't keep track of whether fb rt0 is integer-onlyIlia Mirkin6-44/+22
2016-10-20Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""Francisco Jerez1-0/+12
2016-10-20glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...Francisco Jerez1-13/+17
2016-10-20util: Include string.h in bitscan.h.Vinson Lee1-0/+1
2016-10-20nvc0: do not break 3D state by pushing MS coordinates on FermiSamuel Pitoiset1-43/+44
2016-10-20nvc0: translate compute shaders at program creationSamuel Pitoiset1-0/+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-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-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