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
...
*
v3d: Drop the use of the semaphores.
Eric Anholt
2018-07-27
2
-9
/
+0
*
v3d: Drop the VG support from the XML.
Eric Anholt
2018-07-27
1
-2
/
+1
*
v3d: Stop using spaces in the names of our buffers.
Eric Anholt
2018-07-27
3
-2
/
+6
*
gallium/auxiliary: Fix Autotools on Android (v2)
Chad Versace
2018-07-27
1
-1
/
+5
*
clover: Reduce wait_count in abort path.
Jan Vesely
2018-07-26
1
-1
/
+3
*
clover: Don't extend illegal integer types.
Jan Vesely
2018-07-26
2
-2
/
+13
*
v3d: Avoid the GFXH-1461 workaround if we have only Z or only S.
Eric Anholt
2018-07-26
1
-4
/
+6
*
v3d: Rework the ordering of how we clear things.
Eric Anholt
2018-07-26
1
-31
/
+54
*
v3d: Only store buffers that have been written to.
Eric Anholt
2018-07-26
1
-3
/
+9
*
v3d: Track the buffers being loaded separately.
Eric Anholt
2018-07-26
3
-1
/
+8
*
v3d: Rename cleared/resolve to clear/store.
Eric Anholt
2018-07-26
5
-35
/
+35
*
gallium: initialize ureg_dst::Invariant bit
Erik Faye-Lund
2018-07-26
1
-0
/
+3
*
ac: fix typo DSL_SEL -> DST_SEL
Marek Olšák
2018-07-26
1
-2
/
+2
*
radeonsi: update a comment about cache behavior
Marek Olšák
2018-07-26
1
-3
/
+3
*
r600: Scale integer valued texture border colors to float (v2)
Gert Wollny
2018-07-25
1
-1
/
+44
*
nir: rename f2f16_undef to f2f16
Karol Herbst
2018-07-24
1
-3
/
+3
*
radeonsi: handle SI_FORCE_FAMILY early
Marek Olšák
2018-07-24
1
-2
/
+1
*
gallium/tests: Don't ignore S3TC errors.
Jose Fonseca
2018-07-24
1
-5
/
+0
*
forward precise-flag if supported
Erik Faye-Lund
2018-07-24
2
-1
/
+5
*
radeonsi: fix pk2h breakage
Marek Olšák
2018-07-23
1
-2
/
+5
*
radeonsi: reduce LDS stalls by 40% for tessellation
Marek Olšák
2018-07-23
4
-6
/
+14
*
radeonsi: Add debug option to enable LLVM GlobalISel (v2)
Tom Stellard
2018-07-23
2
-0
/
+4
*
r600: enable tess_input_info for TES
Dave Airlie
2018-07-23
1
-14
/
+6
*
draw: force draw pipeline if there's more than 65535 vertices
Roland Scheidegger
2018-07-23
3
-0
/
+21
*
Revert "virgl: remove unused stride-arguments"
Dave Airlie
2018-07-24
5
-5
/
+33
*
virgl: add initial shader_storage_buffer_object support. (v2)
Dave Airlie
2018-07-24
9
-0
/
+98
*
virgl: remove unused stride-arguments
Erik Faye-Lund
2018-07-23
5
-33
/
+5
*
radeonsi/nir: make use of nir_lower_load_const_to_scalar()
Timothy Arceri
2018-07-23
1
-0
/
+2
*
Android: fix a missing nir_intrinsics.h error
Chih-Wei Huang
2018-07-21
1
-0
/
+2
*
st/dri: Don't require a dri_format for image creation.
Eric Anholt
2018-07-20
2
-13
/
+1
*
v3d: Fix incorrect handling of two fences created back-to-back.
Eric Anholt
2018-07-20
1
-12
/
+31
*
v3d: Fix the timeout value passed to drmSyncobjWait().
Eric Anholt
2018-07-20
1
-1
/
+6
*
v3d: Fix drmSyncobjWait() return value checking even more.
Eric Anholt
2018-07-20
1
-1
/
+1
*
v3d: Use the list_first_entry/list_last_entry macros.
Eric Anholt
2018-07-20
1
-8
/
+8
*
v3d: Move BO cache counting to dump time instead of cache management.
Eric Anholt
2018-07-20
2
-9
/
+9
*
v3d: Reduce the stale BO reclamation spam with dump_stats set.
Eric Anholt
2018-07-20
1
-6
/
+5
*
v3d: Respect a sampler view's first_layer field.
Eric Anholt
2018-07-20
1
-1
/
+3
*
radeonsi: emit_spi_map packets optimization
Sonny Jiang
2018-07-20
4
-8
/
+39
*
virgl: Expose GL_ARB_copy_image if host supports it
Gert Wollny
2018-07-20
2
-1
/
+3
*
virgl: Allow RGB32* textures only as buffer objects
Gert Wollny
2018-07-20
1
-0
/
+7
*
r600: Correct evaluation of cube array index and face
Gert Wollny
2018-07-20
1
-1
/
+33
*
r600: correct texture offset for array index lookup
Gert Wollny
2018-07-20
1
-5
/
+37
*
r600: Delay emission of texture gradients and lookup offsets
Gert Wollny
2018-07-20
1
-44
/
+48
*
nv50/ir: move LateAlgebraicOpt back to right after ConstantFolding
Rhys Perry
2018-07-19
1
-1
/
+1
*
nv50/ir: handle SHLADD in IndirectPropagation
Rhys Perry
2018-07-19
1
-0
/
+12
*
gm107/ir: use CS2R for SV_CLOCK
Rhys Perry
2018-07-19
3
-2
/
+25
*
winsys/amdgpu: remove RADEON_SURF_FMASK leftover
Marek Olšák
2018-07-19
1
-7
/
+4
*
r600: silence the signed overflow warning like radeonsi
Marek Olšák
2018-07-18
1
-1
/
+1
*
radeonsi: emit_guardband packets optimization
Sonny Jiang
2018-07-18
4
-8
/
+50
*
radeonsi: Save CLEAR_STATE initial values for optimization
Sonny Jiang
2018-07-18
1
-2
/
+26
[prev]
[next]