summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_draw.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: remove unused var, remove unneeded local varBrian Paul2011-08-241-4/+1
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-12/+6
* mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-231-2/+1
* mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-231-2/+1
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+1
* mesa: Update _ElementSize.Brian Paul2011-04-071-0/+1
* vbo: rename, document function paramsBrian Paul2011-02-211-5/+5
* vbo: commentsBrian Paul2011-02-211-0/+8
* vbo: replace assert(0) with proper assertionsBrian Paul2011-02-211-5/+2
* vbo: notify a driver that we change buffer offsets, strides, etc.Marek Olšák2011-02-141-0/+1
* vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez2010-11-061-8/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-311-0/+1
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-16/+16
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-8/+8
* vbo: Remove unnecessary header from vbo_exec_draw.c.Vinson Lee2010-01-121-1/+0
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-0/+4
|\
| * vbo: fix out-of-bounds array accessBrian Paul2009-11-041-0/+4
* | mesa/main: New feature FEATURE_beginend.Chia-I Wu2009-09-301-0/+6
|/
* vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.Eric Anholt2009-08-281-1/+3
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-0/+1
|\
| * vbo: fix divide by zero exceptionBrian Paul2009-08-241-1/+1
* | vbo: fix divide by zero exceptionBrian Paul2009-08-241-1/+1
* | vbo: use _mesa_is_bufferobj()Brian Paul2009-08-121-6/+6
* | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+1
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-1/+1
|\|
| * Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell2009-06-301-9/+19
| |\
| * | mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell2009-06-301-1/+1
* | | vbo: If MapBufferRange fails, try MapBuffer instead.Corbin Simpson2009-07-021-1/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-301-9/+19
|\ \ \ | | |/ | |/|
| * | mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.José Fonseca2009-06-301-9/+19
| |/
* / vbo: asst. reformatting, clean-upsBrian Paul2009-05-221-34/+46
|/
* vbo: fix crash in vbo_exec_bind_arrays()Brian Paul2009-05-221-0/+1
* mesa: s/int/GLsizeiptr/ to silence warning with 64-bit buildBrian Paul2009-03-071-1/+1
* mesa: Follow ARB_map_buffer_range more stricly.José Fonseca2009-03-041-6/+9
* Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-041-1/+7
|\
| * vbo: second attempt - avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2009-03-041-1/+7
| * Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"Keith Whitwell2009-03-041-5/+1
| * vbo: avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2009-03-041-1/+5
* | mesa: Implement and use FlushMappedBufferRange.José Fonseca2009-03-041-0/+7
* | mesa: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2009-03-031-5/+2
|/
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-19/+99
|\
| * vbo: use MapBufferRange where availableKeith Whitwell2009-03-031-17/+101
* | mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+7
|\ \
| * | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-0/+7
| |\|
| | * mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-071-1/+1
| | * mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-031-0/+8