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
/
drivers
/
dri
/
nouveau
/
nouveau_vbo_t.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
1
-19
/
+19
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
1
-2
/
+2
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
1
-2
/
+2
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
1
-4
/
+7
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-1
/
+20
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-33
/
+48
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
1
-4
/
+4
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-2
/
+12
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-16
/
+16
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-2
/
+5
*
tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
Iago Toral Quiroga
2014-04-08
1
-3
/
+3
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-5
/
+8
*
nouveau: include glformats.h to get missing prototype
Brian Paul
2012-07-24
1
-0
/
+1
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-5
/
+4
*
nouveau/vieux: switch to libdrm_nouveau-2.0
Ben Skeggs
2012-04-14
1
-13
/
+34
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+2
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-5
/
+10
*
dri/nouveau: Fix typo.
Francisco Jerez
2010-11-15
1
-1
/
+0
*
dri/nouveau: Split hardware/software TNL instantiation more cleanly.
Francisco Jerez
2010-11-11
1
-0
/
+41
*
dri/nouveau: Fix type promotion issue on 32bit platforms.
Francisco Jerez
2010-10-31
1
-1
/
+1
*
dri/nouveau: Keep small DYNAMIC_DRAW vertex buffers in system ram.
Francisco Jerez
2010-10-31
1
-6
/
+5
*
dri/nouveau: Optimize VBO binding re-emission.
Francisco Jerez
2010-10-31
1
-18
/
+76
*
dri/nouveau: Split out array handling to its own file.
Francisco Jerez
2010-10-31
1
-74
/
+26
*
dri/nouveau: Use a macro to iterate over the bound vertex attributes.
Francisco Jerez
2010-10-31
1
-64
/
+49
*
dri/nouveau: Split out the scratch helpers to a separate file.
Francisco Jerez
2010-10-31
1
-3
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-13
/
+13
*
nouveau: Get larger push buffers.
Francisco Jerez
2010-10-12
1
-1
/
+1
*
dri/nouveau: Cleanup more references to old FBOs and VBOs.
Francisco Jerez
2010-09-21
1
-0
/
+1
*
dri/nouveau: Random cleanups.
Francisco Jerez
2010-03-21
1
-12
/
+19
*
dri/nouveau: Implement texcoord generation.
Francisco Jerez
2010-03-18
1
-1
/
+3
*
dri/nouveau: Some minor vertex submission fixes.
Francisco Jerez
2010-03-18
1
-10
/
+10
*
dri/nouveau: Split big client buffers in the indexed case too.
Francisco Jerez
2010-03-07
1
-4
/
+3
*
dri/nouveau: Try to keep client buffers smaller than the scratch VBO length.
Francisco Jerez
2010-03-04
1
-0
/
+26
*
dri/nouveau: Pack client arrays as they're copied to the real BO.
Francisco Jerez
2010-03-04
1
-12
/
+32
*
nouveau: fix legacy dri driver build
Johannes Obermayr
2010-02-17
1
-2
/
+2
*
Import a classic DRI driver for nv0x-nv2x.
Francisco Jerez
2010-02-04
1
-0
/
+409