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
*
i965: isl: Move the MCS gen7+ assertion into ISL
Nanley Chery
2018-05-18
1
-2
/
+0
*
i965/miptree: Remove format assertion in alloc_aux
Nanley Chery
2018-05-18
1
-5
/
+0
*
i965/miptree: Simplify the switch in supports_ccs
Nanley Chery
2018-05-18
1
-5
/
+1
*
i965: Make get_ccs_surf succeed in alloc_aux
Nanley Chery
2018-05-18
2
-10
/
+11
*
st/mesa: only define GLSL 1.4 for compat if driver supports it
Christian Gmeiner
2018-05-18
1
-1
/
+1
*
vbo: remove MaxVertexAttribStride assert check.
Dave Airlie
2018-05-18
1
-1
/
+0
*
mesa: drop GL_EXT_polygon_offset support
Timothy Arceri
2018-05-18
6
-25
/
+0
*
mesa: The glArrayElement api is independent of the current program.
Mathias Fröhlich
2018-05-17
2
-2
/
+2
*
mesa: Flag _NEW_ARRAY only if we are changing ctx->Array.VAO.
Mathias Fröhlich
2018-05-17
1
-6
/
+14
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
9
-57
/
+51
*
mesa: Remove FLUSH_VERTICES from VAO state changes.
Mathias Fröhlich
2018-05-17
1
-59
/
+6
*
i965/blorp: Disable BLORP clear color updates
Nanley Chery
2018-05-17
1
-2
/
+4
*
i965/blorp: Also skip the fast clear if the clear color differs
Nanley Chery
2018-05-17
1
-4
/
+3
*
i965/clear: Drop a stale comment in fast_clear_depth
Nanley Chery
2018-05-17
1
-4
/
+0
*
i965: Update the indirect buffer in set_clear_color
Nanley Chery
2018-05-17
2
-37
/
+13
*
i965/clear: Remove an early return in fast_clear_depth
Nanley Chery
2018-05-17
1
-5
/
+0
*
i965: Use set_clear_color for depth miptrees
Nanley Chery
2018-05-17
3
-19
/
+2
*
Revert "i965: Make the miptree clear color setter take a gl_color_union"
Nanley Chery
2018-05-17
3
-7
/
+6
*
i965/miptree: Unify aux buffer allocation
Nanley Chery
2018-05-17
2
-142
/
+82
*
i965: Prepare to delete intel_miptree_alloc_ccs()
Nanley Chery
2018-05-17
3
-15
/
+16
*
i965/miptree: Drop the mt param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-5
/
+4
*
i965/miptree: Drop the alloc_flags param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-15
/
+14
*
i965/miptree: Drop the name param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-5
/
+4
*
i965/miptree: Initialize the indirect clear color to zero
Nanley Chery
2018-05-17
1
-11
/
+22
*
i965/miptree: Add and use a memset option in alloc_aux_buffer
Nanley Chery
2018-05-17
1
-37
/
+31
*
i965/miptree: Zero-initialize CCS_D buffers
Nanley Chery
2018-05-17
1
-6
/
+4
*
i965/miptree: Fix handling of uninitialized MCS buffers
Nanley Chery
2018-05-17
1
-7
/
+7
*
mesa: add glUniform*ui{v} support to display lists
Timothy Arceri
2018-05-17
1
-33
/
+17
*
mesa: cast the GLenum16 to GLint to avoid compile warning on android
jenny.q.cao
2018-05-16
1
-1
/
+1
*
mesa/st: handle vert_attrib_mask in nir case too
Rob Clark
2018-05-15
1
-7
/
+7
*
android: change include "cutils/log.h" to "log/log.h" on Android API >=26
jenny.q.cao
2018-05-14
1
-0
/
+4
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
5
-28
/
+7
*
scons: Add PROGRAM_NIR_FILES.
Vinson Lee
2018-05-12
1
-0
/
+1
*
st/nir: use NIR for asm programs
Timothy Arceri
2018-05-12
1
-7
/
+58
*
st/nir: make st_nir_opts() available externally
Timothy Arceri
2018-05-12
2
-1
/
+3
*
mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT
Brian Paul
2018-05-10
1
-2
/
+2
*
mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs
Brian Paul
2018-05-10
2
-13
/
+84
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
16
-203
/
+199
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
7
-31
/
+8
*
i965: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
2
-11
/
+0
*
i965: Remove the gl_vertex_array indirection.
Mathias Fröhlich
2018-05-10
4
-40
/
+31
*
i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO.
Mathias Fröhlich
2018-05-10
1
-15
/
+2
*
st/mesa: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
4
-44
/
+2
*
st/mesa: Make feedback draw and rasterpos use _DrawVAO.
Mathias Fröhlich
2018-05-10
2
-65
/
+24
*
st/mesa: Use Array._DrawVAO in st_atom_array.c.
Mathias Fröhlich
2018-05-10
1
-325
/
+108
*
st/mesa: Make the input_to_index array available.
Mathias Fröhlich
2018-05-10
3
-5
/
+21
*
st/mesa: Use _DrawVAO for edgeflag enabled check.
Mathias Fröhlich
2018-05-10
1
-7
/
+4
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
8
-7
/
+682
*
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
2018-05-09
1
-1
/
+2
*
main: fail texture_storage() call if the size is not okay
Xiong, James
2018-05-10
1
-0
/
+1
[next]