index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: fix the nir_serialize build failure
Marek Olšák
2019-10-10
1
-1
/
+1
*
llvmpipe/draw: handle UBOs that are < 16 bytes.
Dave Airlie
2019-10-10
2
-3
/
+8
*
llvmpipe/draw: fix image sizes for vertex/geometry shaders.
Dave Airlie
2019-10-10
1
-3
/
+4
*
llvmpipe: make texture buffer offset alignment == 16
Dave Airlie
2019-10-10
1
-1
/
+1
*
GL: drop symbols mangling support
Eric Engestrom
2019-10-10
1
-4
/
+0
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
18
-39
/
+0
*
tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-5
/
+3
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
4
-0
/
+4
*
tgsi_to_nir: add #ifdef header guards
Marek Olšák
2019-10-10
1
-0
/
+5
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
3
-16
/
+4
*
v3d: take into account prim_counts_offset
Alejandro Piñeiro
2019-10-10
1
-1
/
+1
*
clover: Remove unused code
Matt Turner
2019-10-09
1
-17
/
+0
*
clover: use iterator_range in get_kernel_nodes
Greg V
2019-10-09
1
-2
/
+2
*
radeonsi: enable MSAA shader images
Marek Olšák
2019-10-09
1
-3
/
+0
*
radeonsi: expand FMASK before MSAA image stores are used
Marek Olšák
2019-10-09
7
-24
/
+193
*
radeonsi: apply FMASK to MSAA image loads
Marek Olšák
2019-10-09
2
-11
/
+42
*
radeonsi: clean up image_fetch_rsrc
Marek Olšák
2019-10-09
1
-33
/
+27
*
radeonsi: add FMASK slots for shader images (for MSAA images)
Marek Olšák
2019-10-09
5
-26
/
+42
*
radeonsi: set the sample index for shader images correctly
Marek Olšák
2019-10-09
1
-6
/
+7
*
radeonsi: fix GLSL imageSamples()
Marek Olšák
2019-10-09
1
-0
/
+13
*
tgsi/scan: add tgsi_shader_info::msaa_images_declared
Marek Olšák
2019-10-09
2
-0
/
+19
*
radeonsi: don't set BO metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+2
*
radeonsi: ignore metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+8
*
radeonsi: remove si_vid_join_surfaces and use combined planar allocations
Marek Olšák
2019-10-09
6
-157
/
+50
*
radeonsi: allocate planar multimedia formats in 1 buffer
Marek Olšák
2019-10-09
3
-34
/
+124
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
6
-112
/
+31
*
gallium/u_tests: test NV12 allocation and export
Marek Olšák
2019-10-09
1
-0
/
+159
*
gallium/util: add planar format layouts and helpers
Marek Olšák
2019-10-09
4
-7
/
+108
*
gallium/util: remove enum numbering from util_format_layout
Marek Olšák
2019-10-09
1
-9
/
+9
*
iris: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
1
-0
/
+6
*
llvmpipe: avoid left-shifting a negative number.
Maya Rashish
2019-10-09
3
-6
/
+6
*
lima/ppir: don't clone texture loads
Vasily Khoruzhick
2019-10-09
2
-73
/
+0
*
iris: Implement the Broadwell NP Z PMA Stall Fix
Kenneth Graunke
2019-10-08
5
-2
/
+209
*
iris: Properly unreference extra VBOs for draw parameters
Kenneth Graunke
2019-10-08
1
-3
/
+3
*
panfrost: Draw the wallpaper when only depth/stencil bufs are cleared
Boris Brezillon
2019-10-08
2
-3
/
+15
*
panfrost: Make sure a clear does not re-use a pre-existing batch
Boris Brezillon
2019-10-08
3
-1
/
+32
*
iris: Update comment about 3-component formats and buffer textures
Kenneth Graunke
2019-10-07
1
-5
/
+7
*
iris: Allow packed RGB pbo uploads
Chris Wilson
2019-10-07
1
-2
/
+2
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
5
-5
/
+9
*
nvc0: add support for GL_EXT_demote_to_helper_invocation
Ilia Mirkin
2019-10-07
3
-0
/
+14
*
gallium/tgsi: add support for DEMOTE and READ_HELPER opcodes
Ilia Mirkin
2019-10-07
3
-4
/
+25
*
radeonsi: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
9
-50
/
+51
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
39
-73
/
+84
*
util: use simple_mtx_t for util_range
Marek Olšák
2019-10-07
1
-5
/
+6
*
winsys/radeon: initialize SIMD properties in radeon_info
Marek Olšák
2019-10-07
1
-0
/
+3
*
iris: Drop vtbl usage for some load_register calls
Kenneth Graunke
2019-10-07
1
-5
/
+4
*
iris/state: Move reg/mem load/store functions earlier in file
Jordan Justen
2019-10-07
1
-124
/
+122
*
meson: drop duplicate inc_nir from libiris
Eric Engestrom
2019-10-07
1
-1
/
+1
*
meson: use idep_nir instead of libnir in pipe-loader
Eric Engestrom
2019-10-07
1
-2
/
+2
*
meson: use idep_nir instead of libnir in haiku softpipe
Eric Engestrom
2019-10-07
1
-2
/
+2
[next]