aboutsummaryrefslogtreecommitdiff
path: root/src/waffle/core/wcore_config_attrs.c
AgeCommit message (Expand)Author
2014-05-09core: Remove attrs->context_full_versionJordan Justen
2014-05-09core: Stop using attrs->context_full_versionJordan Justen
2014-05-09core: Add helper functions for attrs versionsJordan Justen
2014-04-20doxygen: Remove bitrotted Doxygen grouping directivesChad Versace
2014-04-19core: Fix missing space in error messageChad Versace
2013-11-27core: Don't call public API waffle_enum_to_string()Chad Versace
2013-09-16core: Support WAFFLE_CONTEXT_DEBUGChad Versace
2013-09-16core: Refactor how to parse bool config attribsChad Versace
2013-09-16core: Fix fatal typo s/ACCUM_BUFFERS/ACCUM_BUFFER/Chad Versace
2013-09-16core: Support WAFFLE_CONTEXT_FORWARD_COMPATIBLEChad Versace
2013-09-16core: Fix typo in error messageChad Versace
2013-05-09core: Stop internally calling public attrib_list APIChad Versace
2013-01-04core,man: Accept WAFFLE_DONT_CARE for more config attrsChad Versace
2012-12-28core: Simpify calculations of wcore_config_attris::rgb*_sizeChad Versace
2012-12-28core,man: Fix range and default value of WAFFLE_*_SIZE attrsChad Versace
2012-11-27waffle: Declare loop iterators the C99 wayChad Versace
2012-11-18android: Fix c99-ism in wcore_config_attrs.cAdrian Marius Negreanu
2012-11-15include: Fold nearly all headers into waffle.hChad Versace
2012-11-14waffle: Change WAFFLE_CONTEXT_PROFILE behavior for GLChad Versace
2012-11-14core: Rewrite wcore_config_attrs_parse()Chad Versace
2012-11-12core: Extend wcore_config_attrs_parse() for ES3Chad Versace
2012-11-12waffle: Support requests for more OpenGL ES versionsChad Versace
2012-11-12core: Fix profile validation for GLChad Versace
2012-11-12core: Check that requested profile is WAFFLE_NONE for ESChad Versace
2012-11-12core: Add field wcore_config_attrs::context_full_versionChad Versace
2012-11-12core: Refactor validation of context attributesChad Versace
2012-11-12Revert "egl: For OpenGL ES2, allow requests for version > 2.0"Chad Versace
2012-11-02egl: For OpenGL ES2, allow requests for version > 2.0Chad Versace
2012-11-02Revert "waffle: Support OpenGL ES3"Chad Versace
2012-10-29waffle: Support OpenGL ES3Chad Versace
2012-10-29all: Use shorter #include pathsChad Versace
2012-10-04core: Emit error if boolean waffle_config attr has bad valueChad Versace
2012-10-04core: Emit error if an integral waffle_config attr is < -1Chad Versace
2012-08-23all: Replace <> with "" for internal #include'sChad Versace
2012-08-23all: Make relative some include pathsChad Versace
2012-07-31core: Fix return value of wcore_config_attrs_parse()Chad Versace
2012-06-10all: Improve some error messagesChad Versace
2012-06-10include: Rename error enumsChad Versace
2012-05-30license: Convert from Apache 2.0 to BSDChad Versace
2012-05-30core: Add field wcore_config_attrs.rgb_sizeChad Versace
2012-05-30core: Rename wcore_config_attrs.color_buffer_size -> rgba_sizeChad Versace
2012-05-27wcore_config_attrs: Fail if core profile is chosen with accum bufferChad Versace
2012-05-23all: Add enum WAFFLE_ACCUM_BUFFERChad Versace
2012-05-17core: Add context attrs to wcore_config_attrsChad Versace
2012-05-17tests,core: Preemptively fix gl_basic testsChad Versace
2012-05-17core: Refactor wcore_config_attrsChad Versace
2012-05-17Ensure each file ends with a newlineChad Versace
2012-05-11doxygen: Place everything into a moduleChad Versace
2012-04-09waffle: Change some default values to WAFFLE_DONT_CAREChad Versace
2012-04-08core: Add struct wcore_config_attrsChad Versace