• Home
  • Raw
  • Download

Lines Matching refs:dlist

3415 - dlist: don't handle unmerged draws as merged
3420 - dlist: upload vertices in compile_vertex_list
3421 - dlist: implement vertices deduplication
3436 - vbo/dlist: simplify add_vertex function
3437 - vbo/dlist: apply start_offset after indices construction
3438 - vbo/dlist: move VAO update at the end
3439 - vbo/dlist: use buffer_in_ram_size
3440 - vbo/dlist: use a single buffer object
3441 - vbo/dlist: remove vbo_save_vertex_store::bufferobj
3442 - vbo/dlist: don't store prim_store
3443 - vbo/dlist: use prim_store directly
3444 - vbo/dlist: realloc prims array instead of free/malloc
3445 - vbo/dlist: don't force list compilation if out of prim space
3446 - vbo/dlist: remove vbo_save_context::buffer_ptr
3447 - vbo/dlist: reset vertex_store::used in reset_counters
3448 - vbo/dlist: remove vbo_save_context::buffer_map
3449 - vbo/dlist: realloc vertex stores
3450 - vbo/dlist: remove vbo_save_context::max_vert
3451 - vbo/dlist: limit allocation sizes
3452 - vbo/dlist: don't force list compilation if out of vertex space
3453 - vbo/dlist: rework out of memory
3454 - vbo/dlist: fix max_index_count value
3455 - vbo/dlist: remove vbo_save_copied_vtx
3456 - vbo/dlist: remove vbo_save_context::vert_count
3457 - vbo/dlist: add documentation
3458 - vbo/dlist: remove unused functions
3459 - vbo/dlist: rework buffer sizes
3460 - vbo/dlist: rework primitive store handling
3461 - vbo/dlist: rework vertex_store management
3462 - vbo/dlist: fix indentation in vbo_save_api.c
3463 - vbo/dlist: reallocate the vertex buffer on vertex upgrade
3489 - vbo/dlist: free copied.buffer if no vertices were copied