summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl: pull update from Khronos and drop local defineEric Engestrom2018-03-212-7/+1
* egl: align the formatting of Haiku section of eglplatform.h with Khronos'Eric Engestrom2018-03-211-4/+6
* egl: add Ozone section to eglplatform.hEric Engestrom2018-03-211-0/+6
* clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry2018-03-211-2/+5
* clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry2018-03-211-0/+88
* docs: add 17.3.{8,9} in the release calendarJuan A. Suarez Romero2018-03-211-1/+13
* intel/blorp: Fix compiler warning about num_layers.Eric Anholt2018-03-201-1/+1
* radv: add support for VK_EXT_depth_range_unrestrictedSamuel Pitoiset2018-03-202-0/+23
* radv: only enable one channel when exporting prim idSamuel Pitoiset2018-03-201-1/+1
* i965: fix out of tree autotools buildLionel Landwerlin2018-03-201-1/+4
* virgl: Implement seamless cube mapsStéphane Marchesin2018-03-212-1/+3
* i965: annotate brw_oa.py's --header and --code as requiredEmil Velikov2018-03-201-21/+14
* i965: pipecontrol: add LRI write immediate flagLionel Landwerlin2018-03-201-0/+1
* intel: genxml: add INSTPM/CS_DEBUG_MODE2 registersLionel Landwerlin2018-03-207-0/+46
* i965: fix autotools/android buildLionel Landwerlin2018-03-202-13/+6
* dri3: Fix typo in version checkDaniel Stone2018-03-201-1/+1
* meson: Don't build svga by default on ARM/AArch64Daniel Stone2018-03-201-1/+1
* meson: Add default DRI drivers for ARM/AArch64Daniel Stone2018-03-201-0/+2
* st/mesa: add compiler/nir/ prefix for nir includesEmil Velikov2018-03-201-2/+2
* anv: off-by-one in GetDescriptorSetLayoutSupportScott D Phillips2018-03-201-1/+1
* i965: perf: reduce i965 binary sizeLionel Landwerlin2018-03-206-221/+334
* i965: perf: fix a counter return type on hswLionel Landwerlin2018-03-201-1/+1
* mesa: fix leaking ParameterValueOffsetTapani Pälli2018-03-201-0/+1
* dri3: Don't fail on version mismatchDaniel Stone2018-03-205-9/+20
* radv: don't lower indirects until after opts have runTimothy Arceri2018-03-201-1/+8
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-204-8/+14
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-202-9/+7
* st: add uniform packing support to lower_uniforms_to_ubo()Timothy Arceri2018-03-203-7/+14
* gallium: add packed uniform CAPTimothy Arceri2018-03-2019-0/+22
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-209-14/+18
* st: add st_glsl_type_dword_size() helperTimothy Arceri2018-03-202-0/+44
* st/glsl_to_nir: add support for packed builtin uniformsTimothy Arceri2018-03-201-5/+37
* mesa: add _mesa_add_sized_state_reference() helperTimothy Arceri2018-03-202-14/+27
* mesa: add support propagate uniform support for packed uniformsTimothy Arceri2018-03-201-2/+18
* mesa: allow for uniform packing when adding uniforms to param listTimothy Arceri2018-03-201-5/+27
* mesa: add packing support for setting uniform handlesTimothy Arceri2018-03-201-3/+13
* mesa: add packing support for setting uniformsTimothy Arceri2018-03-201-19/+53
* mesa: create copy uniform to storage helpersTimothy Arceri2018-03-201-63/+91
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-2019-60/+125
* mesa: add PackedDriverUniformStorage constTimothy Arceri2018-03-201-0/+3
* broadcom/vc5: Don't annotate dumps with stale live intervals.Eric Anholt2018-03-194-2/+8
* broadcom/vc5: Add support for register spilling.Eric Anholt2018-03-197-11/+306
* broadcom/vc5: Remove redundant last_inst lookup.Eric Anholt2018-03-191-1/+0
* broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.Eric Anholt2018-03-191-1/+7
* broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.Eric Anholt2018-03-193-8/+73
* broadcom/vc5: Move the umul macro to a header.Eric Anholt2018-03-192-8/+8
* broadcom/vc5: Correct the arg count of TIDX/EIDX.Eric Anholt2018-03-191-2/+2
* broadcom/vc5: Re-do live variables after removing thrsws.Eric Anholt2018-03-192-3/+14
* broadcom/vc5: Add a QPU helper for instructions using the TLB.Eric Anholt2018-03-192-0/+23
* broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().Eric Anholt2018-03-192-4/+35