index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
api_arrayelt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add primitive restart support to glArrayElement
Jordan Justen
2012-05-05
1
-1
/
+9
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-19
/
+19
*
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
2011-11-29
1
-1
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+4
*
mesa: Fix incorrect access parameter passed to MapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
mesa: Use appropriate call convention in VertexAttribI*v.
José Fonseca
2011-03-25
1
-136
/
+136
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: clean-up array element code
Brian Paul
2010-10-28
1
-190
/
+353
*
mesa: glArrayElement support for integer-valued arrays
Brian Paul
2010-10-28
1
-2
/
+215
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
glapi: Always build libglapi.a.
Chia-I Wu
2009-10-23
1
-1
/
+0
*
mesa/main: New feature FEATURE_arrayelt.
Chia-I Wu
2009-09-30
1
-2
/
+16
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-1
/
+2
*
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-1
/
+1
*
mesa: minor code clean-up
Brian Paul
2009-05-22
1
-18
/
+19
*
mesa: add explict float casts
Keith Whitwell
2008-09-21
1
-48
/
+48
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-2
/
+2
*
Prune incoming state to the atoms of interest. Hopefully this will
Keith Whitwell
2006-11-22
1
-6
/
+14
*
Another fix
Keith Whitwell
2006-11-22
1
-0
/
+8
*
More fixes, glean seems to run now.
Keith Whitwell
2006-11-21
1
-2
/
+3
*
Fix more typos.
Keith Whitwell
2006-11-21
1
-2
/
+2
*
Fix typos that meant vbos were never unmapped
Keith Whitwell
2006-11-20
1
-4
/
+3
*
Make sure vbo's are mapped before accessing their contents in
Keith Whitwell
2006-11-16
1
-6
/
+89
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-18
/
+18
*
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-25
1
-12
/
+463
*
Revert my change from 1.37 as being bogus (see ensuing list discussion for
Adam Jackson
2006-03-30
1
-3
/
+2
*
Init FogCoordFuncs[0..5] too, remove some unneeded #includes
Brian Paul
2006-03-17
1
-3
/
+7
*
remove another test for IN_DRI_DRIVER
Brian Paul
2006-03-17
1
-36
/
+3
*
Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn't
Adam Jackson
2006-01-19
1
-2
/
+3
*
use ADD_POINTERS macro instead of (uintptr_t) cast
Brian Paul
2005-11-25
1
-8
/
+8
*
Fix recent problems with display lists and other parts of the code.
Ian Romanick
2005-08-05
1
-0
/
+28
*
remove fprintf()
Brian Paul
2005-07-19
1
-2
/
+0
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-424
/
+184
*
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2005-05-05
1
-2
/
+2
*
mesa-main-0-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-11
1
-25
/
+25
*
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
2004-11-27
1
-125
/
+124
*
Bug #1682: Mesa core code that gets linked into DRI drivers should never call
Adam Jackson
2004-10-24
1
-63
/
+262
*
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-05-27
1
-99
/
+98
*
GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)
Brian Paul
2004-04-23
1
-2
/
+2
*
fix some warnings
Brian Paul
2004-03-26
1
-2
/
+2
*
fix incorrect texcoord attribute index
Brian Paul
2004-02-24
1
-1
/
+1
*
added some GLAPIENTRY keywords, minor clean-ups
Brian Paul
2004-02-24
1
-82
/
+82
*
Yet another revision of _ae_update_state(). Issue both conventional AND
Brian Paul
2004-02-24
1
-82
/
+65
*
Fix the problem found with UT after I had added support for glVertexAttrib.
Brian Paul
2004-02-11
1
-110
/
+568
*
revert to version 1.18 for now to fix segfaults in some applications
Roland Scheidegger
2004-02-11
1
-583
/
+110
*
Restore some of the previous code for handling conventional vertex attributes
Brian Paul
2004-02-09
1
-341
/
+654
[next]