summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl/drm: add going out of the loop when the designated buffer is foundGwan-gyeong Mun2017-07-191-0/+1
* gbm: fix typo in doxygen commentGwan-gyeong Mun2017-07-191-2/+2
* egl: Add MKDIR_GEN definitionDaniel Stone2017-07-191-0/+2
* util: Make CLAMP turn NaN into MIN.Kenneth Graunke2017-07-182-3/+4
* nir: Use nir_src_copy instead of direct assignments.Kenneth Graunke2017-07-183-9/+9
* glsl: disable array splitting for AoATimothy Arceri2017-07-191-0/+23
* nir: fix nir_opt_copy_prop_vars() for arrays of arraysTimothy Arceri2017-07-191-6/+6
* nir/vars_to_ssa: Handle missing struct members in foreach_deref_nodeJason Ekstrand2017-07-191-2/+6
* i965/blorp: Use the return value of brw_emit_reloc.Kenneth Graunke2017-07-181-3/+3
* i965: Delete dead brw_program_reloc function.Kenneth Graunke2017-07-181-15/+0
* i965: Convert WM_STATE to genxml on gen4-5.Rafael Antognolli2017-07-186-437/+153
* i965: Convert CLIP_STATE to genxml.Rafael Antognolli2017-07-184-215/+100
* egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-185-20/+217
* egl/wayland: Remove duplicate wl_buffer creation codeDaniel Stone2017-07-181-42/+12
* egl/wayland: Remove more surface specifics from create_wl_bufferDaniel Stone2017-07-181-15/+12
* egl/wayland: Make create_wl_buffer more genericDaniel Stone2017-07-181-32/+34
* gbm: Remove is_planar_format dead codeDaniel Stone2017-07-181-30/+0
* gbm: Check harder for supported formatsDaniel Stone2017-07-181-15/+26
* gbm: Pull out FourCC <-> DRIimage format tableDaniel Stone2017-07-182-85/+70
* gbm: Axe buffer import format conversion tableDaniel Stone2017-07-183-41/+30
* i965/gen4: Set tile offsets to zero after depth rebaseTopi Pohjolainen2017-07-181-4/+6
* i965: Refactor check for separate stencilTopi Pohjolainen2017-07-181-4/+20
* intel/blorp/gen4: Drop cube map flag for single face copyTopi Pohjolainen2017-07-181-1/+7
* i965/wm: Use level offsets directlyTopi Pohjolainen2017-07-181-2/+2
* i965: Use offset helper in intel_readpixels_tiled_memcpy()Topi Pohjolainen2017-07-181-2/+5
* i965/miptree: Pass flags instead of explicit tiling to surface creatorTopi Pohjolainen2017-07-181-5/+8
* i965/miptree: Add pitch override for imported buffer objectsTopi Pohjolainen2017-07-181-3/+4
* i965/miptree: Stop setting total_width/height for existing boTopi Pohjolainen2017-07-182-6/+0
* i965/wm: Use isl for filling tex image parametersTopi Pohjolainen2017-07-183-92/+19
* intel/isl: Take 3D surfaces into account in image paramsTopi Pohjolainen2017-07-181-2/+6
* i965/miptree: Check for miptree_create() failuresTopi Pohjolainen2017-07-181-0/+2
* i965/miptree: Do not rely on msaa type to decide if aux is neededTopi Pohjolainen2017-07-182-4/+47
* i965: Make irb::mt_layer logical instead of physicalTopi Pohjolainen2017-07-184-59/+12
* i965/tex: Use offset helper instead of accessing table directlyTopi Pohjolainen2017-07-182-4/+8
* i965: Mark read-only args as const in intel_miptree_supports_hiz()Topi Pohjolainen2017-07-181-2/+2
* i965/miptree: Use > 1 instead of > 0 to check for multisamplingTopi Pohjolainen2017-07-181-2/+2
* i965/miptree: Set refcount before failing via _release()Topi Pohjolainen2017-07-181-1/+2
* build: Add $(top_srcdir)/src/compiler/spirv to AM_CPPFLAGSKenneth Graunke2017-07-181-0/+1
* radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queueMarek Olšák2017-07-181-1/+2
* compiler/spirv: Add a .gitignore and ignore spirv_info.cJason Ekstrand2017-07-181-0/+1
* anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand2017-07-183-0/+13
* anv: Advertise support for VK_KHR_storage_buffer_storage_classJason Ekstrand2017-07-182-0/+5
* nir/spirv: Add support for SPV_KHR_variable_pointersJason Ekstrand2017-07-185-10/+108
* nir/spirv: Add a helper for pushing SSA valuesJason Ekstrand2017-07-184-10/+20
* nir/spirv: Implement OpPtrAccessChain for buffersJason Ekstrand2017-07-183-4/+34
* spirv/nir: Add some useful asserts for type decorationsJason Ekstrand2017-07-181-0/+4
* spirv: Add support for the StorageBuffer storage classJason Ekstrand2017-07-181-0/+4
* spirv: Generate spirv_info.cIan Romanick2017-07-185-159/+106
* spirv: Import the lastest 1.0.2 JSON from KhronosIan Romanick2017-07-181-0/+5792
* spirv: Import the latest 1.2 header from KhronosJason Ekstrand2017-07-181-4/+37