aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/blorp: Pass a brw_stage_prog_data to upload_shaderJason Ekstrand2016-11-025-6/+9
* intel/blorp: Use wm_prog_data instead of hand-rolling our ownJason Ekstrand2016-11-025-66/+28
* anv: Better handle return codes from anv_physical_device_initJason Ekstrand2016-11-021-1/+1
* vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand2016-11-021-0/+4
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand2016-11-021-0/+2
* android: avoid using libdrm with host modulesChih-Wei Huang2016-11-021-0/+2
* glsl: compute lvalues of [in]out parameters before inlined function bodyNicolai Hähnle2016-11-021-10/+81
* radeonsi: fix BFE/BFI lowering for GLSL semanticsNicolai Hähnle2016-11-021-3/+34
* tgsi: align the definition of BFI & [UI]BFE with GLSLNicolai Hähnle2016-11-021-20/+15
* radv: expose xlib platform extensionDave Airlie2016-11-021-0/+6
* intel: aubinator: print field values if availableLionel Landwerlin2016-11-013-5/+34
* intel: aubinator: load fields values from xml dataLionel Landwerlin2016-11-012-0/+40
* intel: aubinator: print boolean fields to true with colorsLionel Landwerlin2016-11-013-6/+17
* amd: fix a typo in PIXEL_PIPE_STAT_RESET definitionMarek Olšák2016-11-011-1/+1
* gallium/radeon: add enum radeon_micro_modeMarek Olšák2016-11-013-7/+14
* gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-onlyMarek Olšák2016-11-011-2/+2
* gallium/radeon: remove r600_surface::level_infoMarek Olšák2016-11-013-7/+6
* gallium/radeon: add radeon_surf::is_linearMarek Olšák2016-11-018-13/+15
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-0113-44/+48
* gallium/radeon: don't call u_format helpers if we have that info alreadyMarek Olšák2016-11-012-10/+8
* gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák2016-11-016-15/+19
* radeonsi: add a driver query for counting CP DMA callsMarek Olšák2016-11-014-0/+13
* radeonsi: add a driver query for shader cache hitsMarek Olšák2016-11-014-1/+16
* gbm: set up the interop extension for egl/drmMarek Olšák2016-11-013-0/+3
* nvc0: do not duplicate similar performance metricsSamuel Pitoiset2016-11-011-43/+7
* docs: add news item and link release notes for 13.0.0Emil Velikov2016-11-012-0/+8
* docs: add sha256 checksums for 13.0.0Emil Velikov2016-11-011-1/+2
* docs: Update 13.0.0 release notesEmil Velikov2016-11-011-3/+228
* anv/device: Return DEVICE_LOST if execbuf2 failsJason Ekstrand2016-11-011-6/+4
* i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes2016-11-015-22/+20
* radv: drop some unused cmask info members.Dave Airlie2016-11-012-8/+0
* intel: aubinator: fix printing missing gen optionLionel Landwerlin2016-10-311-2/+2
* intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin2016-10-311-1/+5
* intel: aubinator: don't print out blocks twiceLionel Landwerlin2016-10-311-1/+0
* i965: Move gen8_disable_stages to brw_upload_initial_gpu_stateNanley Chery2016-10-314-56/+13
* i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_stateNanley Chery2016-10-313-36/+10
* st/omx/dec: disable tunnel for size different caseLeo Liu2016-10-313-1/+11
* st/omx/dec: result buffers size should match codec decoder sizeLeo Liu2016-10-313-19/+18
* swr: [rasterizer] added EventHandlerFile contructorGeorge Kyriazis2016-10-311-1/+6
* swr: [rasterizer core] Frontend dependency workGeorge Kyriazis2016-10-313-2/+18
* swr: [rasterizer core] Refactor/cleanup backendsGeorge Kyriazis2016-10-312-360/+351
* swr: [rasterizer core] Remove deprecated simd intrinsicsGeorge Kyriazis2016-10-314-990/+1
* swr: [rasterizer archrast] Add thread tags to event files.George Kyriazis2016-10-315-4/+24
* glsl: use a non-malloc'd storage for short ir_variable namesMarek Olšák2016-10-313-3/+22
* glsl: use the linear allocator in opt_constant_propagationMarek Olšák2016-10-311-3/+11
* glsl: use the linear allocator in opt_copy_propagationMarek Olšák2016-10-311-1/+6
* glsl: use the linear allocator in opt_copy_propagation_elementsMarek Olšák2016-10-311-4/+11
* glsl: use the linear allocator in opt_dead_code_localMarek Olšák2016-10-311-3/+9
* glsl: use the linear allocator in glsl_symbol_tableMarek Olšák2016-10-311-8/+8
* glsl: use the linear allocator for ast_node and derived classesMarek Olšák2016-10-316-113/+114