summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "anv: add support for INTEL_DEBUG=bat"Lionel Landwerlin2019-02-241-49/+0
* anv: add support for INTEL_DEBUG=batLionel Landwerlin2019-02-231-0/+49
* etnaviv: blt: mark used src resource as read fromChristian Gmeiner2019-02-231-0/+2
* etnaviv: rs: mark used src resource as read fromChristian Gmeiner2019-02-231-0/+1
* gallium/auxiliary/vl: Fix duplicate symbol build errors.Vinson Lee2019-02-222-6/+6
* nir: fix MSVC buildCaio Marcelo de Oliveira Filho2019-02-221-1/+1
* nir/copy_prop_vars: add tests for load/store elements of vectorsCaio Marcelo de Oliveira Filho2019-02-221-0/+139
* nir: nir_build_deref_follower accept array derefs of vectorsCaio Marcelo de Oliveira Filho2019-02-221-1/+3
* nir/copy_prop_vars: change test helper to get intrinsicsCaio Marcelo de Oliveira Filho2019-02-221-83/+56
* nir/copy_prop_vars: keep track of components in copy_entryCaio Marcelo de Oliveira Filho2019-02-221-33/+48
* nir/copy_prop_vars: add debug helpersCaio Marcelo de Oliveira Filho2019-02-221-1/+87
* nir/copy_prop_vars: don't get confused by array_deref of vectorsCaio Marcelo de Oliveira Filho2019-02-221-0/+28
* nir: allow nir_lower_phis_to_scalar() on more src typesTimothy Arceri2019-02-231-3/+13
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-02-221-1/+3
* tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomicsMarek Olšák2019-02-221-1/+3
* iris: Add gitlab-ci build testingJordan Justen2019-02-221-1/+1
* freedreno/a6xx: cube image fixRob Clark2019-02-221-0/+4
* freedreno/a6xx: fix border-color offsetRob Clark2019-02-222-3/+3
* freedreno/ir3: don't hardcode wrmaskRob Clark2019-02-221-5/+6
* freedreno: fix race conditionRob Clark2019-02-223-5/+16
* vulkan: Fix 32-bit build for the new overlay layerKenneth Graunke2019-02-221-3/+3
* anv: advertise 8 subpixel precision bitsJuan A. Suarez Romero2019-02-222-1/+6
* genxml: add missing field values for 3DSTATE_SFJuan A. Suarez Romero2019-02-226-6/+24
* radv: Allow interpolation on non-float types.Bas Nieuwenhuizen2019-02-221-10/+9
* radv: Fix float16 interpolation set up.Bas Nieuwenhuizen2019-02-226-16/+94
* nv50: disable computeIlia Mirkin2019-02-221-1/+1
* intel: fix urb size for CFL GT1Lionel Landwerlin2019-02-221-0/+1
* isl: the display engine requires 64B alignment for linear surfacesSamuel Iglesias Gonsálvez2019-02-221-0/+8
* virgl: Enable mixed color FBO attachemnets only when the host supportsGert Wollny2019-02-222-1/+2
* android: intel/isl: remove redundant building rulesMauro Rossi2019-02-221-13/+0
* Revert "iris: Enable auxiliary buffer support"Kenneth Graunke2019-02-211-0/+3
* iris: Enable -msse2 and -mstackrealignKenneth Graunke2019-02-211-3/+3
* intel/fs: Rely on undocumented unrestricted regioning for 32x16-bit integer m...Francisco Jerez2019-02-211-3/+11
* intel/fs: Implement extended strides greater than 4 for IR source regions.Francisco Jerez2019-02-211-3/+10
* intel/fs: Cap dst-aligned region stride to maximum representable hstride value.Francisco Jerez2019-02-211-5/+23
* intel/fs: Lower integer multiply correctly when destination stride equals 4.Francisco Jerez2019-02-211-4/+8
* intel/fs: Exclude control sources from execution type and region alignment ca...Francisco Jerez2019-02-213-4/+68
* nir: clone instruction set rather than removing individual entriesTimothy Arceri2019-02-221-3/+3
* genxml: Remove extra space in gen4/45/5 field nameJordan Justen2019-02-213-15/+15
* genxml/gen_bits_header.py: Use regex to strip no alphanum charsJordan Justen2019-02-211-26/+4
* iris: Enable auxiliary buffer supportKenneth Graunke2019-02-211-3/+0
* iris: Flag ALL_DIRTY_BINDINGS on aux state change.Rafael Antognolli2019-02-213-21/+29
* iris: Skip resolve if there's no context.Rafael Antognolli2019-02-211-1/+9
* iris/clear: Pass on render_condition_enabled.Rafael Antognolli2019-02-211-2/+4
* iris: Avoid leaking if we fail to allocate the aux buffer.Rafael Antognolli2019-02-211-2/+6
* iris: Only resolve compute resources for compute shadersKenneth Graunke2019-02-211-4/+3
* iris: Fix aux usage in render resolve codeKenneth Graunke2019-02-211-1/+1
* iris: Pin HiZ buffers when rendering.Rafael Antognolli2019-02-211-0/+8
* iris: Flush before hiz_exec.Rafael Antognolli2019-02-211-0/+2
* iris: Allow disabling aux via INTEL_DEBUG optionsKenneth Graunke2019-02-211-2/+4