aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Refactor code to share 3DSTATE_URB_* packetSagar Ghuge2019-03-083-59/+60
* glx/meson: use full include path for dri_interface.hEric Engestrom2019-03-086-7/+5
* hgl/meson: drop unused include directoryEric Engestrom2019-03-081-1/+1
* intel/compiler: silence unitialized variable warning in opt_vector_float()Brian Paul2019-03-081-1/+1
* intel/decoders: silence uninitialized variable warnings in gen_print_batch()Brian Paul2019-03-081-2/+2
* st/mesa: init hash keys with memset(), not designated initializersBrian Paul2019-03-082-5/+17
* gitlab-ci: fix llvm version (7 doesn't have a ".0")Eric Engestrom2019-03-081-1/+1
* build: make passing an incorrect pointer type a hard errorEric Engestrom2019-03-083-0/+3
* r600: cast pointer to expected typeEric Engestrom2019-03-081-2/+2
* gitlab-ci: autotools needs to be told which llvm version to useEric Engestrom2019-03-081-0/+1
* gitlab-ci: only build the default (=latest) and oldest llvm versionsEric Engestrom2019-03-082-36/+12
* travis: clean upEric Engestrom2019-03-081-3/+2
* travis: drop unused varsEric Engestrom2019-03-081-5/+0
* travis: fix meson build by letting `auto` do its jobEric Engestrom2019-03-081-2/+1