index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between Begin/End
Brian Paul
2011-09-19
1
-0
/
+1
*
mesa: fix error handling for glIsEnabled
Yuanhan Liu
2011-09-19
1
-0
/
+2
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-8
/
+0
*
mesa: minor comment updates in enable.c
Brian Paul
2011-08-04
1
-9
/
+2
*
mesa: flush vertices before changing GL_RASTERIZER_DISCARD state, not after
Marek Olšák
2011-05-03
1
-1
/
+1
*
mesa: make _NEW_TEXTURE dirty when changing GL_TEXTURE_CUBE_MAP_SEAMLESS
Marek Olšák
2011-05-03
1
-1
/
+4
*
mesa: 80-column wrapping, update comment
Brian Paul
2011-03-19
1
-7
/
+12
*
mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/Q
Brian Paul
2011-03-19
1
-67
/
+9
*
mesa: consolidate clip plane update code
Brian Paul
2011-03-19
1
-11
/
+2
*
mesa: remove GL_SGI_texture_color_table support
Brian Paul
2011-02-28
1
-14
/
+0
*
mesa: remove the MESA_NO_DITHER env var
Brian Paul
2011-02-17
1
-3
/
+0
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
1
-3
/
+4
*
mesa: EXT_framebuffer_sRGB interface additions.
Dave Airlie
2011-01-21
1
-0
/
+11
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
[next]