summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* clover: fix the nir_serialize build failureMarek Olšák2019-10-101-1/+1
* llvmpipe/draw: handle UBOs that are < 16 bytes.Dave Airlie2019-10-102-3/+8
* llvmpipe/draw: fix image sizes for vertex/geometry shaders.Dave Airlie2019-10-101-3/+4
* llvmpipe: make texture buffer offset alignment == 16Dave Airlie2019-10-101-1/+1
* GL: drop symbols mangling supportEric Engestrom2019-10-101-4/+0
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-1018-39/+0
* tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-5/+3
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-104-0/+4
* tgsi_to_nir: add #ifdef header guardsMarek Olšák2019-10-101-0/+5
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-103-16/+4
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* clover: Remove unused codeMatt Turner2019-10-091-17/+0
* clover: use iterator_range in get_kernel_nodesGreg V2019-10-091-2/+2
* radeonsi: enable MSAA shader imagesMarek Olšák2019-10-091-3/+0
* radeonsi: expand FMASK before MSAA image stores are usedMarek Olšák2019-10-097-24/+193
* radeonsi: apply FMASK to MSAA image loadsMarek Olšák2019-10-092-11/+42
* radeonsi: clean up image_fetch_rsrcMarek Olšák2019-10-091-33/+27
* radeonsi: add FMASK slots for shader images (for MSAA images)Marek Olšák2019-10-095-26/+42
* radeonsi: set the sample index for shader images correctlyMarek Olšák2019-10-091-6/+7
* radeonsi: fix GLSL imageSamples()Marek Olšák2019-10-091-0/+13
* tgsi/scan: add tgsi_shader_info::msaa_images_declaredMarek Olšák2019-10-092-0/+19
* radeonsi: don't set BO metadata for non-zero planesMarek Olšák2019-10-091-2/+2
* radeonsi: ignore metadata for non-zero planesMarek Olšák2019-10-091-2/+8
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-096-157/+50
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-093-34/+124
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-096-112/+31
* gallium/u_tests: test NV12 allocation and exportMarek Olšák2019-10-091-0/+159
* gallium/util: add planar format layouts and helpersMarek Olšák2019-10-094-7/+108
* gallium/util: remove enum numbering from util_format_layoutMarek Olšák2019-10-091-9/+9
* iris: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+6
* llvmpipe: avoid left-shifting a negative number.Maya Rashish2019-10-093-6/+6
* lima/ppir: don't clone texture loadsVasily Khoruzhick2019-10-092-73/+0
* iris: Implement the Broadwell NP Z PMA Stall FixKenneth Graunke2019-10-085-2/+209
* iris: Properly unreference extra VBOs for draw parametersKenneth Graunke2019-10-081-3/+3
* panfrost: Draw the wallpaper when only depth/stencil bufs are clearedBoris Brezillon2019-10-082-3/+15
* panfrost: Make sure a clear does not re-use a pre-existing batchBoris Brezillon2019-10-083-1/+32
* iris: Update comment about 3-component formats and buffer texturesKenneth Graunke2019-10-071-5/+7
* iris: Allow packed RGB pbo uploadsChris Wilson2019-10-071-2/+2
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-085-5/+9
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-073-0/+14
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-073-4/+25
* radeonsi: use simple_mtx_t instead of mtx_tMarek Olšák2019-10-079-50/+51
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-0739-73/+84
* util: use simple_mtx_t for util_rangeMarek Olšák2019-10-071-5/+6
* winsys/radeon: initialize SIMD properties in radeon_infoMarek Olšák2019-10-071-0/+3
* iris: Drop vtbl usage for some load_register callsKenneth Graunke2019-10-071-5/+4
* iris/state: Move reg/mem load/store functions earlier in fileJordan Justen2019-10-071-124/+122
* meson: drop duplicate inc_nir from libirisEric Engestrom2019-10-071-1/+1
* meson: use idep_nir instead of libnir in pipe-loaderEric Engestrom2019-10-071-2/+2
* meson: use idep_nir instead of libnir in haiku softpipeEric Engestrom2019-10-071-2/+2