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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: lift common code out of switch cases
Brian Paul
2018-01-17
2
-18
/
+12
*
vbo: optimize some display list drawing (v2)
Brian Paul
2018-01-17
3
-0
/
+40
*
vbo: rewrite some code in playback_copy_to_current()
Brian Paul
2018-01-17
1
-8
/
+6
*
vbo: add some comments in vbo_save_api.c
Brian Paul
2018-01-17
1
-0
/
+17
*
vbo: rename some functions in vbo_save_api.c
Brian Paul
2018-01-17
1
-37
/
+37
*
vbo: rename some functions in vbo_save_draw.c
Brian Paul
2018-01-17
1
-9
/
+9
*
vbo: add comment that vbo_save_vertex_list::buffer_offset is in bytes
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: minor code simplification in _save_compile_vertex_list()
Brian Paul
2018-01-17
1
-4
/
+5
*
vbo: rename prim to prims
Brian Paul
2018-01-17
3
-47
/
+47
*
vbo: removed unused ctx parameter for alloc_prim_store()
Brian Paul
2018-01-17
1
-4
/
+3
*
vbo: rename vbo_save_context::buffer to buffer_map
Brian Paul
2018-01-17
2
-9
/
+9
*
vbo: remove unused vbo_save_context::count field
Brian Paul
2018-01-17
1
-1
/
+0
*
vbo: s/GLuint/GLbitfield/ for vbo_save_context::replay_flags
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: rename vbo_save_vertex_list::count to vertex_count
Brian Paul
2018-01-17
3
-12
/
+13
*
vbo: rename vbo_save_vertex_store::buffer to buffer_map
Brian Paul
2018-01-17
3
-14
/
+15
*
vbo: rename vbo_save_primitive_store::buffer to prims
Brian Paul
2018-01-17
2
-2
/
+2
*
vbo: whitespace fixes in vbo_save.h
Brian Paul
2018-01-17
1
-15
/
+17
*
vbo: whitespace fixes in vbo_save_draw.c
Brian Paul
2018-01-17
1
-30
/
+31
*
i915: No longer rely on compatability define in intel_bufmgr.h
Rhys Kidd
2018-01-17
1
-1
/
+1
*
st/glsl_to_tgsi: add ARB_get_program_binary support using TGSI
Timothy Arceri
2018-01-17
2
-0
/
+10
*
st/glsl_to_tgsi: add st_get_program_binary_driver_sha1() helper
Timothy Arceri
2018-01-17
2
-0
/
+9
*
st/glsl_to_tgsi: add (de)serialise program helpers
Timothy Arceri
2018-01-17
2
-127
/
+146
*
st/glsl_to_tgsi: stop passing pipe_shader_state to st_store_tgsi_in_disk_cache()
Timothy Arceri
2018-01-17
3
-16
/
+17
*
st/glsl_to_tgsi: store num_tgsi_tokens in st_*_program
Timothy Arceri
2018-01-17
4
-17
/
+34
*
st/glsl_to_nir: disable io lowering to temps for tess
Timothy Arceri
2018-01-17
1
-4
/
+8
*
i965: Enable CCS_E sampling of sRGB textures as UNORM
Jason Ekstrand
2018-01-16
1
-3
/
+2
*
i965/draw: Do resolves properly for textures used by TXF
Jason Ekstrand
2018-01-16
1
-0
/
+41
*
i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usage
Jason Ekstrand
2018-01-16
1
-13
/
+15
*
Re-enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2018-01-16
2
-42
/
+25
*
i965: Track format and aux usage in the render cache
Jason Ekstrand
2018-01-16
5
-27
/
+92
*
i965: Call brw_cache_flush_for_render in predraw_resolve_framebuffer
Jason Ekstrand
2018-01-16
1
-0
/
+2
*
i965/gen6-7/sol: Bump primitive counter BO size.
Francisco Jerez
2018-01-16
1
-2
/
+3
*
i965/gen6-7/sol: Keep independent counters for the current and previous begin...
Francisco Jerez
2018-01-16
3
-27
/
+36
*
i965/gen6-7/sol: Restructure primitive counter into a separate type.
Francisco Jerez
2018-01-16
3
-39
/
+58
*
st/mesa: enable ARB_enhanced_layouts on nir drivers
Timothy Arceri
2018-01-17
1
-3
/
+1
*
mesa: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
2
-2
/
+2
*
radeon: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
3
-3
/
+3
*
osmesa: don't check SmoothFlag twice
Grazvydas Ignotas
2018-01-17
1
-1
/
+0
*
Revert "i965: Enable flush control"
Adam Jackson
2018-01-15
2
-21
/
+1
*
mesa: require at least 14 UBOs for GL 4.3
Roland Scheidegger
2018-01-12
1
-0
/
+1
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
3
-8
/
+9
*
meson: don't use intermediate variables that are immediately discarded
Dylan Baker
2018-01-11
1
-2
/
+1
*
meson: Use consistent style for tests
Dylan Baker
2018-01-11
1
-1
/
+3
*
meson: Use consistent style
Dylan Baker
2018-01-11
2
-13
/
+21
*
dri_util: remove ALLOW_RGB10_CONFIGS option (v2)
Marek Olšák
2018-01-10
2
-5
/
+2
*
i965/nir: lower TES PatchVerticesIn to a constant when a TCS is present
Iago Toral Quiroga
2018-01-10
1
-4
/
+22
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
2
-4
/
+0
*
i965: lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
1
-0
/
+8
*
i965/nir: add a helper to lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
1
-0
/
+25
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-01-09
1
-0
/
+1
[next]