index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
state.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Use gl_shader_program::_LinkedShaders instead of GeometryProgram
Ian Romanick
2011-10-07
1
-2
/
+4
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-2
/
+4
*
mesa: Add a context flag indicating whether two-sided lighting should happen.
Eric Anholt
2011-09-21
1
-1
/
+17
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-16
/
+0
*
mesa: update multisample state on _NEW_BUFFERS
Christoph Bumiller
2011-08-30
1
-1
/
+1
*
mesa: comments and 80-column wrapping
Brian Paul
2011-06-22
1
-6
/
+21
*
mesa: update comments in update_program_enables()
Brian Paul
2011-06-22
1
-1
/
+4
*
mesa: update/fix comments in update_program()
Brian Paul
2011-06-22
1
-17
/
+16
*
mesa: consolidate code in _mesa_update_array_max_element()
Brian Paul
2011-04-06
1
-31
/
+2
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-1
/
+39
*
mesa: remove _MESA_NEW_TRANSFER_STATE
Brian Paul
2011-03-23
1
-1
/
+1
*
Revert "mesa: Convert fixed function fragment program generator to GLSL IR."
Eric Anholt
2011-03-12
1
-8
/
+4
*
Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...
Eric Anholt
2011-03-12
1
-9
/
+4
*
mesa: Track a computed _CurrentFragmentProgram for current gl_shader_program
Eric Anholt
2011-03-11
1
-4
/
+9
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-03-11
1
-4
/
+8
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
1
-3
/
+3
*
vbo: bind arrays only when necessary
Marek Olšák
2011-02-14
1
-0
/
+2
*
mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps
Roland Scheidegger
2010-11-10
1
-4
/
+0
*
Track separate programs for each stage
Ian Romanick
2010-10-27
1
-7
/
+9
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
*
mesa: make the number of draw buffers part of the texenv program key state
Brian Paul
2010-07-02
1
-1
/
+1
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-1
/
+29
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
mesa: update_arrays() depends on program state.
Henri Verbeet
2010-04-05
1
-3
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
mesa: remove redundant _MaxElement computation
Brian Paul
2010-01-26
1
-6
/
+0
*
mesa: Remove unnecessary header from state.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa/main: Make FEATURE_pixel_transfer follow feature conventions.
Chia-I Wu
2009-09-24
1
-4
/
+0
*
mesa: use a more logical flag in _mesa_set_vp_override()
Brian Paul
2009-08-07
1
-1
/
+1
*
texenv: Add missing dependency on VP changes.
Eric Anholt
2009-08-03
1
-1
/
+2
*
texenv: Calculate whether we need to do secondary color on our own.
Eric Anholt
2009-07-16
1
-1
/
+1
*
Fix state flag dependencies for fixed function fragment program updates.
Eric Anholt
2009-07-14
1
-1
/
+1
*
Cap array elements at 0 when passed an invalid pointer for an array object.
Eric Anholt
2009-07-07
1
-0
/
+10
*
mesa: add missing update_min() call in update_arrays()
Brian Paul
2009-05-22
1
-1
/
+1
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-22
1
-2
/
+2
|
\
|
*
mesa: fix loop over generic attribs in update_arrays()
Brian Paul
2009-05-22
1
-1
/
+1
*
|
mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement
Brian Paul
2009-05-21
1
-1
/
+1
*
|
mesa: Compute gl_client_array->_MaxElement during array validation
Brian Paul
2009-05-07
1
-27
/
+61
*
|
mesa: use local var to make code a bit more concise
Brian Paul
2009-05-07
1
-36
/
+37
|
/
*
mesa: new _NEW_PROGRAM_CONSTANTS flag
Brian Paul
2009-04-21
1
-1
/
+35
*
mesa: Update texenv program when _NEW_ARRAYS is updated as well.
Eric Anholt
2009-04-15
1
-1
/
+2
*
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-07
1
-0
/
+1
*
mesa: fix sw fallback state validation bug
Brian Paul
2009-03-03
1
-10
/
+28
*
mesa: add ctx->Stencil._Enabled field
Brian Paul
2009-03-02
1
-1
/
+1
*
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
1
-2
/
+62
|
\
|
*
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2009-01-09
1
-11
/
+0
|
*
mesa: remove unneeded _mesa_reference_fragprog() call
Brian Paul
2008-12-18
1
-4
/
+2
|
*
mesa: fix generation of fixed function state when no vp exists
Alan Hourihane
2008-11-13
1
-43
/
+41
|
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-15
1
-3
/
+26
|
|
\
|
|
*
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
1
-3
/
+26
[prev]
[next]