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: 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
*
mesa: fix uninitialized var warning
Brian Paul
2010-10-25
1
-0
/
+1
*
mesa: set/get primitive restart state
Brian Paul
2010-10-21
1
-3
/
+20
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
Remove GL_EXT_cull_vertex
Ian Romanick
2010-09-27
1
-7
/
+0
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-34
/
+0
*
mesa: Remove SGI_color_table.
Eric Anholt
2010-09-23
1
-33
/
+1
*
mesa: Remove EXT_histogram.
Eric Anholt
2010-09-23
1
-21
/
+0
*
mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()
Kristian Høgsberg
2010-04-28
1
-0
/
+28
*
mesa: API and state for GL 3.1 primitive restart
Brian Paul
2010-04-20
1
-0
/
+18
*
mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()
Brian Paul
2010-04-20
1
-24
/
+29
*
mesa: added glEnable/Disable state for transform feedback
Brian Paul
2010-03-30
1
-0
/
+16
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
mesa: Remove unnecessary header from enable.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
|
mesa: added infrastructure for GL_EXT_draw_buffers2
Brian Paul
2009-12-29
1
-3
/
+10
*
|
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-29
1
-5
/
+79
|
/
*
mesa: minor code clean-up in client_state()
Brian Paul
2009-10-27
1
-10
/
+11
*
mesa: use _mesa_get_current_tex_unit() helper
Brian Paul
2009-09-28
1
-2
/
+2
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
1
-6
/
+1
|
\
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
1
-6
/
+1
|
|
\
|
|
*
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
Brian Paul
2009-09-24
1
-5
/
+0
|
|
*
mesa: remove rgbMode check in enable_texture()
Brian Paul
2009-09-24
1
-1
/
+1
*
|
|
mesa: move call to init_c_cliptest() from enable.c to tnl module.
Brian Paul
2009-09-09
1
-8
/
+0
*
|
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+20
|
/
/
*
|
Infrastructure for GL_ARB_seamless_cube_map
Ian Romanick
2009-08-14
1
-0
/
+10
[next]