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: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
Marek Olšák
2013-04-24
1
-1
/
+2
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove DD_TRI_LIGHT_TWOSIDE flag
Brian Paul
2013-04-17
1
-4
/
+0
*
mesa: remove DD_TRI_SMOOTH flag
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove DD_TRI_STIPPLE flag
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove DD_POINT_SMOOTH flag
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove DD_LINE_STIPPLE flag
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove unused DD_LINE_SMOOTH flag
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: implement sample mask
Chris Forbes
2013-03-02
1
-0
/
+18
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-6
/
+0
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-0
/
+33
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-98
/
+98
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-3
/
+3
*
mesa: remove IBM_rasterpos_clip extension enable flag
Marek Olšák
2012-10-31
1
-2
/
+0
*
mesa: remove FEATURE_ES1 tests in enable.c code
Brian Paul
2012-10-16
1
-6
/
+0
*
mesa: Remove get and enable bits for NV_fragment_program.
Kenneth Graunke
2012-10-16
1
-16
/
+0
*
mesa: Remove miscellaneous remains of NV_vertex_program.
Eric Anholt
2012-10-15
1
-6
/
+6
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
1
-50
/
+0
*
mesa: Remove support for NV_vertex_program's attribute evaluation.
Eric Anholt
2012-10-15
1
-97
/
+0
*
gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.
Paul Berry
2012-09-25
1
-2
/
+2
*
enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.
Paul Berry
2012-09-25
1
-3
/
+19
*
Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...
José Fonseca
2012-09-15
1
-1
/
+6
*
mesa: remove remaining FEATURE_* defines where protected by API check.
Oliver McFadden
2012-09-15
1
-6
/
+1
*
mesa: remove FEATURE_ATI_fragment_shader define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-14
/
+2
*
mesa: remove FEATURE_point_size_array define.
Oliver McFadden
2012-09-15
1
-3
/
+1
*
mesa: remove FEATURE_userclip define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
meta: Refactor handling of GL_MULTISAMPLE.
Paul Berry
2012-09-14
1
-5
/
+19
*
meta: remove call to _meta_in_progress(), fix multisample enable/disable
Brian Paul
2012-08-30
1
-6
/
+1
*
meta: Don't stray outside the confines of the API specified in the context
Paul Berry
2012-08-29
1
-1
/
+7
*
mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-6
/
+296
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-2
/
+2
*
mesa: look up enum name for glEnable/Disable errors
Brian Paul
2012-06-27
1
-5
/
+6
*
mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays
Brian Paul
2012-04-20
1
-1
/
+2
*
mesa: remove unused DD_TRI_TWOSTENCIL
Brian Paul
2012-03-12
1
-2
/
+0
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+5
*
mesa: use arrayObj var in more places in client_state()
Brian Paul
2012-02-29
1
-3
/
+3
*
mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.
Paul Berry
2011-12-21
1
-1
/
+1
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
1
-3
/
+3
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-22
/
+22
*
mesa: Make gl_array_object::_Enabled 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
Mathias Fröhlich
2011-11-29
1
-10
/
+10
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+13
*
mesa: Make enable.c and get.c properly range check clip flags.
Paul Berry
2011-09-27
1
-8
/
+19
*
mesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set_enable().
Paul Berry
2011-09-23
1
-6
/
+8
[next]