summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-06-26i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger
2009-06-22intel: enable GL_ARB_vertex_array_object extensionBrian Paul
2009-06-22mesa: plug in glBindVertexArray, glGenVertexArrays functionsBrian 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-22i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger
2009-06-22intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer
2009-06-22i965: added intelFlush() call in intel_get_tex_image()Brian Paul
2009-06-22mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul
2009-06-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul
2009-06-22mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTSBrian Paul
2009-06-22mesa: fix some potential state-restore issues in pop_texture_group()Brian Paul
2009-06-22vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul
2009-06-22mesa: create/use a fallback texture when bound texture is incompleteBrian 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: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt
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-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer
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-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-18mesa: fix first provoking vertex mode for unfilled tri stripsBrian Paul
2009-06-18mesa: protect Elements against multiple definitionsKeith Whitwell
2009-06-17intel: remove extra \n from warning stringBrian Paul
2009-06-17i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison
2009-06-17i965: send all warnings through _mesa_warning()Robert Ellison
2009-06-17i965: fix segfault on low memory conditionsRobert Ellison
2009-06-17Fast path when rebinding the same texture in single context environmentIan Romanick
2009-06-17i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt
2009-06-17i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt
2009-06-17i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt
2009-06-17i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt