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
...
*
st/mesa: regularly re-pin driver threads to the CCX where the app thread is
Marek Olšák
2018-11-20
2
-0
/
+34
*
drirc: enable glthread for Talos Principle
Marek Olšák
2018-11-20
1
-0
/
+7
*
mesa/glthread: enable immediate mode
Marek Olšák
2018-11-20
2
-5
/
+11
*
mesa/glthread: pass the function name to _mesa_glthread_restore_dispatch
Marek Olšák
2018-11-20
4
-5
/
+8
*
gallium/u_tests: fix MSVC build by using old-style zero initializers
Marek Olšák
2018-11-20
1
-3
/
+3
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
12
-21
/
+17
*
i965: Use a 'nir' temporary rather than poking at brw_program
Kenneth Graunke
2018-11-20
6
-22
/
+25
*
gallium/u_tests: add a compute shader test that clears an image
Marek Olšák
2018-11-20
1
-0
/
+77
*
ac: handle cast derefs
Dave Airlie
2018-11-21
1
-0
/
+3
*
radv: handle loading from shared pointers
Dave Airlie
2018-11-21
1
-9
/
+18
*
ac: avoid casting pointers on bcsel and stores
Dave Airlie
2018-11-21
3
-3
/
+14
*
meson: Add tests to suites
Dylan Baker
2018-11-20
24
-33
/
+70
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-11-20
5
-2
/
+13
*
travis: adding missing x11-xcb for meson+vulkan
Emil Velikov
2018-11-20
1
-0
/
+1
*
glx: make xf86vidmode mandatory for direct rendering
Emil Velikov
2018-11-20
6
-35
/
+6
*
travis: drop unneeded x11proto-xf86vidmode-dev
Emil Velikov
2018-11-20
1
-10
/
+0
*
ac/nir: fix intrinsic name string size in visit_image_atomic()
Samuel Pitoiset
2018-11-20
1
-1
/
+1
*
radv: Use structured intrinsics instead of indexing workaround for GFX9.
Bas Nieuwenhuizen
2018-11-19
3
-8
/
+75
*
i965: Allow only one slot of clip distances to be set on Gen4-5.
Kenneth Graunke
2018-11-19
1
-1
/
+3
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
5
-15
/
+40
*
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
2018-11-19
1
-16
/
+8
*
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-41
/
+32
*
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-4
/
+2
*
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
2018-11-20
1
-2
/
+2
*
nir: move getting deref from var after we check deref type.
Dave Airlie
2018-11-20
1
-4
/
+3
*
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2018-11-20
2
-8
/
+10
*
intel/fs,vec4: Fix a compiler warning
Jason Ekstrand
2018-11-19
2
-3
/
+3
*
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
2018-11-19
4
-34
/
+50
*
gbm: add missing comma between strings
Eric Engestrom
2018-11-19
1
-1
/
+1
*
radv: implement fast HTILE clears for depth or stencil only on GFX9
Samuel Pitoiset
2018-11-19
2
-5
/
+269
*
radv: rewrite the condition that checks allowed depth/stencil values
Samuel Pitoiset
2018-11-19
1
-8
/
+4
*
radv: check allowed fast HTILE clears a bit earlier
Samuel Pitoiset
2018-11-19
1
-0
/
+5
*
radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpers
Samuel Pitoiset
2018-11-19
1
-2
/
+16
*
radv: add radv_get_htile_fast_clear_value() helper
Samuel Pitoiset
2018-11-19
1
-3
/
+18
*
radv: remove unnecessary goto in the fast clear paths
Samuel Pitoiset
2018-11-19
1
-28
/
+24
*
radv/winsys: remove the max IBs per submit limit for the sysmem path
Samuel Pitoiset
2018-11-19
1
-17
/
+29
*
radv/winsys: remove the max IBs per submit limit for the fallback path
Samuel Pitoiset
2018-11-19
1
-48
/
+55
*
etnaviv: use dummy RT buffer when rendering without color buffer
Lucas Stach
2018-11-19
3
-2
/
+19
*
virgl: fix vtest regression since fencing changes.
Dave Airlie
2018-11-19
1
-0
/
+1
*
radv: always clear the FCE predicate after DCC/FMASK/CMASK decompressions
Samuel Pitoiset
2018-11-19
1
-5
/
+8
*
radv: tidy up radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2018-11-19
5
-15
/
+14
*
radeonsi: fix an out-of-bounds read reported by ASAN
Nicolai Hähnle
2018-11-19
1
-0
/
+4
*
r600: Only set context streamout strides info from the shader that has outputs
Gert Wollny
2018-11-19
1
-3
/
+9
*
i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONS
Gert Wollny
2018-11-19
1
-1
/
+1
*
virgl: Use file descriptor instead of un-allocated object
Gert Wollny
2018-11-19
1
-1
/
+1
*
i965: Add support for and expose EXT_texture_sRGB_R8
Gert Wollny
2018-11-19
2
-0
/
+2
*
i965: Force zero swizzles for unused components in GL_RED and GL_RG
Gert Wollny
2018-11-19
1
-0
/
+4
*
i965: be more specific about FBO completeness errors
Gert Wollny
2018-11-19
1
-19
/
+23
*
i965: Correct L8_UNORM_SRGB table entry
Gert Wollny
2018-11-19
1
-1
/
+1
*
virgl: Clean up fences commit
Robert Foss
2018-11-18
4
-4
/
+1
[prev]
[next]