summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-11intel/blorp: Use push constantsdbg/blorp_push_constTopi Pohjolainen6-6/+59
2018-05-08Revert "first clear without blorp"Topi Pohjolainen1-4/+2
2018-05-08first clear without blorpTopi Pohjolainen1-2/+4
2018-05-08sim-drmTopi Pohjolainen1-0/+1
2018-05-08mesa/formatquery: remove online compression check on is_resource_supportedAlejandro Piñeiro1-2/+1
2018-05-07intel/genxml: Assert that genxml field start and ends are sane.Kenneth Graunke1-0/+7
2018-05-07intel/genxml: Fix some more fake booleans in genxml.Kenneth Graunke5-11/+11
2018-05-07intel/genxml: Make assert in gen_pack_header print a message.Kenneth Graunke1-1/+1
2018-05-07i965: Don't leak blorp on Gen4-5.Kenneth Graunke1-2/+1
2018-05-07nir: Transform discard_if(true) into discardMatt Turner1-1/+16
2018-05-07eg/compute: Drop reference on code_bo in destructor.Jan Vesely1-3/+1
2018-05-07configure.ac/meson.build: Fix -latomic testNicolas Boichat2-4/+8
2018-05-07anv: remove unused field anv_queue::poolScott D Phillips2-3/+0
2018-05-07i965: Set initial kflags on BO creation.Kenneth Graunke1-6/+11
2018-05-07docs: update calendar, add news and link release notes to 18.0.3Juan A. Suarez Romero3-7/+8
2018-05-07docs: add sha256 checksums for 18.0.3Juan A. Suarez Romero1-1/+2
2018-05-07docs: add sha256 checksums for 18.0.3Juan A. Suarez Romero1-0/+106
2018-05-07intel/genxml: Fix a few invalid field widthsChris Wilson6-28/+28
2018-05-05swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.Vinson Lee1-0/+1
2018-05-05clover: Add explicit virtual destructor to argument classJan Vesely1-0/+1
2018-05-05anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga1-1/+1
2018-05-05i965/compiler: handle conversion to smaller type in the lowering pass for thatIago Toral Quiroga2-12/+26
2018-05-05intel/compiler: handle 16-bit to 64-bit conversions in BSW platformsIago Toral Quiroga1-4/+4
2018-05-04intel/genxml: recognize 0x, 0o and 0b when setting default valueCaio Marcelo de Oliveira Filho1-1/+2
2018-05-04r200: Enable NV_fog_distanceIan Romanick1-0/+1
2018-05-04i965: Enable NV_fog_distanceIan Romanick1-0/+1
2018-05-04ffvertex: Don't try to read output registers in fog calculationIan Romanick1-4/+6
2018-05-04mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)Ian Romanick1-0/+1
2018-05-04mesa: Silence an unused parameter warningIan Romanick1-5/+4
2018-05-04mesa/main/readpix: Correct handling of packed floating point valuesGert Wollny1-2/+4
2018-05-04util/set: add a set_clear functionScott D Phillips2-0/+26
2018-05-04egl: add EGL_BAD_MATCH error case for surfaceless and androidTapani Pälli2-2/+6
2018-05-04amd/common: use llvm.amdgcn.wqm for explicit derivativesNicolai Hähnle1-0/+7
2018-05-03nv50/ir: fix printing of pixldRhys Perry1-1/+1
2018-05-03st/va: Support YUV formats in vaCreateSurfacesDrew Davenport1-23/+36
2018-05-03Revert "anv/device: expose shaderInt16 support in gen8+"Mark Janes1-1/+1
2018-05-03Revert "i965/compiler: handle conversion to smaller type in the lowering pass...Mark Janes2-7/+12
2018-05-03swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Vinson Lee1-0/+4
2018-05-03egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat1-10/+13
2018-05-03egl: check if colorspace/surface type is supportedJuan A. Suarez Romero4-0/+21
2018-05-03anv/device: expose shaderInt16 support in gen8+Iago Toral Quiroga1-1/+1
2018-05-03anv/pipeline: support SpvCapabilityInt16 in gen8+Iago Toral Quiroga1-0/+1
2018-05-03compiler/spirv: add implementation to check for SpvCapabilityInt16 supportIago Toral Quiroga2-1/+4
2018-05-03intel/compiler: implement 16-bit pack/unpack opcodesIago Toral Quiroga1-0/+10
2018-05-03compiler/spirv: implement 16-bit bitcastsIago Toral Quiroga1-9/+22
2018-05-03compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga7-9/+9
2018-05-03nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.Iago Toral Quiroga1-5/+59
2018-05-03nir: add opcodes for 16-bit packing and unpackingIago Toral Quiroga1-0/+19
2018-05-03intel/compiler: fix 16-bit comparisonsIago Toral Quiroga1-8/+30
2018-05-03intel/compiler: lower some 16-bit integer operations to 32-bitIago Toral Quiroga1-0/+21