summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-12st/dri: implement __DRIimageExtension::validateUsage properlyHEADmasterMarek Olšák1-8/+22
2017-10-12gallium: add pipe_screen::check_resource_capabilityMarek Olšák5-0/+74
2017-10-12ac/surface: add ac_surface::is_displayableMarek Olšák2-0/+13
2017-10-12amd/addrlib: add Addr2IsValidDisplaySwizzleModeMarek Olšák4-2/+58
2017-10-12meson: fix typo in isltournier.elie1-1/+1
2017-10-12Android: disable i9x5 drivers on non-x86 buildsRob Herring1-0/+4
2017-10-12etnaviv: Do GC3000 resolve-in-place when possibleWladimir J. van der Laan4-4/+25
2017-10-12egl_haiku: drop haiku_egl_driver structEric Engestrom1-20/+14
2017-10-12egl: remove left over _EGLMain_tEric Engestrom1-3/+0
2017-10-12egl: drop memset(0) of calloc'ed memoryEric Engestrom1-2/+0
2017-10-12egl: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom4-28/+1
2017-10-12radv: don't crash if cache is disabled.Dave Airlie1-5/+9
2017-10-12radv: use CLEAR_STATE for initializing some registersSamuel Pitoiset1-41/+58
2017-10-12radv: add has_clear_state and enable it on CIK+ onlySamuel Pitoiset2-1/+6
2017-10-12radv: do not set registers for merged ES-GS on GFX9Samuel Pitoiset1-2/+5
2017-10-12radv: move the raster config emission in si_set_raster_config()Samuel Pitoiset1-53/+60
2017-10-12radeonsi: add support for PIPE_FORMAT_{X1,A1}R5G5B5_UNORMNicolai Hähnle1-0/+8
2017-10-12gallium: add tests for PIPE_FORMAT_{X1,A1}B5G5R5_UNORM formatsNicolai Hähnle1-0/+13
2017-10-12include/drm-uapi: clarify when headers can be updated.Dave Airlie1-0/+3
2017-10-12radv: remove duplicate line of codeTimothy Arceri1-1/+0
2017-10-12radv: make use of on-disk cacheTimothy Arceri1-2/+25
2017-10-12radv: create on-disk shader cacheTimothy Arceri3-0/+34
2017-10-12radv: remove duplicate debug_flags fieldTimothy Arceri9-17/+14
2017-10-11anv: intel: use anv_image's computed size for importing a BOLionel Landwerlin1-11/+15
2017-10-11anv: bo_cache: allow importing a BO larger than neededLionel Landwerlin1-1/+1
2017-10-11st/glsl_to_tgsi: the second destination doesn't support relative addressingNicolai Hähnle1-5/+2
2017-10-11st/glsl_to_tgsi: fix DFRACEXP with only one destinationNicolai Hähnle1-15/+23
2017-10-11st/glsl_to_tgsi: fix indirect access to 64-bit integerNicolai Hähnle1-1/+1
2017-10-11st/mesa: don't assign prog->ShadowSamplersNicolai Hähnle2-5/+0
2017-10-11st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle8-17/+63
2017-10-11st/mesa: store state that affects sampler views per contextNicolai Hähnle4-41/+44
2017-10-11swr: simd16 shaders work in progressTim Rowley3-2/+21
2017-10-11gallium: allow 512-bit vectorsTim Rowley2-9/+9
2017-10-11i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.Kenneth Graunke1-1/+1
2017-10-11i965: Allow mapped VBOs during drawing in non-debug contexts.Kenneth Graunke1-0/+3
2017-10-11meson: fix glx testDylan Baker1-0/+1
2017-10-11nv50,nvc0: fix push hint logic in presence of a start offsetIlia Mirkin2-7/+5
2017-10-11i965: Make brw_update_texture_surface static.Kenneth Graunke2-5/+1
2017-10-10Android: fix build break from r600/radeon splitRob Herring3-2/+6
2017-10-10Android: move libraries to /vendorRob Herring1-2/+3
2017-10-10i965: Fix output register sizes when multiple variables share a slot.Kenneth Graunke1-5/+18
2017-10-11nir: bump loop unroll limit to 96.Dave Airlie1-1/+3
2017-10-11anv: fix assert in wsi image code.Dave Airlie1-1/+1
2017-10-11mesa/st: fix atomic buffer sizing to align with ssbo.Dave Airlie1-0/+6
2017-10-11mesa/bufferobj: consolidate some buffer binding code.Dave Airlie1-42/+35
2017-10-11mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.Dave Airlie1-102/+47
2017-10-11mesa: rename various buffer bindings to one struct.Dave Airlie7-45/+20
2017-10-11mesa: align atomic buffer handling code with ubo/ssbo (v1.1)Dave Airlie2-44/+92
2017-10-10i965: Don't try to decode types for non-existent src1.Kenneth Graunke1-1/+2
2017-10-10main/format: skip format conversion if src and dst format are equalKarol Herbst1-0/+14