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
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
7
-155
/
+5
*
glsl: couple shader_enums cleanups
Rob Clark
2015-10-16
1
-5
/
+0
*
st/mesa: fix incorrect pointer type arguments in st_new_program()
Brian Paul
2015-10-16
1
-5
/
+5
*
Revert "mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()"
Brian Paul
2015-10-16
1
-0
/
+1
*
mesa: Set api prefix to version string when overriding version
Tapani Pälli
2015-10-16
1
-1
/
+18
*
i965/vec4: Use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
i965/fs: use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
nir/prog: Don't double-insert the fog-coord variable
Jason Ekstrand
2015-10-15
1
-3
/
+2
*
nir: Add helpers for creating variables and adding them to lists
Jason Ekstrand
2015-10-15
1
-12
/
+7
*
nir/prog: Use nir_foreach_variable
Jason Ekstrand
2015-10-15
1
-1
/
+1
*
mesa: wrap a ridiculously long line in es1_conversion.c
Brian Paul
2015-10-15
1
-1
/
+19
*
mesa: add num_buffers() helper in blend.c
Brian Paul
2015-10-15
1
-15
/
+22
*
mesa: optimize _UsesDualSrc blend flag setting
Brian Paul
2015-10-15
1
-1
/
+6
*
mesa: fix incorrect error string in _mesa_BlendEquationiARB()
Brian Paul
2015-10-15
1
-1
/
+1
*
mesa: move validate_blend_factors() call after no-change check
Brian Paul
2015-10-15
1
-6
/
+6
*
mesa: optimize no-change check in _mesa_BlendEquationSeparate()
Brian Paul
2015-10-15
1
-15
/
+26
*
mesa: optimize no-change check in _mesa_BlendEquation()
Brian Paul
2015-10-15
1
-12
/
+23
*
mesa: optimize no-change check in _mesa_BlendFuncSeparate()
Brian Paul
2015-10-15
1
-15
/
+28
*
mesa: short-cut new_state == _NEW_LINE in _mesa_update_state_locked()
Brian Paul
2015-10-15
1
-1
/
+5
*
mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
Brian Paul
2015-10-15
1
-1
/
+0
*
mesa: android: Fix the incorrect path of sse_minmax.c
Chih-Wei Huang
2015-10-15
1
-1
/
+1
*
i965: android: add the i965_compile_FILES sources to the driver
Mauro Rossi
2015-10-15
1
-0
/
+1
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
10
-67
/
+68
*
i965: add arrays of arrays support for varyings
Timothy Arceri
2015-10-15
2
-5
/
+3
*
i965: Don't hardcode FS in "validation failed!" message.
Kenneth Graunke
2015-10-14
1
-1
/
+1
*
i965/fs: Ignore compute shaders in brw_nir_lower_inputs
Jordan Justen
2015-10-14
1
-0
/
+4
*
i965/fs: Simplify FS in brw_nir_lower_inputs to only support scalar mode
Jordan Justen
2015-10-14
1
-1
/
+2
*
mesa: remove unused functions in program.c
Brian Paul
2015-10-14
1
-51
/
+0
*
mesa: minor indentation fix in _mesa_BindTextureUnit()
Brian Paul
2015-10-14
1
-1
/
+1
*
mesa: remove unused texUnit local in _mesa_BindTextureUnit()
Brian Paul
2015-10-14
1
-7
/
+0
*
st/fbo: use pipe_surface_release instead of pipe_surface_reference
Krzysztof Sobiecki
2015-10-14
1
-1
/
+1
*
glsl: calculate TOP_LEVEL_ARRAY_SIZE and STRIDE when adding resources
Tapani Pälli
2015-10-14
1
-242
/
+2
*
i965: Adapt SSBOs to work with their own separate index space
Iago Toral Quiroga
2015-10-14
5
-69
/
+71
*
mesa: Add {Num}UniformBlocks and {Num}ShaderStorageBlocks to gl_shader{_program}
Iago Toral Quiroga
2015-10-14
1
-1
/
+48
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
9
-26
/
+26
*
nir: split SSBO min/max atomic instrinsics into signed/unsigned versions
Iago Toral Quiroga
2015-10-14
2
-21
/
+21
*
i965/vec4: fix indentation in vec4_visitor::calculate_live_intervals
Iago Toral Quiroga
2015-10-14
1
-8
/
+8
*
i965/fs: Fix indentation in fs_live_variables::compute_start_end
Iago Toral Quiroga
2015-10-14
1
-9
/
+8
*
mesa: clean up comments for gl_current_attrib struct
Brian Paul
2015-10-13
1
-7
/
+5
*
vbo: make void vbo_exec_BeginVertices() static
Brian Paul
2015-10-13
2
-21
/
+20
*
vbo: document vbo_exec_context fields
Brian Paul
2015-10-13
1
-7
/
+8
*
vbo: minor clean-ups for vbo_exec_fixup_vertex()
Brian Paul
2015-10-13
1
-2
/
+5
*
vbo: add assertion in ATTR_UNION macro
Brian Paul
2015-10-13
1
-0
/
+3
*
vbo: add comments, braces in ATTR_UNION() in vbo_exec_api.c
Brian Paul
2015-10-13
1
-2
/
+12
*
vbo: fix whitespace in vbo_exec_draw.c
Brian Paul
2015-10-13
1
-13
/
+12
*
vbo: move 'tmp' var initialization
Brian Paul
2015-10-13
1
-1
/
+2
*
vbo: improve fprintf() formatting
Brian Paul
2015-10-13
1
-1
/
+1
*
vbo: simplify vertex array initializations in vbo_context.c
Brian Paul
2015-10-13
1
-52
/
+43
*
vbo: get rid of needless NR_MAT_ATTRIBS constant
Brian Paul
2015-10-13
1
-6
/
+3
*
vbo: fix incorrect switch statement in init_mat_currval()
Brian Paul
2015-10-13
1
-1
/
+1
[next]