summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: add always-inline pass to si_llvm_finalize_moduleNicolai Hähnle2016-11-031-5/+5
* radeonsi: fix signature of export intrinsic in VS epilogNicolai Hähnle2016-11-031-3/+3
* radeonsi: link against amd_commonNicolai Hähnle2016-11-031-0/+1
* amd/common: add ac_is_sgpr_param helperNicolai Hähnle2016-11-032-0/+12
* amd/common: build also for gallium driversNicolai Hähnle2016-11-033-2/+13
* amd/common: move llvm helper prototype to ac_llvm_util.hNicolai Hähnle2016-11-034-7/+13
* glsl: fix lowering of UBO references of named blocksNicolai Hähnle2016-11-031-5/+5
* glsl: Update deref types when resizing implicitly sized arrays.Kenneth Graunke2016-11-031-23/+47
* mesa/glsl: delete previously linked shaders earlier when linkingTimothy Arceri2016-11-037-26/+25
* nir: fix nir_shader_clone() and nir_sweep()Timothy Arceri2016-11-032-1/+9
* mesa: move shader_info to the start of gl_programTimothy Arceri2016-11-031-2/+3
* st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri2016-11-035-14/+21
* nv50,nvc0: stop limiting the number of active queries to 1Samuel Pitoiset2016-11-022-16/+12
* nvc0: add new warp_nonpred_execution_efficiency metric on SM35Samuel Pitoiset2016-11-022-1/+37
* nvc0: add missing metric-issue_slot on SM35Samuel Pitoiset2016-11-021-0/+1
* nvc0: do not expose metric-inst_issued twice on SM35Samuel Pitoiset2016-11-021-1/+0
* nvc0: add new warp_execution_efficiency metric on SM30+Samuel Pitoiset2016-11-022-0/+24
* nvc0: respect 80-chars for perf metrics descriptionsSamuel Pitoiset2016-11-021-4/+4
* nvc0: sort performance metrics alphabeticallySamuel Pitoiset2016-11-021-4/+4
* radv: add support for anisotropic filtering on VI+Fredrik Höglund2016-11-031-3/+27
* radv: fix dual source blendingDave Airlie2016-11-031-3/+9
* nv50: add missing draw_calls_indexed driver statSamuel Pitoiset2016-11-021-0/+1
* glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding itAdam Jackson2016-11-021-18/+16
* glx/glvnd: Fix dispatch function names and indicesAdam Jackson2016-11-022-146/+144
* glx/glvnd: Don't modify the dummy slot in the dispatch tableAdam Jackson2016-11-021-0/+3
* anv/pipeline: Properly cache prog_data::paramJason Ekstrand2016-11-023-14/+36
* anv/pipeline: Put actual pointers in anv_shader_binJason Ekstrand2016-11-025-50/+45
* 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