summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker1-578/+0
2020-11-18mesa: add primitive restart state to Driver.Draw parametersMarek Olšák1-2/+4
2020-11-18mesa: clean up Driver.Draw parameter typesMarek Olšák1-4/+4
2020-11-18mesa: add Driver.DrawTransformFeedbackMarek Olšák1-3/+1
2020-07-04nouveau: fix pointer-sign warningTimothy Arceri1-1/+1
2020-04-13tnl: Silence unused parameter warnings in _tnl_draw_primsIan Romanick1-17/+8
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák1-2/+2
2020-04-06mesa: don't ever set NullBufferObj in gl_vertex_array_bindingMarek Olšák1-1/+6
2020-03-04mesa: remove _mesa_index_buffer::index_size in favor of index_size_shiftMarek Olšák1-2/+2
2020-02-28mesa: move num_instances and base_instance out of _mesa_primMarek Olšák1-4/+13
2020-02-28mesa: remove unused "indirect" parameter from Driver.DrawMarek Olšák1-11/+7
2020-02-11vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák1-1/+0
2018-11-21mesa: Factor out struct gl_vertex_format.Mathias Fröhlich1-5/+5
2018-11-21nouveau: Use gl_array_attribute::_ElementSize.Mathias Fröhlich1-1/+1
2018-05-10mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich1-19/+19
2018-05-10mesa: Remove Array._DrawArrays.Mathias Fröhlich1-2/+2
2018-03-31vbo: Move vbo_split into the tnl module.Mathias Fröhlich1-2/+2
2018-03-31vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich1-4/+7
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich1-1/+20
2018-03-10mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich1-33/+48
2018-02-01mesa: Use defines for the aliased material array attributes.Mathias Fröhlich1-4/+4
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák1-2/+12
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-16/+16
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-2/+5
2014-04-08tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga1-3/+3
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller1-5/+8
2012-07-24nouveau: include glformats.h to get missing prototypeBrian Paul1-0/+1
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-5/+4
2012-04-14nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs1-13/+34
2012-01-12vbo: introduce vbo_get_minmax_indices functionYuanhan Liu1-1/+2
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-5/+10
2010-11-15dri/nouveau: Fix typo.Francisco Jerez1-1/+0
2010-11-11dri/nouveau: Split hardware/software TNL instantiation more cleanly.Francisco Jerez1-0/+41
2010-10-31dri/nouveau: Fix type promotion issue on 32bit platforms.Francisco Jerez1-1/+1
2010-10-31dri/nouveau: Keep small DYNAMIC_DRAW vertex buffers in system ram.Francisco Jerez1-6/+5
2010-10-31dri/nouveau: Optimize VBO binding re-emission.Francisco Jerez1-18/+76
2010-10-31dri/nouveau: Split out array handling to its own file.Francisco Jerez1-74/+26
2010-10-31dri/nouveau: Use a macro to iterate over the bound vertex attributes.Francisco Jerez1-64/+49
2010-10-31dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez1-3/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-13/+13
2010-10-12nouveau: Get larger push buffers.Francisco Jerez1-1/+1
2010-09-21dri/nouveau: Cleanup more references to old FBOs and VBOs.Francisco Jerez1-0/+1
2010-03-21dri/nouveau: Random cleanups.Francisco Jerez1-12/+19
2010-03-18dri/nouveau: Implement texcoord generation.Francisco Jerez1-1/+3
2010-03-18dri/nouveau: Some minor vertex submission fixes.Francisco Jerez1-10/+10
2010-03-07dri/nouveau: Split big client buffers in the indexed case too.Francisco Jerez1-4/+3
2010-03-04dri/nouveau: Try to keep client buffers smaller than the scratch VBO length.Francisco Jerez1-0/+26
2010-03-04dri/nouveau: Pack client arrays as they're copied to the real BO.Francisco Jerez1-12/+32
2010-02-17nouveau: fix legacy dri driver buildJohannes Obermayr1-2/+2
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez1-0/+409