summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i965/gen7_urb: Re-emit PUSH_CONSTANT_ALLOC on some gen9wip/fix/pc-sync-allNanley Chery2018-08-301-0/+28
* Revert "intel/tools/aubwrite: Always use physical addresses for traces."Kenneth Graunke2018-08-302-13/+11
* intel/nir: Lowering image loads and stores trashes all metadataJason Ekstrand2018-08-301-2/+2
* i965/screen: Allow modifiers on sRGB formatsJason Ekstrand2018-08-301-3/+11
* egl/dri2: Guard against invalid fourcc formatsJason Ekstrand2018-08-301-0/+15
* egl/dri2: Add a helper for the number of planes for a FOURCC formatJason Ekstrand2018-08-301-11/+21
* radv/meta: Set num_components on image_store intrinsicsJason Ekstrand2018-08-303-0/+6
* gallivm: Detect VSX separately from AltivecVicki Pfau2018-08-303-19/+17
* nv50: bump compat glsl level to same as coreIlia Mirkin2018-08-291-1/+1
* nvc0: bump compat GLSL version to match coreIlia Mirkin2018-08-291-1/+1
* glsl: avoid lowering texcoord array except in simple casesIlia Mirkin2018-08-291-0/+6
* docs: update calendar 18.2.0-rc5 is out, extend to 18.2.0-rc6Andres Gomez2018-08-301-2/+2
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-306-0/+13
* glsl: add a mechanism to allow layout qualifiers on function paramsTimothy Arceri2018-08-304-0/+25
* glsl: skip stringification in preprocessor if in unreachable branchTimothy Arceri2018-08-301-2/+4
* radv: Add missing checks in radv_get_image_format_properties.Bas Nieuwenhuizen2018-08-301-0/+19
* gallivm: allow to pass two swizzles into fetches.Dave Airlie2018-08-304-41/+79
* radeonsi: enable radeonsi_zerovram for No Mans SkyTimothy Arceri2018-08-301-0/+3
* radeonsi: add radeonsi_zerovram driconfig optionTimothy Arceri2018-08-303-3/+13
* radeonsi: enable GL 4.5 in compat profileTimothy Arceri2018-08-301-2/+1
* mesa: enable ARB_direct_state_access in compat for GL3.1+Timothy Arceri2018-08-304-104/+114
* radeonsi: add a thorough clear/copy_buffer benchmarkMarek Olšák2018-08-299-153/+599
* radeonsi: let internal compute dispatches tune WAVES_PER_SHMarek Olšák2018-08-292-0/+9
* radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSIMarek Olšák2018-08-296-3/+34
* radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SIMarek Olšák2018-08-292-0/+20
* radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performanceMarek Olšák2018-08-295-2/+55
* radeonsi: add flag L2_STREAM for minimal cache usageMarek Olšák2018-08-293-6/+13
* gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák2018-08-294-4/+12
* intel/compiler: Remove surface_idx from brw_image_paramJason Ekstrand2018-08-296-29/+9
* intel: Use TXS for image_size when we have a typed surfaceJason Ekstrand2018-08-295-4/+74
* anv,i965: Lower away image derefs in the driverJason Ekstrand2018-08-2910-169/+371
* nir: Add handle/index-based image intrinsicsJason Ekstrand2018-08-293-20/+82
* nir: Use a bitfield for image access qualifiersJason Ekstrand2018-08-299-33/+44
* glsl/link,i965: Make ImageAccess four-stateJason Ekstrand2018-08-294-15/+22
* intel/compiler: Use two components for 1D array image sizesJason Ekstrand2018-08-292-29/+20
* isl: Use the view array length for the image sizeJason Ekstrand2018-08-291-2/+5
* intel/compiler: Do image load/store lowering to NIRJason Ekstrand2018-08-2910-1120/+896
* nir/types: Add a wrapper for coordinate_componentsJason Ekstrand2018-08-292-0/+8
* anv/pipeline: Remove dead image loads in lower_input_attacnmentsJason Ekstrand2018-08-291-2/+2
* nir: Make image load/store intrinsics variable-widthJason Ekstrand2018-08-293-4/+11
* nir/format_convert: Fix a bitmask in unpack_11f11f10fJason Ekstrand2018-08-291-1/+1
* nir/format_convert: Rename pack_r11g11b10f to pack_11f11f10fJason Ekstrand2018-08-291-1/+1
* nir/format_convert: Add [us]norm conversion helpersJason Ekstrand2018-08-291-0/+56
* nir/format_convert: Rename nir_format_bitcast_uint_vecJason Ekstrand2018-08-292-3/+4
* nir/format_convert: Add vec mask and sign-extend helpersJason Ekstrand2018-08-291-8/+27
* nir/format_convert: Add support for unpacking signed integersJason Ekstrand2018-08-291-8/+29
* nir/opcodes: Make unpack_half_2x16_split_* variable-widthJason Ekstrand2018-08-291-4/+4
* nir/algebraic: Add some max/min optimizationsJason Ekstrand2018-08-291-0/+6
* nir/algebraic: Add more extract_[iu](8|16) optimizationsJason Ekstrand2018-08-291-0/+10
* nir/algebraic: Be more careful converting ushr to extract_u8/16Jason Ekstrand2018-08-291-2/+2