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_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-1
/
+1
*
mesa/st: remove always-false state
Erik Faye-Lund
2019-04-29
1
-6
/
+0
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
1
-0
/
+1
*
st/mesa: allow glDrawElements to work with GL_SELECT feedback
Ilia Mirkin
2018-12-26
1
-0
/
+2
*
android: st/mesa: fix building error due to sched_getcpu()
Mauro Rossi
2018-12-01
1
-1
/
+1
*
st/mesa: regularly re-pin driver threads to the CCX where the app thread is
Marek Olšák
2018-11-20
1
-0
/
+32
*
st/mesa: notify u_vbuf/driver that draw index bounds are unknown for indirect
Marek Olšák
2018-07-18
1
-0
/
+1
*
mesa/st: draw_vbo: initialize restart_index too
Gert Wollny
2018-07-05
1
-0
/
+1
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
1
-9
/
+1
*
st/mesa: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
1
-8
/
+0
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
st/mesa: don't draw if the bound element array buffer is not allocated
Marek Olšák
2018-04-02
1
-0
/
+7
*
gallium: Push down the gl_vertex_array inputs into gallium.
Mathias Fröhlich
2018-03-31
1
-5
/
+11
*
st/mesa: rename some vars related to indirect draw count
Brian Paul
2018-02-08
1
-6
/
+7
*
st/mesa: skip draw calls with pipe_draw_info::count == 0
Marek Olšák
2017-09-07
1
-1
/
+6
*
st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo
Marek Olšák
2017-05-18
1
-0
/
+1
*
st/mesa: move the logic of all_varyings_in_vbos into st_update_array
Marek Olšák
2017-05-10
1
-24
/
+4
*
st/mesa: unify common code in st_draw_vbo functions
Marek Olšák
2017-05-10
1
-27
/
+21
*
st/mesa: make st_draw_vbo static
Marek Olšák
2017-05-10
1
-1
/
+1
*
st/mesa: don't call util_draw_init_info in st_draw_vbo
Marek Olšák
2017-05-10
1
-2
/
+8
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-45
/
+32
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-8
/
+11
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-3
/
+3
*
st/mesa: use min_index and max_index directly from vbo
Marek Olšák
2017-04-28
1
-7
/
+2
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-10
/
+8
*
st/mesa: check in advance in st_draw_vbo whether the bitmap cache is empty
Marek Olšák
2017-04-20
1
-1
/
+3
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-20
1
-0
/
+2
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-10
/
+2
*
st/mesa: assume all drivers support user index buffers
Marek Olšák
2017-02-25
1
-37
/
+13
*
st/mesa: use the common uploader (v2)
Marek Olšák
2017-02-14
1
-6
/
+7
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-2
/
+2
*
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
2016-10-24
1
-17
/
+28
*
st/mesa: only set primitive_restart when the restart index is in range
Nicolai Hähnle
2016-10-20
1
-2
/
+13
*
state_tracker: Initialize the draw context only when needed.
Eric Anholt
2016-08-04
1
-8
/
+23
*
st/mesa: remove excessive shader state dirtying
Marek Olšák
2016-07-30
1
-2
/
+4
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-2
/
+2
*
st/mesa: invalidate readpixels cache
Nicolai Hähnle
2016-06-21
1
-0
/
+1
*
mesa: remove initialized field from uniform storage
Timothy Arceri
2016-03-29
1
-37
/
+0
*
st/mesa: remove ST_NEW_MESA flag (v2)
Marek Olšák
2016-03-11
1
-2
/
+2
*
st/mesa: consolidate quad drawing code
Brian Paul
2016-02-16
1
-0
/
+90
*
st/mesa: include u_draw.h, not u_draw_quad.h in st_draw.c
Brian Paul
2016-02-16
1
-1
/
+1
*
st/mesa: add a second pipeline for compute
Samuel Pitoiset
2016-02-13
1
-2
/
+2
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
st/mesa: add support for new mesa indirect draw interface
Ilia Mirkin
2016-01-07
1
-9
/
+81
*
st/mesa: move bitmap cache flushing out of state validation
Brian Paul
2016-01-06
1
-0
/
+3
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
st/mesa: add GL_ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
st/mesa: clean up #includes in st_draw.c
Brian Paul
2015-10-01
1
-2
/
+2
*
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
2015-09-03
1
-3
/
+4
*
st/mesa: implement DrawTransformFeedbackStream
Marek Olšák
2015-08-06
1
-1
/
+1
[next]