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
*
st/glsl_to_nir: set driver location for bindless images and samplers
Timothy Arceri
2018-03-28
1
-1
/
+2
*
i965: Drop unnecessary bo->align field.
Kenneth Graunke
2018-03-27
3
-10
/
+0
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
14
-26
/
+25
*
i965: Drop alignment parameter from bo_alloc_internal().
Kenneth Graunke
2018-03-27
1
-7
/
+6
*
i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
Kenneth Graunke
2018-03-27
1
-2
/
+2
*
i965: Drop PIPE_CONTROL_NO_WRITE from various calls.
Kenneth Graunke
2018-03-27
4
-11
/
+4
*
st/glsl_to_nir: correctly handle arrays packed across multiple vars
Timothy Arceri
2018-03-28
1
-1
/
+23
*
st/glsl_to_nir: fix driver location for dual-slot packed doubles
Timothy Arceri
2018-03-28
1
-6
/
+16
*
mesa: add GL_HALF_FLOAT as supported type to readpixels
Lin Johnson
2018-03-27
1
-0
/
+2
*
st: Allow accelerated CopyTexImage from RGBA to RGB.
Eric Anholt
2018-03-26
1
-6
/
+26
*
mesa/st/tests: Use tgsi opcode enum also in the test classes
Gert Wollny
2018-03-26
2
-8
/
+8
*
vbo: Make sure the internal VAO's stay within limits.
Mathias Fröhlich
2018-03-23
2
-1
/
+6
*
mesa: Flag early if we modify a SharedAndImmutable VAO.
Mathias Fröhlich
2018-03-23
1
-0
/
+6
*
mesa: When copying a VAO also copy the vertex attribute mode.
Mathias Fröhlich
2018-03-23
1
-0
/
+1
*
st/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_ubos()
Brian Paul
2018-03-23
1
-1
/
+1
*
st/mesa: whitespace/formatting fixes in st_atom_constbuf.c
Brian Paul
2018-03-23
1
-21
/
+36
*
st/mesa: s/unsigned/enum pipe_shader_type/
Brian Paul
2018-03-23
2
-3
/
+5
*
st/mesa,tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
2
-28
/
+29
*
i965: add performance query support on CNL
Lionel Landwerlin
2018-03-22
4
-1
/
+10415
*
i965: perf: add support for new equation operators
Lionel Landwerlin
2018-03-22
1
-0
/
+15
*
i965: perf: query topology
Lionel Landwerlin
2018-03-22
1
-71
/
+110
*
i965/perf: fix config registration when uploading to kernel
Lionel Landwerlin
2018-03-22
1
-1
/
+1
*
intel: Disable fast color clear on icl
Anuj Phogat
2018-03-22
1
-0
/
+5
*
vbo: Remove now duplicate _DrawVAO notification.
Mathias Fröhlich
2018-03-22
1
-5
/
+0
*
vbo: Remove now duplicate _vbo_update_inputs from dlist draw.
Mathias Fröhlich
2018-03-22
1
-3
/
+0
*
vbo: Remove redundant set of DriverFlags.NewArray in vbo_bind_arrays.
Mathias Fröhlich
2018-03-22
1
-1
/
+0
*
vbo: Remove vbo...recalculate_inputs from vbo_exec_invalidate_state.
Mathias Fröhlich
2018-03-22
1
-8
/
+0
*
mesa: A change of gl_vertex_processing_mode needs an array update.
Mathias Fröhlich
2018-03-22
1
-3
/
+17
*
mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.
Mathias Fröhlich
2018-03-22
3
-3
/
+32
*
mesa: Update VAO internal state when setting the _DrawVAO.
Mathias Fröhlich
2018-03-22
3
-8
/
+13
*
vbo: Move vbo_bind_arrays into a dd_driver_functions draw callback.
Mathias Fröhlich
2018-03-22
4
-46
/
+27
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
9
-48
/
+162
*
i965: fix android build
Lionel Landwerlin
2018-03-21
1
-2
/
+5
*
intel/blorp: Fix compiler warning about num_layers.
Eric Anholt
2018-03-20
1
-1
/
+1
*
i965: fix out of tree autotools build
Lionel Landwerlin
2018-03-20
1
-1
/
+4
*
i965: annotate brw_oa.py's --header and --code as required
Emil Velikov
2018-03-20
1
-21
/
+14
*
i965: pipecontrol: add LRI write immediate flag
Lionel Landwerlin
2018-03-20
1
-0
/
+1
*
i965: fix autotools/android build
Lionel Landwerlin
2018-03-20
2
-13
/
+6
*
st/mesa: add compiler/nir/ prefix for nir includes
Emil Velikov
2018-03-20
1
-2
/
+2
*
i965: perf: reduce i965 binary size
Lionel Landwerlin
2018-03-20
6
-221
/
+334
*
i965: perf: fix a counter return type on hsw
Lionel Landwerlin
2018-03-20
1
-1
/
+1
*
mesa: fix leaking ParameterValueOffset
Tapani Pälli
2018-03-20
1
-0
/
+1
*
st/nir: fix atomic lowering for gallium drivers
Timothy Arceri
2018-03-20
2
-2
/
+2
*
st/radeonsi: enable uniform packing in NIR backend
Timothy Arceri
2018-03-20
1
-8
/
+2
*
st: add uniform packing support to lower_uniforms_to_ubo()
Timothy Arceri
2018-03-20
3
-7
/
+14
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+3
*
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
Timothy Arceri
2018-03-20
5
-0
/
+114
*
st: add st_glsl_type_dword_size() helper
Timothy Arceri
2018-03-20
2
-0
/
+44
*
st/glsl_to_nir: add support for packed builtin uniforms
Timothy Arceri
2018-03-20
1
-5
/
+37
*
mesa: add _mesa_add_sized_state_reference() helper
Timothy Arceri
2018-03-20
2
-14
/
+27
[next]