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
/
enable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-22
/
+0
*
mesa: remove warning/short-circuit of stencil enable w/ no stencil buffer
Brian Paul
2009-03-02
1
-5
/
+0
*
mesa: don't include m_xform.h where not needed
Brian Paul
2009-02-12
1
-1
/
+0
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-0
/
+5
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
1
-4
/
+0
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-02
1
-56
/
+92
|
|
\
\
|
*
\
\
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-0
/
+17
|
|
\
\
\
|
|
*
|
|
mesa: point size arrays
Brian Paul
2008-06-25
1
-0
/
+12
|
|
*
|
|
mesa: add some #if FEATURE_x tests
Brian Paul
2008-06-12
1
-0
/
+5
*
|
|
|
|
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
1
-10
/
+0
*
|
|
|
|
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-2
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
mesa: remove GL_DEPTH_TEST + no depth buffer test
Brian Paul
2009-01-16
1
-4
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
mesa: increase max texture image units and GLSL samplers to 16
Brian Paul
2008-12-31
1
-56
/
+92
*
|
|
mesa: point size arrays
Brian Paul
2008-09-21
1
-0
/
+12
|
/
/
*
|
Call _ae_update_state when array enable state changes
Krzysztof Czurylo
2008-08-21
1
-0
/
+4
*
|
fix DD_TRI_LIGHT_TWOSIDE bug (#13368)
Brian
2007-12-03
1
-4
/
+4
*
|
Restore old _TriangleCaps code to fix Blender problem (bug 12164)
Brian
2007-09-27
1
-0
/
+13
|
/
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+16
*
Fix reversed enable logic in enable_texture
Ian Romanick
2007-05-10
1
-1
/
+1
*
Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabled
Ian Romanick
2007-05-10
1
-3
/
+3
*
Refactor Enable / Disable and IsEnabled bits related to texture targets.
Ian Romanick
2007-05-10
1
-82
/
+50
*
Colortable re-org.
Brian
2007-03-16
1
-9
/
+9
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-61
/
+30
|
\
|
*
Move all the code for computing ctx->_TriangleCaps into state.c.
Brian
2006-12-13
1
-61
/
+30
*
|
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-30
1
-1
/
+1
|
/
*
Compute ctx->Color._LogicOpEnabled in one place instead of four places!
Brian Paul
2006-07-18
1
-14
/
+2
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-20
/
+20
*
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-03
1
-6
/
+6
*
Fix more enums defined not only by one extension when queried by glGet (GL_CO...
Roland Scheidegger
2006-03-02
1
-7
/
+19
*
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2006-03-01
1
-2
/
+6
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
1
-28
/
+0
*
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-25
1
-20
/
+2
*
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-30
1
-1
/
+1
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-8
/
+13
*
Implement software ATI_fragment_shader
Dave Airlie
2004-12-19
1
-1
/
+14
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-3
/
+0
*
added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers
Daniel Borca
2004-11-12
1
-0
/
+5
*
check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enables
Brian Paul
2004-08-18
1
-12
/
+13
*
Add EXT_vertex_cull support to mesa
Keith Whitwell
2004-05-10
1
-0
/
+9
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-2
/
+2
*
Don't set extra bits in FLUSH_VERTICES, fix several state bugs.
Keith Whitwell
2004-01-23
1
-20
/
+5
*
Ville Syrjala's logic op patch
Brian Paul
2003-11-12
1
-3
/
+12
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-5
/
+5
*
Trivial changes to add support for GL_ARB_point_sprite, which is a
Ian Romanick
2003-08-23
1
-1
/
+7
*
Initial implementation of GL_MESA_program_debug - a vertex/fragment program
Brian Paul
2003-07-21
1
-0
/
+18
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-4
/
+67
*
Implemented GL_EXT_depth_bounds_test.
Brian Paul
2003-04-21
1
-0
/
+19
*
more GL_ARB_vertex/fragment_program bits
Brian Paul
2003-04-18
1
-2
/
+15
*
fix GL_COLOR_MATERIAL bug
Brian Paul
2003-03-21
1
-3
/
+3
*
Fix up some fragment program texture enable issues.
Brian Paul
2003-03-15
1
-2
/
+2
[next]