History log of /external/mesa3d/src/mesa/main/mfeatures.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ef3a94536ab4d70f08e5e19d7ebae0bca126e61 27-Dec-2011 Mathias Fröhlich <Mathias.Froehlich@web.de> mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.

Since commit 82b9661894315362f857192439bdcbc9db090387 and
34eae1c72a9b3a8eb0634cda52fca0208cd2f40d vbo support
is mandatory for all drivers. So, remove the remaining
FEATURE_ARB_vertex_buffer_object guards.

Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
/external/mesa3d/src/mesa/main/mfeatures.h
34a5d3b9f4740601708c82093e2114356d749e65 10-Apr-2011 Brian Paul <brianp@vmware.com> mesa: plug in new functions for GL_ARB_sampler_objects

Build the new sources, plug the new functions into the dispatch table,
implement display list support. And enable extension in the gallium
state tracker.
/external/mesa3d/src/mesa/main/mfeatures.h
11dd228415d9299f3afa81525d0e588135099b4b 08-Nov-2010 Brian Paul <brianp@vmware.com> mesa: make fixed-pt and byte-valued arrays a runtime feature

These ES1 features were only tested for in the vertex array code.
Checking the ctx->API field at runtime is cleaner than the #ifdef
stuff and supports choosing the API at runtime.
/external/mesa3d/src/mesa/main/mfeatures.h
fdede1efaae32d23caf3b351cc766df12e3c5f8d 26-Oct-2010 Chia-I Wu <olv@lunarg.com> mesa: Select FEATURE_remap_table when multiple APIs are enabled.

Core mesa should query glapi for the positions of the functions in
_glapi_table when multiple APIs are supported. It does not know which
glapitable.h glapi used.
/external/mesa3d/src/mesa/main/mfeatures.h
b970da4d24ce67d5dd0f099bd49bb90e6d82e61e 20-Oct-2010 Kenneth Graunke <kenneth@whitecape.org> mesa: Remove FEATURE_ARB_shading_language_120 macro.

Everything should be able to support 1.20 at this point.
/external/mesa3d/src/mesa/main/mfeatures.h
7126e38d9037da66fd531c4cb02b3843b68b84ff 10-Sep-2010 Eric Anholt <eric@anholt.net> mesa: Remove EXT_histogram.

This has always been optional, and not useful.
/external/mesa3d/src/mesa/main/mfeatures.h
db6273e0ddc5dbfcff27b8f75982bbf348810d31 13-Sep-2010 Chia-I Wu <olv@lunarg.com> mesa: Remove unused _MESA_INIT_*_FUNCTIONS.

They were intended to be used to build OpenGL ES only DRI drivers, but
that never happened.
/external/mesa3d/src/mesa/main/mfeatures.h
da7bd6a90e1fee5c16327338fd251c0f6be34e36 28-Jun-2010 Zack Rusin <zackr@vmware.com> mesa: initial support for ARB_geometry_shader4

laying down the foundation for everything and implementing most of the
stuff.
linking, gl_VerticesIn and multidimensional inputs are left.
/external/mesa3d/src/mesa/main/mfeatures.h
066f0097959fe705c57556b658a09af0ba6be8fb 31-Mar-2010 Brian Paul <brianp@vmware.com> mesa: initial data structures for transform feedback
/external/mesa3d/src/mesa/main/mfeatures.h
066477ab226c6bf9598511ebe9134cb360fb54a2 30-Mar-2010 Chia-I Wu <olv@lunarg.com> mesa: Add missing features.

Add features tested in the code but missing from mfeatures.h.

This also fixes some tests of features. They should be tested with
"#if", not "#ifdef".
/external/mesa3d/src/mesa/main/mfeatures.h
9f0e1be2de1d9256f340b541630ad258ca8885f7 29-Mar-2010 Chia-I Wu <olv@lunarg.com> mesa: Add umbrella features.

Add FEATURE_GL, FEATURE_ES1, and FEATURE_ES2 for OpenGL, OpenGL ES 1.x,
and OpenGL ES 2.x respectively. Define individual features through the
new umbrella features. There is no real change introduced by this
commit.
/external/mesa3d/src/mesa/main/mfeatures.h
99864d595f7d4c13e9548f83d5972db9af64e67b 13-Nov-2009 Chris Wilson <chris@chris-wilson.co.uk> APPLE_object_purgeable: core

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
/external/mesa3d/src/mesa/main/mfeatures.h
d1dc5b124e133379be5bb57b68733c09c0e04f71 11-Feb-2010 Kristian Høgsberg <krh@bitplanet.net> core: Implement GL_OES_EGL_image entry points
/external/mesa3d/src/mesa/main/mfeatures.h
d7d3fb925b6993740d0126d0d7e678c27f5f1850 08-Oct-2009 Chia-I Wu <olvaffe@gmail.com> mesa/main: Add support for remap table.

This commit only adds the source files. It is supposed to replace the
remap table in DRI drivers.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
/external/mesa3d/src/mesa/main/mfeatures.h
cef97267d696d37f4dccb22951499ca25d5d87ad 12-Sep-2009 Chia-I Wu <olvaffe@gmail.com> mesa/main: New feature FEATURE_beginend.

