summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-21i965: Set up a second "fake" miptree for aux CCS_Eimage_ccs_allocBen Widawsky1-10/+39
2016-10-21i965: Add a helper function for image creationBen Widawsky4-19/+43
2016-10-21i965: Keep track of where the aux buffer isBen Widawsky2-0/+8
2016-10-21i965: Round up the image size for compressedBen Widawsky1-3/+28
2016-10-21i965: Split out image allocation (for ccs)Ben Widawsky1-0/+30
2016-10-21i965: Bring back always Y-tiled on SKL+Ben Widawsky3-5/+22
2016-10-21gbm: Get tiling properties from DRIBen Widawsky5-0/+72
2016-10-21dri: Add vendor and tiling attributesBen Widawsky2-2/+16
2016-10-21i965/dri: Store the screen associated with the imageBen Widawsky2-6/+11
2016-10-21gbm: Move getters to match order in header fileBen Widawsky1-11/+11
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-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