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
*
iris: Maintain CPU-side SURFACE_STATE copies for views and surfaces.
Kenneth Graunke
2019-11-25
2
-55
/
+136
*
iris: Create an "iris_surface_state" wrapper struct
Kenneth Graunke
2019-11-25
2
-27
/
+36
*
iris: Drop 'old_address' parameter from iris_rebind_buffer
Kenneth Graunke
2019-11-25
3
-7
/
+6
*
iris: Stop mutating the resource in get_rt_read_isl_surf().
Kenneth Graunke
2019-11-25
1
-19
/
+14
*
radeonsi/nir: don't run si_nir_opts again if there is no change
Marek Olšák
2019-11-25
1
-5
/
+6
*
radeonsi: initialize the per-context compiler on demand
Marek Olšák
2019-11-25
3
-2
/
+6
*
ac: set swizzled bit in cache policy as a hint not to merge loads/stores
Marek Olšák
2019-11-25
3
-16
/
+15
*
etnaviv: implement 64bpp clear
Jonathan Marek
2019-11-25
10
-19
/
+41
*
etnaviv: avoid using RS for 64bpp formats
Jonathan Marek
2019-11-25
3
-6
/
+14
*
etnaviv: add support for extended pe formats
Christian Gmeiner
2019-11-25
1
-2
/
+8
*
etnaviv: handle 8 byte block in tiling
Christian Gmeiner
2019-11-25
1
-2
/
+6
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
7
-770
/
+714
*
llvmpipe: initial query buffer object support. (v2)
Dave Airlie
2019-11-25
2
-1
/
+153
*
Revert "draw: revert using correct order for prim decomposition."
Zebediah Figura
2019-11-22
1
-3
/
+1
*
iris: Change keybox parenting
Kenneth Graunke
2019-11-22
1
-3
/
+2
*
etnaviv: use a more self-explanatory param name
Christian Gmeiner
2019-11-22
1
-10
/
+10
*
etnaviv: drop not used config_out function param
Christian Gmeiner
2019-11-22
5
-21
/
+8
*
pan/midgard: Implement load_sampler_lod_paramaters_pan
Alyssa Rosenzweig
2019-11-22
1
-1
/
+27
*
freedreno/regs: update UBWC related bits
Jonathan Marek
2019-11-21
2
-2
/
+2
*
swr: Fix build with llvm-10.0.
Vinson Lee
2019-11-21
1
-1
/
+4
*
freedreno/perfcntrs: add accessor to get per-gen tables
Rob Clark
2019-11-21
4
-24
/
+5
*
freedreno/perfcntrs: move to shared location
Rob Clark
2019-11-21
8
-2446
/
+3
*
freedreno/perfcntrs: remove gallium dependencies
Rob Clark
2019-11-21
5
-9
/
+75
*
freedreno/perfcntrs: small cleanup
Rob Clark
2019-11-21
4
-82
/
+31
*
nouveau: request ufind_msb64 lowering in the frontend.
Dave Airlie
2019-11-22
1
-1
/
+1
*
pipe-loader: check that the pointer to driconf_xml isn't NULL
Samuel Pitoiset
2019-11-21
1
-1
/
+1
*
panfrost: Add the lod_bias field
Alyssa Rosenzweig
2019-11-21
1
-0
/
+1
*
lima/ppir: add lod-bias support
Arno Messiaen
2019-11-20
5
-5
/
+33
*
lima/streamparser: Add findings introduced with gl_PointSize
Andreas Baierl
2019-11-20
1
-2
/
+22
*
lima/streamparser: Fix typo in vs semaphore parser
Andreas Baierl
2019-11-20
1
-1
/
+1
*
meson: Fix linkage of libgallium_nine with libgalliumvl
Yevhenii Kolesnikov
2019-11-20
1
-5
/
+13
*
panfrost: Rework buffers in SFBD
Tomeu Vizoso
2019-11-20
1
-40
/
+39
*
winsys/amdgpu: detect noop dependencies on the same ring correctly
Marek Olšák
2019-11-19
1
-6
/
+9
*
ac: fill num_rings for remaining IPs
Marek Olšák
2019-11-19
1
-2
/
+7
*
ac: add radeon_info::num_rings and move ring_type to amd_family.h
Marek Olšák
2019-11-19
4
-19
/
+6
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
2
-3
/
+3
*
intel: Add workaround for stencil state.
Rafael Antognolli
2019-11-19
1
-0
/
+12
*
panfrost: Set PIPE_COMPUTE_CAP_ADDRESS_BITS to 64
Alyssa Rosenzweig
2019-11-19
1
-2
/
+1
*
panfrost: Disable tiling for GLOBAL resources
Alyssa Rosenzweig
2019-11-19
1
-1
/
+2
*
panfrost: Pass kernel inputs as uniforms
Alyssa Rosenzweig
2019-11-19
1
-0
/
+13
*
panfrost: Stub out clover callbacks
Alyssa Rosenzweig
2019-11-19
1
-1
/
+27
*
iris: Re-enable param compaction
Jason Ekstrand
2019-11-18
1
-1
/
+1
*
etnaviv: blt: set TS dirty after clear
Jonathan Marek
2019-11-18
1
-0
/
+2
*
etnaviv: separate PE and RS formats, use only RS only for tiling
Jonathan Marek
2019-11-18
8
-56
/
+54
*
etnaviv: blt: use only for tiling, and add missing formats
Jonathan Marek
2019-11-18
1
-22
/
+30
*
Call shmget() with permission 0600 instead of 0777
Brian Paul
2019-11-18
2
-2
/
+4
*
intel/compiler: Add a flag to avoid compacting push constants
Jason Ekstrand
2019-11-18
1
-0
/
+1
*
etnaviv: rs: upsampling is not supported
Christian Gmeiner
2019-11-17
1
-1
/
+32
*
lima: Parse VS and PLBU command stream while making a dump
Andreas Baierl
2019-11-17
7
-0
/
+461
*
lima: Beautify stream dumps
Andreas Baierl
2019-11-17
1
-7
/
+11
[next]