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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
9
-57
/
+51
*
mesa: Remove FLUSH_VERTICES from VAO state changes.
Mathias Fröhlich
2018-05-17
1
-59
/
+6
*
swr/rast: Added FEClipRectangles event
Alok Hota
2018-05-17
2
-0
/
+4
*
swr/rast: Whitespace and tab-to-spaces changes
Alok Hota
2018-05-17
5
-17
/
+18
*
swr/rast: fix VCVTPD2PS generation for AVX512
Alok Hota
2018-05-17
1
-2
/
+10
*
swr/rast: Rectlist support for GS
Alok Hota
2018-05-17
6
-1
/
+102
*
swr/rast: Remove unneeded virtual from methods
Alok Hota
2018-05-17
1
-2
/
+2
*
broadcom/vc4: Native fence fd support
Stefan Schake
2018-05-17
6
-11
/
+107
*
broadcom/vc4: Store job fence in syncobj
Stefan Schake
2018-05-17
3
-4
/
+35
*
broadcom/vc4: Detect syncobj support
Stefan Schake
2018-05-17
2
-0
/
+7
*
v3d: Add support for glSampleMask / glSampleCoverage.
Eric Anholt
2018-05-17
7
-5
/
+36
*
v3d: Enable NaN propagation in the VS and CS as well.
Eric Anholt
2018-05-17
4
-4
/
+12
*
i965/blorp: Disable BLORP clear color updates
Nanley Chery
2018-05-17
1
-2
/
+4
*
intel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flag
Nanley Chery
2018-05-17
2
-2
/
+9
*
i965/blorp: Also skip the fast clear if the clear color differs
Nanley Chery
2018-05-17
1
-4
/
+3
*
i965/clear: Drop a stale comment in fast_clear_depth
Nanley Chery
2018-05-17
1
-4
/
+0
*
i965: Update the indirect buffer in set_clear_color
Nanley Chery
2018-05-17
2
-37
/
+13
*
i965/clear: Remove an early return in fast_clear_depth
Nanley Chery
2018-05-17
1
-5
/
+0
*
i965: Use set_clear_color for depth miptrees
Nanley Chery
2018-05-17
3
-19
/
+2
*
Revert "i965: Make the miptree clear color setter take a gl_color_union"
Nanley Chery
2018-05-17
3
-7
/
+6
*
i965/miptree: Unify aux buffer allocation
Nanley Chery
2018-05-17
2
-142
/
+82
*
i965: Prepare to delete intel_miptree_alloc_ccs()
Nanley Chery
2018-05-17
3
-15
/
+16
*
i965/miptree: Drop the mt param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-5
/
+4
*
i965/miptree: Drop the alloc_flags param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-15
/
+14
*
i965/miptree: Drop the name param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-5
/
+4
*
i965/miptree: Initialize the indirect clear color to zero
Nanley Chery
2018-05-17
1
-11
/
+22
*
i965/miptree: Add and use a memset option in alloc_aux_buffer
Nanley Chery
2018-05-17
1
-37
/
+31
*
i965/miptree: Zero-initialize CCS_D buffers
Nanley Chery
2018-05-17
1
-6
/
+4
*
i965/miptree: Fix handling of uninitialized MCS buffers
Nanley Chery
2018-05-17
1
-7
/
+7
*
radv: only declare the ESGS rings for pre GFX9 chips
Samuel Pitoiset
2018-05-17
1
-4
/
+10
*
radv: allow to print GPU info with RADV_DEBUG=info
Samuel Pitoiset
2018-05-17
2
-0
/
+5
*
radv: do not emit unnecessary ES output stores
Samuel Pitoiset
2018-05-17
1
-3
/
+23
*
radv: do not emit unnecessary GS output stores
Samuel Pitoiset
2018-05-17
1
-0
/
+7
*
radv: only pass the global BO list at submit time if enabled
Samuel Pitoiset
2018-05-17
1
-2
/
+6
*
radv: remove the radv_finishme() when compiling shaders
Samuel Pitoiset
2018-05-17
1
-4
/
+0
*
radv: remove radv_device::llvm_supports_spill
Samuel Pitoiset
2018-05-17
3
-7
/
+1
*
mesa: add glUniform*ui{v} support to display lists
Timothy Arceri
2018-05-17
1
-33
/
+17
*
radeonsi: create .gitignore
Dieter Nützel
2018-05-16
1
-0
/
+2
*
ac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer.store intrinsic
Dave Airlie
2018-05-17
1
-32
/
+60
*
v3d: Fix wiring filters to NEAREST for 32-bit texture returns.
Eric Anholt
2018-05-16
1
-1
/
+1
*
v3d: Enable the driver by default.
Eric Anholt
2018-05-16
1
-1
/
+1
*
v3d: Rename driver functions from vc5 to v3d.
Eric Anholt
2018-05-16
29
-1533
/
+1533
*
v3d: Rename the driver files from "vc5" to "v3d".
Eric Anholt
2018-05-16
50
-126
/
+126
*
v3d: Rename the vc5_dri.so driver to v3d_dri.so.
Eric Anholt
2018-05-16
26
-80
/
+80
*
v3d: Switch the vc5 driver to using the finalized V3D UABI.
Eric Anholt
2018-05-16
9
-234
/
+39
*
svga: fix incompatible bind flags at buffer validation time
Charmaine Lee
2018-05-16
1
-2
/
+7
*
mesa: cast the GLenum16 to GLint to avoid compile warning on android
jenny.q.cao
2018-05-16
1
-1
/
+1
*
etnaviv: Fix missing rnndb file in tarballs
Stuart Young
2018-05-16
2
-0
/
+2
*
gallium/hud: add frametime graph (v2)
Matthias Groß
2018-05-15
3
-1
/
+38
*
eg/compute: Use reference counting to handle compute memory pool.
Jan Vesely
2018-05-15
2
-12
/
+7
[next]