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
/
state.c
Age
Commit message (
Expand
)
Author
2010-11-10
mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps
Roland Scheidegger
2010-10-27
Track separate programs for each stage
Ian Romanick
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-07-02
mesa: make the number of draw buffers part of the texenv program key state
Brian Paul
2010-06-28
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-04-05
mesa: update_arrays() depends on program state.
Henri Verbeet
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-01-26
mesa: remove redundant _MaxElement computation
Brian Paul
2010-01-18
mesa: Remove unnecessary header from state.c.
Vinson Lee
2009-09-24
mesa/main: Make FEATURE_pixel_transfer follow feature conventions.
Chia-I Wu
2009-08-07
mesa: use a more logical flag in _mesa_set_vp_override()
Brian Paul
2009-08-03
texenv: Add missing dependency on VP changes.
Eric Anholt
2009-07-16
texenv: Calculate whether we need to do secondary color on our own.
Eric Anholt
2009-07-14
Fix state flag dependencies for fixed function fragment program updates.
Eric Anholt
2009-07-07
Cap array elements at 0 when passed an invalid pointer for an array object.
Eric Anholt
2009-05-22
mesa: add missing update_min() call in update_arrays()
Brian Paul
2009-05-22
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-22
mesa: fix loop over generic attribs in update_arrays()
Brian Paul
2009-05-21
mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement
Brian Paul
2009-05-07
mesa: Compute gl_client_array->_MaxElement during array validation
Brian Paul
2009-05-07
mesa: use local var to make code a bit more concise
Brian Paul
2009-04-21
mesa: new _NEW_PROGRAM_CONSTANTS flag
Brian Paul
2009-04-15
mesa: Update texenv program when _NEW_ARRAYS is updated as well.
Eric Anholt
2009-03-07
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-03
mesa: fix sw fallback state validation bug
Brian Paul
2009-03-02
mesa: add ctx->Stencil._Enabled field
Brian Paul
2009-02-10
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
mesa: another fix for program/texture state validation
Brian Paul
2009-02-10
mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...
Brian Paul
2009-02-10
mesa: fix/change state validation order for program/texture state
Brian Paul
2009-01-09
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2009-01-07
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2008-12-18
mesa: remove unneeded _mesa_reference_fragprog() call
Brian Paul
2008-12-17
mesa: remove unneeded _mesa_reference_fragprog() call
Brian Paul
2008-11-13
mesa: fix generation of fixed function state when no vp exists
Alan Hourihane
2008-11-13
mesa: fix generation of fixed function state when no vp exists
Alan Hourihane
2008-10-15
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-07
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-03
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-09-26
mesa: remove invalid assertions that programs have parameters
Brian Paul
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-21
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
Brian Paul
2008-09-21
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-09-21
mesa: refactor: move glPixelStore function into new pixelstore.c file
Brian Paul
[next]