index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
dlist.c
Age
Commit message (
Expand
)
Author
2009-06-30
mesa/dlist: fixes and improvements for material caching
Keith Whitwell
2009-06-30
mesa/dlist: don't cache state which may not be replayed on CallList
Keith Whitwell
2009-06-30
mesa/dlist: invalidate cached dlist compile state after CallList
Keith Whitwell
2009-06-30
mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModel
Keith Whitwell
2009-06-30
mesa/dlist: shortcircuit some redundant statechanges at compile time
Keith Whitwell
2009-06-22
mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcs
Brian Paul
2009-06-22
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
Brian Paul
2009-04-01
mesa: fix a recursive display list problem
Brian Paul
2009-03-17
mesa: update/fix doxygen comments
Vinson Lee
2009-03-12
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-02-22
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2009-02-12
mesa: don't include m_xform.h where not needed
Brian Paul
2009-01-31
mesa: more display list cleanups
Brian
2009-01-31
mesa: display list clean-ups
Brian
2008-12-01
mesa: fix conditional in save_Lightfv(), bug 18838
Brian
2008-10-10
mesa: remove unneeded includes
Brian Paul
2008-09-23
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-21
mesa: fix errors in prev commit
Brian Paul
2008-09-21
mesa: revamp glBlendFunc loopback
Brian Paul
2008-09-21
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...
Brian Paul
2008-09-15
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-05-06
Add support for ATI_separate_stencil in display lists.
Michal Wajdeczko
2008-05-01
fix conversion of GLfloat display list IDs
Brian Paul
2008-03-25
implement glGet/BindAttribLocationARB() for display lists
Brian
2007-11-09
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Roland Scheidegger
2007-08-24
remove CallDepth++/-- accidentally removed in prev commit
Brian
2007-08-23
remove unneeded CallStack array
Brian
2007-07-30
remove old comment, minor formatting fixes
Brian
2007-07-30
Fix an error related to glPolygonStipple.
Xiang, Haihao
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-05-21
remove some whitespace
Brian
2007-04-21
Rename occlude.[ch] to queryobj.[ch]
Brian
2007-02-02
Merge branch 'vbo-0.2'
Keith Whitwell
2007-01-23
fixes for C++ warnings/errors
Brian
2007-01-16
Don't special-case index, edgeflag.
Keith Whitwell
2006-11-02
Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the
Brian Paul
2006-10-11
Fix bug #4681.
Ian Romanick
2006-08-24
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
Ian Romanick
2006-08-17
change #ifdef to #if
Brian Paul
2006-08-15
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-06-30
Added _mesa_delete_list() to delete a display list, but don't remove from
Brian Paul
2006-06-12
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-21
pass color index as float, not int
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2006-03-01
No need for _mesa_save_error() to be public.
Brian Paul
2006-03-01
added BlitFramebuffer() support
Brian Paul
2006-02-26
re-formated with indent.
Brian Paul
2006-02-26
Remove need to initialize the InstSize[] array elements by just storing
Brian Paul
2006-02-26
display list clean-ups
Brian Paul
[next]