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
/
extensions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-3
/
+3
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
1
-5
/
+5
*
mesa: enable GL_ARB_fragment_coord_conventions for sw drivers
Brian Paul
2010-02-13
1
-2
/
+2
*
mesa: Export GL_EXT_texture_cube_map.
José Fonseca
2010-02-13
1
-0
/
+1
*
mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done
Luca Barbieri
2010-01-29
1
-1
/
+2
*
mesa: add core support for ARB_half_float_vertex.
Dave Airlie
2010-01-23
1
-0
/
+2
*
mesa: minor whitespace fix
Brian Paul
2010-01-21
1
-1
/
+1
*
mesa: support for GL_ARB_fragment_coord_conventions
Luca Barbieri
2010-01-21
1
-0
/
+1
*
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
1
-10
/
+75
|
\
|
*
mesa: enable GL_EXT_draw_buffers2 for sw drivers
Brian Paul
2009-12-31
1
-0
/
+1
|
*
mesa: turn on NV_conditional_render for software drivers
Brian Paul
2009-12-31
1
-0
/
+1
|
*
mesa: add flag for GL_NV_conditional_render extension
Brian Paul
2009-12-31
1
-0
/
+1
|
*
mesa: _mesa_get_enabled_extension() function
Brian Paul
2009-12-30
1
-0
/
+20
|
*
mesa: implement GL3 GL_NUM_EXTENSIONS query
Brian Paul
2009-12-30
1
-0
/
+25
|
*
mesa: simplify some extension testing code
Brian Paul
2009-12-30
1
-9
/
+20
|
*
mesa: added infrastructure for GL_EXT_draw_buffers2
Brian Paul
2009-12-29
1
-0
/
+1
|
*
ARB_fbo: Enable GL_EXT_framebuffer_multisample
Ian Romanick
2009-11-17
1
-1
/
+5
|
*
EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencil
Ian Romanick
2009-11-17
1
-0
/
+1
*
|
mesa/es: Add support for GL_OES_draw_texture.
Chia-I Wu
2009-11-05
1
-0
/
+3
|
/
*
mesa/main: New feature FEATURE_queryobj.
Chia-I Wu
2009-09-30
1
-1
/
+1
*
Merge branch 'asm-shader-rework-2'
Ian Romanick
2009-09-25
1
-0
/
+4
|
\
|
*
Merge branch 'master' into asm-shader-rework-2
Ian Romanick
2009-09-10
1
-0
/
+9
|
|
\
|
*
|
Enable GL_NV_fragment_program_option for software rendering
Ian Romanick
2009-09-03
1
-0
/
+3
|
*
|
NV fp: Add tracking for NV_fragment_program_option
Ian Romanick
2009-08-31
1
-0
/
+1
*
|
|
mesa: added GL_ARB_provoking_vertex (same as EXT version)
Brian Paul
2009-09-15
1
-0
/
+1
|
|
/
|
/
|
*
|
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-0
/
+2
*
|
mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.
Eric Anholt
2009-09-08
1
-0
/
+1
*
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+2
*
|
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick
2009-09-03
1
-0
/
+4
|
/
*
Infrastructure for GL_ARB_seamless_cube_map
Ian Romanick
2009-08-14
1
-0
/
+1
*
GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version
Ian Romanick
2009-08-06
1
-0
/
+1
*
Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.
Alan Hourihane
2009-08-06
1
-0
/
+1
*
mesa: added extension flag for ARB_vertex_array_object
Brian Paul
2009-06-22
1
-0
/
+2
*
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
1
-0
/
+2
|
\
|
*
mesa: enable GL_EXT_provoking_vertex for sw drivers
Brian Paul
2009-06-01
1
-0
/
+1
|
*
mesa: data structure updates for GL_EXT_provoking_vertex
Brian Paul
2009-05-28
1
-0
/
+1
*
|
mesa: implement GL_ARB_map_buffer_range
Brian Paul
2009-06-08
1
-1
/
+4
*
|
mesa: new MESA_EXTENSION_OVERRIDE env var
Brian Paul
2009-06-08
1
-11
/
+101
*
|
mesa: enable GL_ARB_copy_buffer for software drivers
Brian Paul
2009-06-02
1
-0
/
+2
|
/
*
mesa: use standard offsetof() macro
Brian Paul
2009-04-14
1
-1
/
+1
*
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-28
1
-0
/
+1
*
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-0
/
+2
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-4
/
+0
*
mesa: turn on reporting of GLSL version 1.20
Brian Paul
2009-02-17
1
-2
/
+2
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-1
/
+1
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-08
1
-1
/
+10
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
1
-2
/
+1
|
|
\
\
|
*
\
\
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...
Alan Hourihane
2008-09-11
1
-2
/
+2
|
|
\
\
\
[next]