summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-26anv: remove unused field anv_queue::poolsandbox/yuanzhaowei/develScott D Phillips2-3/+0
2020-05-26i965: Set initial kflags on BO creation.Xuelian1-6/+11
2020-05-26docs: update calendar, add news and link release notesXuelian3-7/+8
2020-05-26docs: add sha256 checksums for 18.0.3Xuelian1-1/+2
2020-05-26docs/relnotes/18.0.3.htmlXuelian1-0/+106
2020-05-26intel/genxml: Fix a few invalid field widthsXuelian6-28/+28
2020-05-26swr/rast: Fix include forXuelian1-0/+1
2020-05-26clover: Add explicit virtual destructor to argument classXuelian1-0/+1
2020-05-26anv/device: expose shaderInt16 support in gen8+Xuelian1-1/+1
2020-05-26i965/compiler: handle conversion to smaller type in theXuelian2-12/+26
2020-05-26intel/compiler: handle 16-bit to 64-bit conversions inXuelian1-4/+4
2020-05-26intel/genxml: recognize 0x, 0o and 0b when settingXuelian1-1/+2
2020-05-26r200: Enable NV_fog_distanceXuelian1-0/+1
2020-05-25i965: Enable NV_fog_distanceZhaowei Yuan1-0/+1
2020-05-25ffvertex: Don't try to read output registers in fogZhaowei Yuan1-4/+6
2020-05-25mesa: Add missing support forZhaowei Yuan1-0/+1
2020-05-25mesa: Silence an unused parameter warningZhaowei Yuan1-5/+4
2020-05-25mesa/main/readpix: Correct handling of packed floatingZhaowei Yuan1-2/+4
2020-05-25util/set: add a set_clear functionZhaowei Yuan2-0/+26
2020-05-25egl: add EGL_BAD_MATCH error case for surfaceless andZhaowei Yuan2-2/+6
2020-05-25amd/common: use llvm.amdgcn.wqm for explicitZhaowei Yuan1-0/+7
2020-05-25nv50/ir: fix printing of pixldZhaowei Yuan1-1/+1
2020-05-25st/va: Support YUV formats in vaCreateSurfacesZhaowei Yuan1-1/+3
2020-05-25Revert "anv/device: expose shaderInt16 support inZhaowei Yuan1-1/+1
2020-05-25Revert "i965/compiler: handle conversion to smallerZhaowei Yuan2-7/+12
2020-05-25swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Zhaowei Yuan1-0/+4
2020-05-25egl/x11: Send invalidate to driver on copy_region path in swap_bufferZhaowei Yuan1-10/+13
2020-04-29egl: check if colorspace/surface type is supportedZhaowei Yuan4-0/+21
2020-04-29anv/device: expose shaderInt16 support in gen8+Zhaowei Yuan1-1/+1
2020-04-29anv/pipeline: support SpvCapabilityInt16 in gen8+Zhaowei Yuan1-0/+1
2020-04-29compiler/spirv: add implementation to check forZhaowei Yuan2-1/+4
2020-04-29intel/compiler: implement 16-bit pack/unpack opcodesZhaowei Yuan1-0/+10
2020-04-29compiler/spirv: implement 16-bit bitcastsZhaowei Yuan1-9/+22
2020-04-29compiler/lower_64bit_packing: rename the pass to beZhaowei Yuan7-9/+9
2020-04-29nir/lower_64bit_packing: extend the pass to handleZhaowei Yuan1-5/+59
2020-04-29nir: add opcodes for 16-bit packing and unpackingZhaowei Yuan1-0/+19
2020-04-29intel/compiler: fix 16-bit comparisonsZhaowei Yuan1-8/+30
2020-04-29intel/compiler: lower some 16-bit integer operations toZhaowei Yuan1-0/+21
2020-04-29compiler/nir: add a lowering pass to convert the bitZhaowei Yuan4-0/+134
2020-03-31Merge "intel/compiler: support negate and abs of half float immediates" into ...zhaowei yuan1-2/+4
2020-03-31Merge "intel/compiler: fix brw_imm_w for negative 16-bit integers" into sandb...zhaowei yuan1-1/+1
2020-03-31Merge "intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immed...zhaowei yuan1-4/+8
2020-03-31Merge "intel/compiler: implement nir_instr_type_load_const for 16-bit constan...zhaowei yuan1-0/+5
2020-03-31Merge "intel/compiler: implement conversions from 16-bit int/float to bool" i...zhaowei yuan1-5/+11
2020-03-30intel/compiler: support negate and abs of half float immediatesZhaowei Yuan1-2/+4
2020-03-30intel/compiler: fix brw_imm_w for negative 16-bit integersZhaowei Yuan1-1/+1
2020-03-30intel/compiler: fix 16-bit int brw_negate_immediate andZhaowei Yuan1-4/+8
2020-03-30intel/compiler: implement nir_instr_type_load_const for 16-bit constantsZhaowei Yuan1-0/+5
2020-03-30intel/compiler: implement conversions from 16-bit int/float to boolZhaowei Yuan1-5/+11
2020-02-25Merge "intel/compiler: implement conversion between float/int 16-bit types" ...Xuelian Bai1-0/+4