Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gles2-2' | Kristian Høgsberg | 2010-05-02 | 3 | -23/+21 |
|\ | | | | | | | | | Conflicts: src/mesa/drivers/dri/common/dri_util.h | ||||
| * | glapi: Update gl_enum.py to generate enum tables for multiple APIs | Kristian Høgsberg | 2010-04-28 | 2 | -13/+19 |
| | | |||||
| * | mesa: Move references to main/remap_helper.h to api_exec.c | Kristian Høgsberg | 2010-04-27 | 1 | -10/+2 |
| | | |||||
* | | Add missing _ in extension category name | Ian Romanick | 2010-04-27 | 1 | -1/+1 |
|/ | |||||
* | glapi: GL 3.x xml file | Brian Paul | 2010-04-19 | 1 | -0/+581 |
| | | | | | Some of the entrypoints defined in other .xml files will need to be removed in favor of these... | ||||
* | glapi: plug in ARB_draw_instanced.xml | Brian Paul | 2010-04-04 | 2 | -0/+3 |
| | |||||
* | glapi: ARB_draw_instanced.xml file | Brian Paul | 2010-04-04 | 1 | -0/+69 |
| | |||||
* | glapi: include/build EXT_transform_feedback.xml | Brian Paul | 2010-04-02 | 2 | -0/+3 |
| | |||||
* | glapi: new EXT_transform_feedback.xml file | Brian Paul | 2010-04-02 | 1 | -0/+123 |
| | |||||
* | glapi: fix error message | Brian Paul | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | glapi: Fix aliases to non-static functions. | Chia-I Wu | 2010-03-21 | 1 | -1/+1 |
| | | | | | | | The bug is triggered by 41a87a43e11c664935349f938022d58d3e22da4e. glBlitFramebuffer, for example, is an alias to the non-static glBlitFramebufferEXT. We should define glBlitFramebuffer as an alias to _dispatch_stub_NNN. | ||||
* | glapi: Correctly generate static disatches for X86. | Chia-I Wu | 2010-03-20 | 1 | -2/+2 |
| | | | | | The entry point names, instead of the function name, should be used to test if the entry point should be statically dispatched. | ||||
* | APPLE_object_purgeable: xml | Chris Wilson | 2010-03-04 | 3 | -0/+39 |
| | | | | Signed-off-by: Chris Wilson <[email protected]> | ||||
* | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
| | | | | | | | | I wasn't careful enough when removing support for GCC versions earlier than 3.3.0. I could have sworn that I compile tested before pushing, but apparently not. FAIL. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | Remove support for GCC older than 3.3.0 from generator scripts | Ian Romanick | 2010-03-03 | 3 | -4/+4 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | glapi: drop SOLARIS_THREADS | George Sapountzis | 2010-03-01 | 2 | -2/+2 |
| | | | | It seems that SOLARIS_THREADS is not used and does not work. | ||||
* | glapi/gen: just copy in glx/glapi | George Sapountzis | 2010-02-25 | 1 | -23/+21 |
| | |||||
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 2 | -2/+2 |
| | | | | | | glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table. | ||||
* | glapi: Generated GLX sources should use glapidispatch.h. | Chia-I Wu | 2010-02-25 | 2 | -2/+2 |
| | | | | Fix glX_proto_recv.py and glX_proto_send.py, and regenerate the sources. | ||||
* | glapi: Add GL_OES_EGL_image | Kristian Høgsberg | 2010-02-24 | 3 | -1/+24 |
| | |||||
* | glapi: fix code generation Makefile after mv | George Sapountzis | 2010-02-24 | 1 | -73/+118 |
| | |||||
* | glapi: mv code generation to subdir | George Sapountzis | 2010-02-24 | 42 | -0/+21750 |
This just moves files, code generation Makefile will be fixed in next commit for easier review. |