summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-09dlist: fix save_SamplerParameteriChris Forbes1-1/+1
2013-06-08mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee1-1/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-06-03mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee1-1/+4
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul1-2/+0
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul1-3/+2
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-28/+17
2013-05-02mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul1-1/+8
2013-05-02mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul1-1/+1
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul1-1/+2
2013-05-02mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul1-4/+2
2013-05-02mesa: comments, formatting fixes in dlist codeBrian Paul1-3/+10
2013-05-02mesa: add missing error check in _mesa_EndList()Brian Paul1-0/+6
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul1-4/+2
2013-05-02mesa: simplify save_Begin() error checkingBrian Paul1-20/+13
2013-05-02mesa: fix CurrentSavePrimitive <= GL_POLYGON testsBrian Paul1-2/+2
2013-05-02mesa: fix save_ShadeModel() logic and add new commentsBrian Paul1-4/+5
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-23mesa: make _mesa_save_vtxfmt_init() staticBrian Paul1-3/+3
2013-04-23mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul1-2/+2
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Remove exec thunks from the dlist.c module.Eric Anholt1-870/+0
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-111/+8
2013-01-21mesa: Delay display list save dispatch setup until Exec is set up.Eric Anholt1-9/+3
2013-01-21mesa: Remove the size argument from _mesa_alloc_dispatch_table().Eric Anholt1-1/+1
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+1
2013-01-21mesa: Fix regression in dlist save primitive tracking.Eric Anholt1-8/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-237/+237
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-14/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-6/+6
2012-11-03glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen1-3/+3
2012-11-03glapi: alias FramebufferTextureARB to FramebufferTextureJordan Justen1-3/+3
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry1-2/+2
2012-10-23glapi: Alias ClampColor and ClampColorARB.Paul Berry1-1/+0
2012-10-16mesa: Remove the NV program API functions.Kenneth Graunke1-1/+0
2012-10-16mesa: Switch to the other glGetVertexAttribPointervARB implementation.Kenneth Graunke1-1/+1
2012-10-16mesa: Remove some shared NV_vp/fp functions from the dispatch table.Kenneth Graunke1-80/+0
2012-10-16mesa: Unhook NV_fragment_program API from the dispatch table.Kenneth Graunke1-86/+0
2012-10-15mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt1-7/+3
2012-10-15mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt1-91/+0
2012-10-15mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.Eric Anholt1-33/+0
2012-10-15mesa: Remove NV_vertex_program-specific parameters support.Eric Anholt1-26/+0
2012-10-15mesa: Fix NV_fragment_program's display list opcode for RequestResident.Eric Anholt1-1/+1
2012-10-15mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt1-27/+0
2012-09-28mesa: Don't set shaderapi dispatch pointers for many things in ES2 or coreIan Romanick1-1/+1
2012-09-28mesa: Don't set loopback dispatch pointers for most things in ES2 or coreIan Romanick1-1/+1
2012-09-28mesa: Pass GL context to _mesa_create_save_tableIan Romanick1-1/+1
2012-09-15mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden1-8/+0