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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: add 16bit type information to glsl types
Daniel Schürmann
2018-07-23
3
-0
/
+28
*
ac: add support for 16bit buffer loads
Daniel Schürmann
2018-07-23
1
-40
/
+55
*
ac: add support for 16bit UBO loads
Daniel Schürmann
2018-07-23
3
-3
/
+51
*
ac: add support for 16bit ssbo stores
Daniel Schürmann
2018-07-23
1
-60
/
+84
*
ac: add 16bit conversion operations
Daniel Schürmann
2018-07-23
2
-9
/
+31
*
r600: enable tess_input_info for TES
Dave Airlie
2018-07-23
1
-14
/
+6
*
docs/features: fix virgl gles3.1 entries
Dave Airlie
2018-07-24
1
-2
/
+2
*
draw: force draw pipeline if there's more than 65535 vertices
Roland Scheidegger
2018-07-23
3
-0
/
+21
*
docs/features: note ARB_copy_image is working on virgl
Dave Airlie
2018-07-24
1
-1
/
+1
*
Revert "virgl: remove unused stride-arguments"
Dave Airlie
2018-07-24
5
-5
/
+33
*
docs/features: note ssbo and atomic counters done for virgl
Dave Airlie
2018-07-24
1
-5
/
+5
*
virgl: add initial shader_storage_buffer_object support. (v2)
Dave Airlie
2018-07-24
9
-0
/
+98
*
nir: Add a couple trivial abs optimizations
Jason Ekstrand
2018-07-23
1
-0
/
+2
*
glsl: remove delegating constructors to allow build with C++98
Caio Marcelo de Oliveira Filho
2018-07-23
1
-6
/
+8
*
v3d: Implement a small immediates optimization, based on VC4's.
Eric Anholt
2018-07-23
8
-19
/
+143
*
v3d: Return an invalid src number if asked for a missing implicit uniform.
Eric Anholt
2018-07-23
2
-3
/
+3
*
v3d: Skip emitting texture config parameter 2 if it's just the defaults.
Eric Anholt
2018-07-23
1
-1
/
+5
*
v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.
Eric Anholt
2018-07-23
1
-1
/
+1
*
v3d: Switch to using the new SFU instructions on V3D 4.x.
Eric Anholt
2018-07-23
8
-24
/
+118
*
v3d: Add QPU pack/unpack for the new SFU instructions.
Eric Anholt
2018-07-23
4
-0
/
+32
*
v3d: Fix the name of the "flpop" operation.
Eric Anholt
2018-07-23
6
-6
/
+7
*
v3d: Print the instruction we're testing in the QPU disasm/pack round-trip.
Eric Anholt
2018-07-23
1
-2
/
+3
*
v3d: Drop unused vir_SAT() operation.
Eric Anholt
2018-07-23
1
-8
/
+0
*
v3d: Rotate through registers to improve post-RA scheduling options.
Eric Anholt
2018-07-23
1
-0
/
+45
*
v3d: Allow reading from physical regs written in the previous instruction.
Eric Anholt
2018-07-23
1
-24
/
+0
*
anv: remove unnecessary runtime copy of static string
Eric Engestrom
2018-07-23
1
-2
/
+1
*
anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BIT
Alex Smith
2018-07-23
1
-0
/
+9
*
virgl: remove unused stride-arguments
Erik Faye-Lund
2018-07-23
5
-33
/
+5
*
radv: print a big warning when RADV_TRACE_FILE is set
Samuel Pitoiset
2018-07-23
1
-0
/
+4
*
radv: fix a memleak for merged shaders on GFX9
Samuel Pitoiset
2018-07-23
1
-1
/
+1
*
intel/blorp: Fix blits to R8G8B8_UNORM_SRGB sRGB harder
Jason Ekstrand
2018-07-23
1
-3
/
+11
*
anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
Jason Ekstrand
2018-07-22
1
-31
/
+22
*
anv: Properly handle GetImageSubresourceLayout on complex images
Jason Ekstrand
2018-07-22
1
-7
/
+16
*
radeonsi/nir: make use of nir_lower_load_const_to_scalar()
Timothy Arceri
2018-07-23
1
-0
/
+2
*
anv/gen9: expose VK_EXT_post_depth_coverage
Ilia Mirkin
2018-07-22
3
-2
/
+10
*
spirv: add support for SPV_KHR_post_depth_coverage
Ilia Mirkin
2018-07-22
2
-0
/
+10
*
android: util/disk_cache: fix building errors in gallium drivers
Mauro Rossi
2018-07-21
1
-0
/
+1
*
Android: fix a missing nir_intrinsics.h error
Chih-Wei Huang
2018-07-21
2
-0
/
+3
*
nir: Fix end of function without return warning/error.
Bas Nieuwenhuizen
2018-07-20
1
-0
/
+2
*
st: Sweep NIR after linking phase to free held memory
Danylo Piliaiev
2018-07-20
1
-0
/
+2
*
st/dri: Don't require a dri_format for image creation.
Eric Anholt
2018-07-20
2
-13
/
+1
*
egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.
Eric Anholt
2018-07-20
1
-0
/
+27
*
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
[prev]
[next]