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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/shader_cache: restore num_tgsi_tokens when loading from cache
Timothy Arceri
2018-01-27
1
-9
/
+16
*
mesa: remove MESA_FUNCTION
Brian Paul
2018-01-26
2
-4
/
+2
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
15
-30
/
+30
*
mesa: change gl_compile_status enums to uppercase
Brian Paul
2018-01-26
5
-9
/
+9
*
mesa: minor comment reformatting, whitespace fixes in mtypes.h
Brian Paul
2018-01-26
1
-43
/
+54
*
i965/gen10: Use CS Stall instead of WriteImmediate.
cros-mesa-18.1_pre1-r4-vanilla
chadv/cros-mesa-18.1_pre1-r4-vanilla
Rafael Antognolli
2018-01-26
1
-6
/
+4
*
i965/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
3
-0
/
+54
*
mesa: silence MinGW 'may be unused uninitialized' warning in get.c
Brian Paul
2018-01-26
1
-1
/
+1
*
mesa: Fix function pointers initialization in status tracker
Eleni Maria Stea
2018-01-26
1
-2
/
+2
*
nouveau: Remove no-op nvgl_logicop_func function
Ian Romanick
2018-01-26
3
-43
/
+2
*
i915: Silence unused parameter warnings
Ian Romanick
2018-01-26
1
-10
/
+11
*
i915: Make intelEmitCopyBlit static
Ian Romanick
2018-01-26
3
-167
/
+149
*
i965: Make intelEmitCopyBlit static
Ian Romanick
2018-01-26
2
-215
/
+199
*
i915: Use enum color_logic_ops for blits
Ian Romanick
2018-01-26
10
-40
/
+22
*
i965: Use enum color_logic_ops for blits
Ian Romanick
2018-01-26
8
-37
/
+20
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
11
-83
/
+18
*
st/mesa: Use the translated color logic op from the context
Ian Romanick
2018-01-26
1
-47
/
+1
*
i965: Use the translated color logic op from the context
Ian Romanick
2018-01-26
3
-44
/
+1
*
mesa: Also track a remapped version of the color logic op
Ian Romanick
2018-01-26
2
-0
/
+58
*
mesa: whitespace fixes in attrib.c
Brian Paul
2018-01-25
1
-78
/
+77
*
mesa: whitespace fixes in varray.h
Brian Paul
2018-01-25
1
-26
/
+29
*
mesa: include mtypes.h in varray.h
Brian Paul
2018-01-25
1
-3
/
+1
*
mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in comments
Brian Paul
2018-01-25
3
-3
/
+3
*
mesa: simplify _mesa_delete_list() a bit, add some assertions
Brian Paul
2018-01-25
1
-28
/
+11
*
st/mesa: expand glDrawPixels cache to handle multiple images
Brian Paul
2018-01-25
3
-68
/
+153
*
st/mesa: add some debug code in st_choose_format()
Brian Paul
2018-01-25
1
-5
/
+18
*
swrast: remove non-applicable GLX_SWAP_COPY_OML comment
Emil Velikov
2018-01-25
1
-3
/
+0
*
automake: st/mesa/tests: add st_tests_common.h to the tarball
Emil Velikov
2018-01-25
1
-1
/
+2
*
automake: mesa: include vbo_private.h in the tarball
Emil Velikov
2018-01-25
1
-0
/
+1
*
automake: small cleanup after the meson.build inclusion
Emil Velikov
2018-01-25
1
-2
/
+2
*
mesa: add missing RGB9_E5 format in _mesa_base_fbo_format
Juan A. Suarez Romero
2018-01-25
1
-0
/
+3
*
i965: Stop disabling aux during texture preparation
Jason Ekstrand
2018-01-24
3
-12
/
+8
*
i965/draw: Set NEW_AUX_STATE when draw aux changes
Jason Ekstrand
2018-01-24
1
-1
/
+4
*
i965: Replace draw_aux_buffer_disabled with draw_aux_usage
Jason Ekstrand
2018-01-24
4
-35
/
+27
*
i965/surface_state: Drop brw_aux_surface_disabled
Jason Ekstrand
2018-01-24
1
-20
/
+0
*
i965/miptree: Add an aux_disabled parameter to render_aux_usage
Jason Ekstrand
2018-01-24
5
-8
/
+17
*
i965/miptree: Take an aux_usage in prepare/finish_render
Jason Ekstrand
2018-01-24
4
-16
/
+8
*
st/glsl_to_nir: remove reallocation of sampler/image location
Timothy Arceri
2018-01-25
1
-8
/
+0
*
meson: fix missing dependencies
Greg V
2018-01-24
1
-1
/
+1
*
mesa/st/glsl_to_tgsi: remove now unneeded assert.
Gert Wollny
2018-01-24
1
-1
/
+0
*
mesa/st/tests: Add tests for lifetime tracking with indirect addressing
Gert Wollny
2018-01-24
3
-4
/
+189
*
mesa/st/glsl_to_tgsi: Add tracking of indirect addressing registers
Gert Wollny
2018-01-24
1
-34
/
+74
*
mesa/st/tests: Add tests for improved tracking of temporaries
Gert Wollny
2018-01-24
1
-7
/
+486
*
mesa/st/glsl_to_tgsi: Add tracking of ifelse writes in register merging
Gert Wollny
2018-01-24
1
-20
/
+292
*
mesa/st/tests: cleanup whitespace usage and correct some comments
Gert Wollny
2018-01-24
1
-64
/
+63
*
mesa/st/tests: unify MockCodeLine* classes
Gert Wollny
2018-01-24
4
-547
/
+735
*
mesa/st/tests: Fix zero-byte allocation leaks
Gert Wollny
2018-01-24
1
-7
/
+15
*
mesa/st/glsl_to_tgsi: Add some operators for glsl_to_tgsi related classes
Gert Wollny
2018-01-24
3
-88
/
+202
*
mesa/program: Add missing file types to printout
Gert Wollny
2018-01-24
1
-2
/
+14
*
vbo: fix incorrect min/max_index values in display list draw call
Brian Paul
2018-01-24
3
-3
/
+8
[next]