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
/
shared.c
Age
Commit message (
Expand
)
Author
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-09
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
mesa: Fix null buffer object reference counting.
José Fonseca
2010-02-09
mesa: Always do proper ref counting of shared state.
José Fonseca
2009-09-30
mesa/main: Make FEATURE_dlist follow feature conventions.
Chia-I Wu
2009-09-03
ARB sync: Fix delete behavior and context destruction behavior
Ian Romanick
2009-08-08
mesa: use _mesa_bufferobj_mapped()
Brian Paul
2009-06-19
mesa: move vertex array objects from shared state to per-context
Brian Paul
2009-06-19
mesa: create/destroy buffer objects via driver functions
Brian Paul
2009-06-12
mesa: use larger initial refcount for NullBufferObj
Brian Paul
2009-05-07
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
mesa: unmap buffer objects during context tear-down
Brian Paul
2009-04-08
mesa: Don't attempt to free the dummy program.
José Fonseca
2009-03-17
mesa: update/fix doxygen comments
Vinson Lee
2009-03-07
mesa: move shared context state functions to new shared.c file
Brian Paul