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
*
gallium/u_tests: fix ifdef for sync_file fences
George Kyriazis
2017-10-03
1
-1
/
+1
*
util: include stdlib.h in u_string.h to silence MinGW warning
Brian Paul
2017-10-03
1
-0
/
+1
*
intel: Always set Cube Face Enables for all surfaces.
Kenneth Graunke
2017-10-03
1
-8
/
+6
*
intel: Make Cube Face Enable fields consistent across generations.
Kenneth Graunke
2017-10-03
7
-10
/
+36
*
build: Remove HAVE_DLOPEN
Matt Turner
2017-10-02
1
-4
/
+0
*
mesa: Delete now unused dlopen.h
Matt Turner
2017-10-02
3
-99
/
+0
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
8
-15
/
+0
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
14
-98
/
+5
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
14
-110
/
+3
*
mesa/st: Drop has_lib_dxtc argument from st_init_extensions()
Matt Turner
2017-10-02
4
-11
/
+4
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
15
-95
/
+19
*
mesa: Drop function pointer checks in s3tc code
Matt Turner
2017-10-02
1
-133
/
+60
*
mesa: Call DXTn functions directly
Matt Turner
2017-10-02
1
-92
/
+25
*
mesa: Remove fprintf referring to libdxtn
Matt Turner
2017-10-02
1
-1
/
+1
*
mesa: Remove prototypes and mark S3TC functions static
Matt Turner
2017-10-02
1
-18
/
+5
*
mesa: Remove commented-out DXTn fetch code
Matt Turner
2017-10-02
1
-80
/
+0
*
mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.h
Matt Turner
2017-10-02
5
-306
/
+245
*
mesa: Import libtxc_dxtn sources
Matt Turner
2017-10-02
4
-0
/
+1144
*
anv: Remove unreachable cases from isl_format_for_size()
Józef Kucia
2017-10-03
1
-2
/
+0
*
anv: Fix vkCmdFillBuffer()
Józef Kucia
2017-10-03
1
-2
/
+2
*
st/mesa: don't use pipe_surface for passing information about EGLImage
Marek Olšák
2017-10-03
1
-46
/
+50
*
gallium/u_tests: test sync_file fences
Marek Olšák
2017-10-03
1
-0
/
+101
*
i965: Implement ARB_indirect_parameters.
Plamena Manolova
2017-10-02
4
-1
/
+124
*
i965: Refactor brw_try_draw_prims.
Plamena Manolova
2017-10-02
1
-117
/
+119
*
i965: Indroduce brw_finish_drawing.
Plamena Manolova
2017-10-02
1
-7
/
+14
*
i965: Introduce brw_prepare_drawing.
Plamena Manolova
2017-10-02
1
-19
/
+27
*
glsl: Remove spurious assertions
Ian Romanick
2017-10-02
1
-2
/
+0
*
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
[next]