summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-02glx/glvnd: Fix dispatch function names and indicesAdam Jackson2-146/+144
2016-11-02glx/glvnd: Don't modify the dummy slot in the dispatch tableAdam Jackson1-0/+3
2016-11-02anv/pipeline: Properly cache prog_data::paramJason Ekstrand3-14/+36
2016-11-02anv/pipeline: Put actual pointers in anv_shader_binJason Ekstrand5-50/+45
2016-11-02intel/blorp: Pass a brw_stage_prog_data to upload_shaderJason Ekstrand5-6/+9
2016-11-02intel/blorp: Use wm_prog_data instead of hand-rolling our ownJason Ekstrand5-66/+28
2016-11-02anv: Better handle return codes from anv_physical_device_initJason Ekstrand1-1/+1
2016-11-02vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand1-0/+4
2016-11-02vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand1-0/+2
2016-11-02android: avoid using libdrm with host modulesChih-Wei Huang1-0/+2
2016-11-02glsl: compute lvalues of [in]out parameters before inlined function bodyNicolai Hähnle1-10/+81
2016-11-02radeonsi: fix BFE/BFI lowering for GLSL semanticsNicolai Hähnle1-3/+34
2016-11-02tgsi: align the definition of BFI & [UI]BFE with GLSLNicolai Hähnle1-20/+15
2016-11-02radv: expose xlib platform extensionDave Airlie1-0/+6
2016-11-01intel: aubinator: print field values if availableLionel Landwerlin3-5/+34
2016-11-01intel: aubinator: load fields values from xml dataLionel Landwerlin2-0/+40
2016-11-01intel: aubinator: print boolean fields to true with colorsLionel Landwerlin3-6/+17
2016-11-01amd: fix a typo in PIXEL_PIPE_STAT_RESET definitionMarek Olšák1-1/+1
2016-11-01gallium/radeon: add enum radeon_micro_modeMarek Olšák3-7/+14
2016-11-01gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-onlyMarek Olšák1-2/+2
2016-11-01gallium/radeon: remove r600_surface::level_infoMarek Olšák3-7/+6
2016-11-01gallium/radeon: add radeon_surf::is_linearMarek Olšák8-13/+15
2016-11-01gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák13-44/+48
2016-11-01gallium/radeon: don't call u_format helpers if we have that info alreadyMarek Olšák2-10/+8
2016-11-01gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák6-15/+19
2016-11-01radeonsi: add a driver query for counting CP DMA callsMarek Olšák4-0/+13
2016-11-01radeonsi: add a driver query for shader cache hitsMarek Olšák4-1/+16
2016-11-01gbm: set up the interop extension for egl/drmMarek Olšák3-0/+3
2016-11-01nvc0: do not duplicate similar performance metricsSamuel Pitoiset1-43/+7
2016-11-01docs: add news item and link release notes for 13.0.0Emil Velikov2-0/+8
2016-11-01docs: add sha256 checksums for 13.0.0Emil Velikov1-1/+2
2016-11-01docs: Update 13.0.0 release notesEmil Velikov1-3/+228
2016-11-01anv/device: Return DEVICE_LOST if execbuf2 failsJason Ekstrand1-6/+4
2016-11-01i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes5-22/+20
2016-11-01radv: drop some unused cmask info members.Dave Airlie2-8/+0
2016-10-31intel: aubinator: fix printing missing gen optionLionel Landwerlin1-2/+2
2016-10-31intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin1-1/+5
2016-10-31intel: aubinator: don't print out blocks twiceLionel Landwerlin1-1/+0
2016-10-31i965: Move gen8_disable_stages to brw_upload_initial_gpu_stateNanley Chery4-56/+13
2016-10-31i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_stateNanley Chery3-36/+10
2016-10-31st/omx/dec: disable tunnel for size different caseLeo Liu3-1/+11
2016-10-31st/omx/dec: result buffers size should match codec decoder sizeLeo Liu3-19/+18
2016-10-31swr: [rasterizer] added EventHandlerFile contructorGeorge Kyriazis1-1/+6
2016-10-31swr: [rasterizer core] Frontend dependency workGeorge Kyriazis3-2/+18
2016-10-31swr: [rasterizer core] Refactor/cleanup backendsGeorge Kyriazis2-360/+351
2016-10-31swr: [rasterizer core] Remove deprecated simd intrinsicsGeorge Kyriazis4-990/+1
2016-10-31swr: [rasterizer archrast] Add thread tags to event files.George Kyriazis5-4/+24
2016-10-31glsl: use a non-malloc'd storage for short ir_variable namesMarek Olšák3-3/+22
2016-10-31glsl: use the linear allocator in opt_constant_propagationMarek Olšák1-3/+11
2016-10-31glsl: use the linear allocator in opt_copy_propagationMarek Olšák1-1/+6