index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-02
1
-4
/
+2
*
v3d: Remove the special path for simulaton of the submit ioctl.
Eric Anholt
2018-11-02
5
-19
/
+13
*
v3d: Maintain a mapping of the GEM buffer in the simulator.
Eric Anholt
2018-11-02
1
-23
/
+48
*
meson: link gallium nine with pthreads
Dylan Baker
2018-11-02
1
-1
/
+1
*
anv/icl: Disable prefetching of sampler state entries
Anuj Phogat
2018-11-02
1
-9
/
+16
*
i965/icl: Disable prefetching of sampler state entries
Topi Pohjolainen
2018-11-02
1
-3
/
+12
*
amd: Make vgpr-spilling depend on llvm version
Jan Vesely
2018-11-02
1
-1
/
+2
*
nir: fix condition propagation when src has a swizzle
Timothy Arceri
2018-11-03
1
-1
/
+30
*
android: gallium/auxiliary: add include to get u_debug.h header
Mauro Rossi
2018-11-02
1
-1
/
+2
*
virgl/vtest-winsys: Use virgl version of bind flags
Gert Wollny
2018-11-02
1
-1
/
+1
*
mesa/st: Add support for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
2
-0
/
+12
*
Gallium: Add format PIPE_FORMAT_R8_SRGB
Gert Wollny
2018-11-02
5
-0
/
+12
*
mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
10
-3
/
+28
*
glsl: do not allow implicit casts of unsized array initializers
Erik Faye-Lund
2018-11-02
1
-1
/
+2
*
mesa/glsl: add support for EXT_shader_implicit_conversions
Erik Faye-Lund
2018-11-02
4
-2
/
+8
*
glsl: fall back to inexact function-match
Erik Faye-Lund
2018-11-02
1
-1
/
+6
*
glsl: add has_implicit_uint_to_int_conversion()-helper
Erik Faye-Lund
2018-11-02
3
-4
/
+9
*
glsl: add has_implicit_conversions()-helper
Erik Faye-Lund
2018-11-02
3
-2
/
+7
*
mesa: Remove needless indirection in some draw functions.
Mathias Fröhlich
2018-11-02
2
-126
/
+44
*
nir: allow propagation of if evaluation for bcsel
Timothy Arceri
2018-11-02
1
-9
/
+16
*
radv: fix begin/end transform feedback with 0 counter buffers.
Dave Airlie
2018-11-02
1
-12
/
+16
*
radv: apply xfb buffer offset at buffer binding time not later. (v2)
Dave Airlie
2018-11-02
1
-2
/
+4
*
Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"
Mark Janes
2018-11-01
5
-14
/
+3
*
vc4: Drop the winsys_stride relayout in the simluator
Eric Anholt
2018-11-01
5
-95
/
+12
*
v3d: Update the TLB config for depth writes on V3D 4.2.
Eric Anholt
2018-11-01
1
-8
/
+22
*
v3d: Use the TLB R/B swapping instead of recompiles when available.
Eric Anholt
2018-11-01
4
-3
/
+17
*
v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-01
1
-4
/
+2
*
v3d: Respect user-passed strides for BO imports.
Eric Anholt
2018-11-01
5
-96
/
+19
*
v3d: Drop #if 0-ed out v3d_dump_to_file().
Eric Anholt
2018-11-01
1
-91
/
+0
*
v3d: Fix a typo in a comment in job handling.
Eric Anholt
2018-11-01
1
-1
/
+1
*
v3d: Fix a copy-and-paste comment in the simulator code.
Eric Anholt
2018-11-01
1
-1
/
+1
*
anv/icl: Set Error Detection Behavior Control Bit in L3CNTLREG
Anuj Phogat
2018-11-01
2
-0
/
+8
*
i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREG
Anuj Phogat
2018-11-01
2
-0
/
+8
*
meson: don't install translation files
18.3-branchpoint
Dylan Baker
2018-11-01
1
-1
/
+1
*
egl: use the LC_ALL hammer instead of LANG
Eric Engestrom
2018-11-01
1
-1
/
+1
*
egl: fix entrypoint sorting test
Eric Engestrom
2018-11-01
1
-1
/
+1
*
intel/tools: fix resource leak
Andrii Simiklit
2018-11-01
1
-0
/
+10
*
intel/tools: include stdarg.h in error2aub
Jonathan Gray
2018-11-01
1
-0
/
+1
*
egl: Fix eglentrypoint.h sort order.
Mathias Fröhlich
2018-11-01
1
-1
/
+1
*
radv: set PA_SU_PRIM_FILTER_CNTL optimally
Samuel Pitoiset
2018-11-01
1
-0
/
+9
*
radv: only enable gl_SampleMask if MSAA is enabled too
Samuel Pitoiset
2018-11-01
1
-2
/
+11
*
radv: use radeon_info::num_good_cu_per_sh
Samuel Pitoiset
2018-11-01
1
-3
/
+1
*
ac/nir: make use of i1false in few more places
Samuel Pitoiset
2018-11-01
1
-3
/
+3
*
radv: add support for Raven2
Samuel Pitoiset
2018-11-01
3
-3
/
+9
*
mesa: Collect all the draw functions in draw.{h,c}.
Mathias Fröhlich
2018-11-01
5
-96
/
+109
*
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
5
-86
/
+87
*
mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c
Mathias Fröhlich
2018-11-01
6
-280
/
+334
*
vbo: Pull the _mesa_set_draw_vao calls out of the if clauses.
Mathias Fröhlich
2018-11-01
1
-76
/
+38
*
vbo: Preserve vbo_save::no_current_update on primitive restart.
Mathias Fröhlich
2018-11-01
1
-1
/
+2
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
4
-10
/
+10
[next]