summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* turnip: Initialize memory type in requirements.Bas Nieuwenhuizen2019-03-111-2/+2
* turnip: Cargo cult the Intel heap size functionality.Bas Nieuwenhuizen2019-03-111-5/+18
* turnip: Report a memory type and heap.Bas Nieuwenhuizen2019-03-111-1/+17
* turnip: Add buffer allocation & mapping support.Bas Nieuwenhuizen2019-03-112-6/+25
* turnip: Fix newly introduced warning.Bas Nieuwenhuizen2019-03-111-0/+2
* turnip: Remove abort.Bas Nieuwenhuizen2019-03-111-1/+0
* turnip: Gather some device info.Bas Nieuwenhuizen2019-03-113-2/+60
* turnip: Fix up detection of device.Bas Nieuwenhuizen2019-03-111-4/+3
* turnip: Drop Makefile.am and Android.mkChad Versace2019-03-113-459/+0
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-1134-2/+9893
* nir/serialize: Prevent writing uninitialized state_slot dataConnor Abbott2019-03-111-5/+14
* anv: release memory allocated by glsl types during spirv_to_nirTapani Pälli2019-03-111-0/+2
* wsi/x11: use WSI_FROM_HANDLE() instead of pointer castsEric Engestrom2019-03-111-1/+2
* wsi/wayland: fix pointer casting warning on 32bitEric Engestrom2019-03-111-1/+2
* wsi/display: s/#if/#ifdef/ to fix -WundefEric Engestrom2019-03-111-1/+1
* wsi: deduplicate get_current_time() functions between display and x11Eric Engestrom2019-03-114-24/+18
* anv: release memory allocated by bo_heap when descriptor pool is destroyedTapani Pälli2019-03-111-0/+2
* anv: destroy descriptor sets when pool gets destroyedTapani Pälli2019-03-112-0/+18
* anv: add support for dumping shader info via VK_EXT_debug_reportTimothy Arceri2019-03-112-12/+39
* iris: Fix backface stencil write conditionKenneth Graunke2019-03-101-1/+1
* panfrost/drm: Cast pointer to u64 to fix warningAlyssa Rosenzweig2019-03-101-1/+1
* panfrost: Add backend targeting the DRM driverTomeu Vizoso2019-03-109-74/+607
* panfrost: Add gem_handle to panfrost_memory and panfrost_boTomeu Vizoso2019-03-102-0/+3
* freedreno/a6xx: more bcolor fixesRob Clark2019-03-101-2/+2
* gitlab-ci: add panfrost to the gallium drivers buildEric Engestrom2019-03-091-1/+1
* panfrost: move #include to fix compilationEric Engestrom2019-03-091-1/+1
* panfrost: fix tgsi_to_nir() callEric Engestrom2019-03-091-1/+1
* Revert "d3dadapter9: Support software renderer on any DRI device"Axel Davy2019-03-091-20/+8
* st/nine: Change a few advertised capsAxel Davy2019-03-092-3/+6
* st/nine: Do not advertise CANMANAGERESOURCEAxel Davy2019-03-091-1/+1
* st/nine: Do not advertise support for D15S1 and D24X4S4Axel Davy2019-03-091-2/+2
* d3dadapter9: Support software renderer on any DRI devicePatrick Rudolph2019-03-091-8/+20
* st/nine: Disable depth write when nothing gets updatedAxel Davy2019-03-091-1/+4
* virgl: Return an error if we use fp64 on top of GLESElie Tournier2019-03-091-0/+13
* virgl: Set PIPE_CAP_DOUBLES when running on GLES This is a lie but no known a...Elie Tournier2019-03-091-1/+2
* virgl: Add a caps to advertise GLES backendElie Tournier2019-03-091-0/+1
* Revert MR 369 (Fix extract_i8 and extract_u8 for 64-bit integers)Kenneth Graunke2019-03-091-24/+10
* nir/algebraic: Add missing 16-bit extract_[iu]8 patternsIan Romanick2019-03-081-0/+3
* nir/algebraic: Add missing 64-bit extract_[iu]8 patternsIan Romanick2019-03-081-0/+3
* nir/algebraic: Remove redundant extract_[iu]8 patternsIan Romanick2019-03-081-14/+4
* nir/algebraic: Fix up extract_[iu]8 after loop unrollingIan Romanick2019-03-081-2/+20
* anv/pipeline: Move lower_explicit_io much laterJason Ekstrand2019-03-081-3/+5
* intel/nir: Move lower_mem_access_bit_sizes to postprocess_nirJason Ekstrand2019-03-081-2/+1
* freedreno/ir3: turn on [iu]mul_highRob Clark2019-03-081-0/+4
* freedreno/ir3: fix ir3_cmdline harderRob Clark2019-03-081-2/+2
* st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt2019-03-081-6/+1
* iris: Use copy_region and staging resources to avoid transfer stallsKenneth Graunke2019-03-084-14/+161
* android: fix missing backspace for line continuationEric Engestrom2019-03-081-1/+1
* prog_to_nir: fix write from vps to FOGKarol Herbst2019-03-081-1/+7
* iris: Track last VS URB entry sizeSagar Ghuge2019-03-083-0/+11