summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák2018-05-104-3/+7
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-105-23/+26
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-104-2/+5
* ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowedMarek Olšák2018-05-104-3/+5
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-105-9/+10
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-05-104-4/+6
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-104-5/+59
* radeonsi: set up EQAA image descriptors properlyMarek Olšák2018-05-101-16/+80
* radeonsi: add EQAA SC,DB,CB register programmingMarek Olšák2018-05-102-8/+71
* radeonsi: support creating EQAA color texturesMarek Olšák2018-05-103-17/+33
* ac/surface: add EQAA supportMarek Olšák2018-05-108-11/+43
* radeonsi: use better sample locations for 8x EQAAMarek Olšák2018-05-101-21/+11
* radeonsi: improve quality of 16 sample locationsMarek Olšák2018-05-101-2/+2
* radeonsi: use better sample locations for 4x MSAAMarek Olšák2018-05-101-11/+10
* radeonsi: reorder sample locations as required by EQAAMarek Olšák2018-05-102-59/+98
* radeonsi: simplify si_get_sample_positionMarek Olšák2018-05-101-29/+20
* radeonsi: simplify arrays of sample locationsMarek Olšák2018-05-101-65/+40
* radeonsi: set DB_EQAA the same as VulkanMarek Olšák2018-05-101-8/+8
* radeonsi: remove CM_ prefixesMarek Olšák2018-05-101-4/+4
* radeonsi: don't update clear color registers if they don't changeMarek Olšák2018-05-101-11/+21
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-106-87/+46
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-105-34/+30
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-105-100/+149
* ac/surface/gfx9: fix a typo in CMASK RB/pipe alignmentMarek Olšák2018-05-101-1/+1
* ac: set correct LLVM processor names for Raven & Vega12Marek Olšák2018-05-101-2/+4
* ac: sort raster configsMarek Olšák2018-05-101-39/+27
* ac: remove 1 RB raster config for IcelandMarek Olšák2018-05-101-5/+1
* ac: move the Fiji kernel workaround for raster config out of the switchMarek Olšák2018-05-101-8/+11
* ac: enable both RBs on KaveriMarek Olšák2018-05-101-2/+13
* radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVMMarek Olšák2018-05-101-0/+9
* intel/isl/storage: Don't lower most UNORM formats on gen11+Jason Ekstrand2018-05-101-6/+10
* intel/isl: Several UNORM formats support typed writes on gen11+Jason Ekstrand2018-05-101-13/+13
* mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INTBrian Paul2018-05-101-2/+2
* radv: disable DCC for shareable images on GFX9+Andres Rodriguez2018-05-101-0/+7
* configure.ac: rework -latomic checkThomas Petazzoni2018-05-101-17/+27
* mesa: fix glGetInteger/Float/etc queries for vertex arrays attribsBrian Paul2018-05-102-13/+84
* winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-102-0/+22
* radv: move handling nosisched option in a better placeSamuel Pitoiset2018-05-101-12/+6
* radv: assorted typo fixesGrazvydas Ignotas2018-05-106-11/+11
* mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich2018-05-1016-203/+199
* mesa: Remove Array._DrawArrays.Mathias Fröhlich2018-05-107-31/+8
* i965: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-102-11/+0
* i965: Remove the gl_vertex_array indirection.Mathias Fröhlich2018-05-104-40/+31
* i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO.Mathias Fröhlich2018-05-101-15/+2
* st/mesa: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-104-44/+2
* st/mesa: Make feedback draw and rasterpos use _DrawVAO.Mathias Fröhlich2018-05-102-65/+24
* st/mesa: Use Array._DrawVAO in st_atom_array.c.Mathias Fröhlich2018-05-101-325/+108
* st/mesa: Make the input_to_index array available.Mathias Fröhlich2018-05-103-5/+21
* st/mesa: Use _DrawVAO for edgeflag enabled check.Mathias Fröhlich2018-05-101-7/+4