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
/
state_tracker
/
st_atom_array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-1
/
+1
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
1
-14
/
+12
*
st/mesa: try to fix MSVC build failure due to ALWAYS_INLINE
Marek Olšák
2020-02-18
1
-1
/
+4
*
st/mesa: simplify releasing the current attrib buffer
Marek Olšák
2020-02-14
1
-9
/
+13
*
st/mesa: make st_setup_current static
Marek Olšák
2020-02-14
1
-1
/
+1
*
st/mesa: change some loops from while to do..while in st_atom_array.c
Marek Olšák
2020-02-14
1
-4
/
+4
*
st/mesa: simplify determination whether a draw needs min/max index
Marek Olšák
2020-02-14
1
-5
/
+2
*
st/mesa: simplify determination whether a draw has user vertex buffers
Marek Olšák
2020-02-14
1
-3
/
+4
*
st/mesa: always inline the code setting non-64bit vertex elements
Marek Olšák
2020-02-14
1
-46
/
+63
*
mesa: translate into gallium vertex formats in mesa/main
Marek Olšák
2020-02-14
1
-261
/
+2
*
st/mesa: optimize st_update_array with ALWAYSINLINE
Marek Olšák
2020-02-11
1
-2
/
+8
*
mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handling
Marek Olšák
2020-02-11
1
-12
/
+1
*
gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)
Marek Olšák
2020-01-08
1
-22
/
+19
*
st/mesa: remove struct st_vp_variant in favor of st_common_variant
Marek Olšák
2019-12-09
1
-4
/
+4
*
st/mesa: remove st_vp_variant::num_inputs
Marek Olšák
2019-12-09
1
-1
/
+1
*
st/mesa: subclass st_vertex_program for VP-specific members
Marek Olšák
2019-11-19
1
-7
/
+5
*
st/mesa: rename st_common_program to st_program
Marek Olšák
2019-11-19
1
-6
/
+6
*
st/mesa: trivially merge st_vertex_program into st_common_program
Marek Olšák
2019-11-19
1
-6
/
+6
*
st/mesa: verify that vertex buffer offset isn't negative
Pierre-Eric Pelloux-Prayer
2019-07-15
1
-0
/
+12
*
mesa/st: remove always-false state
Erik Faye-Lund
2019-04-29
1
-3
/
+0
*
mesa/st: accept NULL and empty buffer objects
Erik Faye-Lund
2019-04-29
1
-7
/
+2
*
mesa/st: remove impossible error-check
Erik Faye-Lund
2019-04-29
1
-2
/
+0
*
st/mesa: always unmap the uploader in st_atom_array.c
Marek Olšák
2019-02-20
1
-8
/
+6
*
mesa/st: Make st_pipe_vertex_format static.
Mathias Fröhlich
2018-11-26
1
-1
/
+1
*
mesa/st: Use binding information from the VAO in feedback rendering.
Mathias Fröhlich
2018-11-26
1
-0
/
+30
*
mesa/st: Factor out array and buffer setup from st_atom_array.c.
Mathias Fröhlich
2018-11-26
1
-22
/
+57
*
mesa/st: Only unmap the uploader that was actually used.
Mathias Fröhlich
2018-11-26
1
-1
/
+2
*
mesa/st: Only care about the uploader if it was used.
Mathias Fröhlich
2018-11-26
1
-3
/
+3
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-14
/
+14
*
st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
Marek Olšák
2018-05-29
1
-1
/
+2
*
st/mesa: Use Array._DrawVAO in st_atom_array.c.
Mathias Fröhlich
2018-05-10
1
-325
/
+108
*
gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.
Mathias Fröhlich
2018-03-12
1
-16
/
+9
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-43
/
+72
*
st/mesa: unmap the stream_uploader buffer before drawing
Brian Paul
2017-06-13
1
-0
/
+4
*
st/mesa: move the logic of all_varyings_in_vbos into st_update_array
Marek Olšák
2017-05-10
1
-0
/
+7
*
st/mesa: upload zero-stride vertex attributes here
Marek Olšák
2017-05-10
1
-16
/
+45
*
st/mesa: simplify the signature of get_client_array
Marek Olšák
2017-05-10
1
-10
/
+8
*
st/mesa: remove vpv->num_inputs dereferences in st_update_array
Marek Olšák
2017-05-10
1
-20
/
+20
*
st/mesa: fold error handling into setup_(non_)interleaved_attribs
Marek Olšák
2017-05-10
1
-18
/
+10
*
st/mesa: fold cso calls into setup_(non_)interleaved_attribs
Marek Olšák
2017-05-10
1
-46
/
+45
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-10
/
+10
*
st/mesa: remove unused st parameter in init_velement_lowered
Marek Olšák
2017-05-08
1
-4
/
+3
*
st/mesa: use PIPE_MAX_ATTRIBS as the max number of vertex buffers
Marek Olšák
2017-05-08
1
-1
/
+1
*
st/mesa: remove struct st_tracked_state
Marek Olšák
2017-05-08
1
-6
/
+1
*
st/mesa: use one big translation table in st_pipe_vertex_format
Marek Olšák
2017-04-20
1
-242
/
+228
*
mesa/extensions: expose OES_vertex_half_float for ES2
Kevin Strasser
2016-11-09
1
-2
/
+5
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-11
/
+11
*
st/mesa: fix vertex elements setup for doubles
Nicolai Hähnle
2016-10-13
1
-48
/
+50
*
mesa/st: use llabs instead of abs for long args (v2)
Francesco Ansanelli
2016-08-17
1
-1
/
+1
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-4
/
+0
[next]