This feature corresponds to the Begin/End paradigm. Disabling this
feature also eliminates the use of GLvertexformat completely.
/external/mesa3d/src/mesa/main/mfeatures.h
42fac11d437d6bf2cb27f9487dedf7fb396616d4 08-Sep-2009 Chia-I Wu <olvaffe@gmail.com> mesa/main: New feature FEATURE_queryobj.

It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and
follows the feature conventions.
/external/mesa3d/src/mesa/main/mfeatures.h
80630d1fed6cd32e75f5e97e2cd27509be21d093 08-Sep-2009 Chia-I Wu <olvaffe@gmail.com> mesa/main: New feature FEATURE_arrayelt.

This allows the removal of AEcontext.
/external/mesa3d/src/mesa/main/mfeatures.h
d25080074f2da1ebc47cdfb5c3491740a57ec03f 08-Sep-2009 Chia-I Wu <olvaffe@gmail.com> mesa/main: New feature FEATURE_rastpos.

It is separated from FEATURE_drawpix and made to follow the feature
conventions.
/external/mesa3d/src/mesa/main/mfeatures.h
17099f5e19dc0ce65cb4e4110d9d22de803c4e52 07-Sep-2009 Chia-I Wu <olvaffe@gmail.com> mesa/main: Add comments to mfeatures.h.

The comments document the conventions that a feature may follow.
/external/mesa3d/src/mesa/main/mfeatures.h
f37070bab6af350caec905ea7658e9241042b6cc 29-Aug-2009 Ian Romanick <ian.d.romanick@intel.com> ARB sync: Add support for GL_ARB_sync to swrast

This isn't quite right yet. The delete behavior and the context
clean-up needs some work.
/external/mesa3d/src/mesa/main/mfeatures.h
e75b283b45add351dbe5a09289fe85546df8a79a 09-Jun-2009 Brian Paul <brianp@vmware.com> mesa: implement GL_ARB_map_buffer_range

Only enabled for software drivers at this point.

Note that the gl_buffer_object::Access enum field has been replaced by
a gl_buffer_object::AccessFlags bitfield. The new field is a mask of
the GL_MAP_x_BIT flags which is a superset of the old GL_READ_ONLY,
GL_WRITE_ONLY and GL_READ_WRITE modes. When we query GL_BUFFER_ACCESS_ARB
we translate the bitfield into the conventional enum values.
/external/mesa3d/src/mesa/main/mfeatures.h
cb3a9f984de6b1a167c60c345d51d55b8c0ca80b 02-Jun-2009 Brian Paul <brianp@vmware.com> mesa: add #define FEATURE_ARB_pixel_buffer_object
/external/mesa3d/src/mesa/main/mfeatures.h
69e07bdeb42f2454f5052f86119adfb68f253098 07-Mar-2009 Brian Paul <brianp@vmware.com> mesa: remove GL_MESA_program_debug extension

This was never fully fleshed out and hasn't been used.
/external/mesa3d/src/mesa/main/mfeatures.h
7d98f5ab6e207586dcac4b165221ea9852fcf035 22-Jan-2009 Brian Paul <brianp@vmware.com> mesa: initial extension bits for GL_ARB_framebuffer_object
/external/mesa3d/src/mesa/main/mfeatures.h
4f4147eadd983bd4052c5a8e80a1750a813a25fc 07-Oct-2008 Brian <brian.paul@tungstengraphics.com> mesa: fix convolve/convolution mix-ups
/external/mesa3d/src/mesa/main/mfeatures.h
1cf2c8a04313b80a01ef23b06993586ce62281a4 25-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: point size arrays
/external/mesa3d/src/mesa/main/mfeatures.h
d17485fef9b084a6812c626d9734816429f29199 20-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: GL_BYTE vertex/texcoord arrays
/external/mesa3d/src/mesa/main/mfeatures.h
394c1d1c53074f82d2664f655f948f8966f46b9d 20-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: initial support for fixed-pt vertex arrays
/external/mesa3d/src/mesa/main/mfeatures.h
cd4d4f590f3e032d329ebb33dea69d951bb96d11 18-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: FEATURE_dispatch to control dispatch table usage
/external/mesa3d/src/mesa/main/mfeatures.h
049a59a87cafd8ad089f99232bac7ea6cad85f29 13-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: fix typo: s/stacks/stack/
/external/mesa3d/src/mesa/main/mfeatures.h
4fc71f3ec2e3bec6c842473f6b2b6287b309c958 11-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> mesa: refactor: fix some FEATURE_ typos, mistakes
(cherry picked from commit e4cfe0854ad968193106048179b9b52ec1768f41)
/external/mesa3d/src/mesa/main/mfeatures.h
34a61c66fd1b625a5606b795d192a49632ff1787 22-Sep-2008 Keith Whitwell <keith@tungstengraphics.com> mesa: refactor: move #define FEATURE flags into new mfeatures.h file

Also, check the FEATURE flags in many places.
(cherry picked from commit 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1)

Conflicts:

src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/texobj.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
/external/mesa3d/src/mesa/main/mfeatures.h