summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-22intel: enable GL_ARB_vertex_array_object extensionBrian Paul
2009-06-22mesa: plug in glBindVertexArray, glGenVertexArrays functionsBrian Paul
2009-06-22tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul
2009-06-22st/mesa: alphabetize linesBrian Paul
2009-06-22st/mesa: enable GL_ARB_vertex_array_objectBrian Paul
2009-06-22mesa: enforce the rule that arrays live in VBOs for GL_ARB_vertex_array_objectBrian Paul
2009-06-22mesa: added extension flag for ARB_vertex_array_objectBrian Paul
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul
2009-06-19mesa: implement _mesa_BindVertexArray()Brian Paul
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul
2009-06-19mesa: regenerated files related to GL_ARB_vertex_array_objectBrian Paul
2009-06-19glapi: add new information for GL_ARB_vertex_array_objectBrian Paul
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer
2009-06-19radeon: fix cube maps for non-mm pathRoland Scheidegger
2009-06-19st/mesa: restore some parameter checking buffer object functionsBrian Paul
2009-06-19r200: fix cube maps for non-mm pathRoland Scheidegger
2009-06-19i965: initial code for loops in vertex programsBrian Paul
2009-06-19i965: asst clean-ups, etc in brw_vs_emit()Brian Paul
2009-06-19i965: asst clean-ups, var renaming in brw_wm_emit_glsl()Brian Paul
2009-06-19st/mesa: remove redundant st_buffer_object::size field and error checksBrian Paul
2009-06-19st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wr...Brian Paul
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul
2009-06-19mesa: make buffer object-related driver fallback functions staticBrian Paul
2009-06-19mesa: create/destroy buffer objects via driver functionsBrian Paul
2009-06-19i965simple: use u_reduced_prim() functionBrian Paul
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-06-19softpipe: use u_reduced_prim()Brian Paul
2009-06-19gallium/util: s/boolean/unsigned/Brian Paul
2009-06-19softpipe: whitespace, reformattingBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-18draw: use flatfirst variableBrian Paul
2009-06-18draw: remove debug codeBrian Paul
2009-06-18draw: fix first provoking vertex mode for quads, quad strips and polygonsBrian Paul
2009-06-18draw: fix first provoking vertex mode for unfilled quadsBrian Paul
2009-06-18mesa: fix first provoking vertex mode for unfilled tri stripsBrian Paul
2009-06-18draw: clean up indentationBrian Paul
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom
2009-06-17mesa driconf: Add macro to specify an option with a quoted default value.Thomas Hellstrom
2009-06-18progs/rbug: Add small program to add block rulesJakob Bornecrantz
2009-06-17i965: Add decode for the G4X x,y offset in surface state.Eric Anholt
2009-06-17i965: Fix up texture layout for small things with wide pitches (tiled)Eric Anholt
2009-06-17i965: Fall back or appropriately adjust offsets of drawing to tiled regions.Eric Anholt
2009-06-18r300: use vbo_split_prims to split up large vertex buffers.Dave Airlie
2009-06-17i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt
2009-06-18radeon: don't re-add BOs to validate listDave Airlie
2009-06-17glsl: call _mesa_postprocess_program(), disabledBrian Paul
2009-06-17mesa: silence warningBrian Paul
2009-06-17mesa: added _mesa_postprocess_program() to aid shader debuggingBrian Paul
2009-06-17radeon: Flush command buffer on viewport changeJerome Glisse