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
...
*
glsl: Move 'foo = foo;' optimization to opt_dead_code_local
Ian Romanick
2017-10-02
2
-12
/
+18
*
glsl/ast: Use logical-or instead of conditional assignment to set fallthru_var
Ian Romanick
2017-10-02
1
-4
/
+4
*
glsl/ast: Generate a more compact expression to disable execution of default ...
Ian Romanick
2017-10-02
1
-21
/
+10
*
glsl/ast: Explicitly track the set of case labels that occur after default
Ian Romanick
2017-10-02
1
-22
/
+49
*
glsl/ast: Convert ast_case_label::hir to ir_builder
Ian Romanick
2017-10-02
1
-24
/
+11
*
glsl/ast: Use ir_binop_equal instead of ir_binop_all_equal
Ian Romanick
2017-10-02
1
-15
/
+24
*
glsl/ast: Stop processing a switch-statement after an error in the init-expre...
Ian Romanick
2017-10-02
1
-0
/
+1
*
glsl: Don't pass NULL to ir_assignment constructor when not necessary
Ian Romanick
2017-10-02
8
-35
/
+27
*
glsl: Convert lower_variable_index_to_cond_assign to ir_builder
Ian Romanick
2017-10-02
3
-105
/
+65
*
glsl: Fix coding standards issues in lower_variable_index_to_cond_assign
Ian Romanick
2017-10-02
1
-78
/
+76
*
glsl: Convert lower_vec_index_to_cond_assign to using ir_builder
Ian Romanick
2017-10-02
1
-39
/
+17
*
glsl: Return ir_variable from compare_index_block
Ian Romanick
2017-10-02
3
-16
/
+20
*
glsl: Fix coding standards issues in lower_vec_index_to_cond_assign
Ian Romanick
2017-10-02
1
-16
/
+12
*
glsl: Fix coding standards issues in lower_if_to_cond_assign
Ian Romanick
2017-10-02
1
-48
/
+47
*
nir/spirv: Allow loop breaks in a switch body.
Bas Nieuwenhuizen
2017-10-02
1
-1
/
+1
*
freedreno/a5xx: fix missing restore state
Rob Clark
2017-10-02
1
-0
/
+3
*
radv: make radv_dynamic_state_copy() static
Samuel Pitoiset
2017-10-02
2
-5
/
+1
*
wayland-egl: rework and simplify wl_egl_window initialization
Emil Velikov
2017-10-02
1
-10
/
+16
*
wayland-egl: move WL_EGL_EXPORT declaration to where it's used
Emil Velikov
2017-10-02
2
-7
/
+7
*
wayland-egl: use C99 comments
Emil Velikov
2017-10-02
1
-3
/
+3
*
wayland-egl: remove no longer needed wayland-client dependency
Emil Velikov
2017-10-02
3
-4
/
+1
*
wayland-egl: add stdint.h include for intptr_t
Emil Velikov
2017-10-02
1
-0
/
+1
*
wayland-egl: forward declare struct wl_surface
Emil Velikov
2017-10-02
1
-0
/
+2
*
wayland-egl: rename wayland-egl-{priv,backend}.h
Emil Velikov
2017-10-02
5
-5
/
+5
*
egl/dri: link directly to libglapi.so
Emil Velikov
2017-10-02
5
-40
/
+10
*
swr/rast: do not crash on NULL strings returned by getenv
Emil Velikov
2017-10-02
1
-1
/
+2
*
freedreno/a5xx: align height to GMEM
Rob Clark
2017-10-02
1
-1
/
+5
*
radeonsi: adjust clip discard based on line width / point size
Nicolai Hähnle
2017-10-02
3
-11
/
+27
*
radeonsi: remove si_context::{scissor_enabled,clip_halfz}
Nicolai Hähnle
2017-10-02
3
-26
/
+24
*
radeonsi: simplify the signature of si_update_vs_writes_viewport_index
Nicolai Hähnle
2017-10-02
3
-7
/
+6
*
radeonsi: move current_rast_prim into si_context
Nicolai Hähnle
2017-10-02
6
-15
/
+11
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
10
-182
/
+184
*
radeonsi: remove si_apply_scissor_bug_workaround
Nicolai Hähnle
2017-10-02
2
-19
/
+0
*
radeonsi: move r600_viewport.c to si_viewport.c
Nicolai Hähnle
2017-10-02
3
-2
/
+2
*
radeonsi: fix maximum advertised point size / line width
Nicolai Hähnle
2017-10-02
2
-8
/
+3
*
radeonsi: deduce rast_prim correctly for tessellation point mode
Nicolai Hähnle
2017-10-02
1
-3
/
+6
*
radeonsi: don't discard points and lines
Nicolai Hähnle
2017-10-02
2
-2
/
+26
*
radeonsi: move current_rast_prim to r600_common_context
Nicolai Hähnle
2017-10-02
5
-9
/
+13
*
st/mesa: use R10G10B10X2 format where applicable
Nicolai Hähnle
2017-10-02
1
-3
/
+8
*
gallium: add PIPE_FORMAT_R10G10B10X2_UNORM
Nicolai Hähnle
2017-10-02
4
-0
/
+10
*
mesa/main: R10G10B10_(A2) formats are not color renderable in ES
Nicolai Hähnle
2017-10-02
1
-2
/
+5
*
mesa/main: select the R10G10B10X2_UNORM internal format based on data type
Nicolai Hähnle
2017-10-02
1
-1
/
+3
*
glsl: do not set the 'smooth' qualifier by default on ES shaders
Nicolai Hähnle
2017-10-02
3
-13
/
+23
*
freedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Rob Clark
2017-10-02
2
-4
/
+5
*
egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logic
Eric Engestrom
2017-10-02
1
-8
/
+4
*
radeonsi: fix a regression in integer cube map handling
Nicolai Hähnle
2017-10-02
1
-8
/
+26
*
amd/common: move ac_build_phi from radeonsi
Nicolai Hähnle
2017-10-02
3
-17
/
+22
*
radv: remove unused radv_meta_state::btoi::render_pass handle
Samuel Pitoiset
2017-10-02
1
-1
/
+0
*
radv: do not check the number of levels when doing fast htile
Samuel Pitoiset
2017-10-02
1
-3
/
+0
*
radv: cleanup radv_device_finish_meta_XXX() helpers
Samuel Pitoiset
2017-10-02
8
-219
/
+136
[prev]
[next]