Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 66 | -75004/+0 |
| | | | | Move glapi to src/mapi/{glapi,es1api,es2api}. | ||||
* | glapi: Move assembly dispatchers back into glapi/. | Chia-I Wu | 2010-05-07 | 5 | -8/+34012 |
| | |||||
* | Revert "glapi: s/strcpy/strncpy/" | Brian Paul | 2010-05-03 | 1 | -2/+1 |
| | | | | | | | This reverts commit 9446fd8f69564e09ffd0f28735a99c510f84bb62. It doesn't make sense to replace strcpy(a,b) with strncpy(a,b,strlen(b)). The preceeding code effectively does bounds checking, btw. | ||||
* | 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 |
| | | |||||
* | | glapi: s/strcpy/strncpy/ | Vinson Lee | 2010-05-01 | 1 | -1/+2 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-04-28 | 1 | -0/+20 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c | ||||
| * | | glapi: Fix loading of old DRI drivers. | Chia-I Wu | 2010-04-27 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | The removal of _glapi_noop_enable_warnings and _glapi_set_warning_func in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0 prevents DRI drivers built before the commit from loading. Add stub versions of the functions to make them load again. | ||||
* | | | 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: regenerated files for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 5 | -2003/+2071 |
| | | |||||
* | | 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: regenerated files for EXT_transform_feedback | Brian Paul | 2010-04-02 | 5 | -389/+563 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-03-25 | 1 | -1/+2 |
|\| | |||||
| * | glapi: return int = 0 from NoOpGeneric() | Brian Paul | 2010-03-25 | 1 | -1/+2 |
| | | | | | | | | | | | | If a GL function is called w/out a current rendering context, this stub gets called. It should return 0 so that non-void-valued functions return 0/NULL instead of a random number. | ||||
* | | Merge branch '7.8' | Brian Paul | 2010-03-22 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | ||||
| * | 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. | ||||
* | | glapi: fix assorted warnings | Brian Paul | 2010-03-17 | 3 | -7/+10 |
| | | | | | | | | | | And replace some instances of GLuint with unsigned int to avoid pulling in GL/gl.h | ||||
* | | glapi: exec_malloc for dispatch stubs | George Sapountzis | 2010-03-14 | 4 | -8/+154 |
| | | |||||
* | | glapi: this one should be by THREAD | George Sapountzis | 2010-03-14 | 1 | -6/+4 |
| | | |||||
* | | glapi: more organize code by arch | George Sapountzis | 2010-03-14 | 1 | -4/+10 |
| | | | | | | | | | | | | It seems that x86-64 with tls will fail to compile or load due to a missining gl_dispatch_functions_start symbol. Not changing though, since this is how it used to be and cannot test. | ||||
* | | glapi: organize arch-specific code by arch (2) | George Sapountzis | 2010-03-14 | 1 | -81/+73 |
| | | |||||
* | | glapi: organize arch-specific code by arch | George Sapountzis | 2010-03-14 | 1 | -19/+50 |
| | | |||||
* | | glapi: fix bug with tls and relocs | George Sapountzis | 2010-03-10 | 1 | -0/+3 |
| | | | | | | | | | | | | add_dispatch (driver) and maybe get_proc_address (client) may be called before set_dispatch is called, which results in generate_entrypoint using an unreloced function template. | ||||
* | | glapi: these two should be ok for add_dispatch ... | George Sapountzis | 2010-03-10 | 1 | -1/+5 |
| | | | | | | | | | | | | - a function cannot be both static and extension, right ? - we should be setting the offset only if not already set, right ? | ||||
* | | glapi: comments for _glapi_add_dispatch | George Sapountzis | 2010-03-10 | 1 | -6/+18 |
| | | |||||
* | | glapi: minor cosmetic for _glapi_add_dispatch | George Sapountzis | 2010-03-10 | 1 | -10/+11 |
| | | |||||
* | | glapi: add function set_entry_info | George Sapountzis | 2010-03-10 | 1 | -3/+22 |
| | | |||||
* | | glapi: parameter checking, failure paths, ... for add_function_name | George Sapountzis | 2010-03-10 | 1 | -12/+26 |
| | | |||||
* | | glapi: cosmetic for _glapi_add_dispatch | George Sapountzis | 2010-03-10 | 1 | -25/+32 |
| | | | | | | | | | | | | | | - static vs. extension - indent - s/new_offset/static_offset/ - ... | ||||
* | | glapi: use get_extension_proc in _glapi_add_dispatch | George Sapountzis | 2010-03-10 | 1 | -12/+8 |
| | | |||||
* | | glapi: cosmetic for functions for static table | George Sapountzis | 2010-03-10 | 1 | -26/+33 |
| | | | | | | | | make similar to functions for extensions table | ||||
* | | glapi: add function to find extension by name | George Sapountzis | 2010-03-10 | 1 | -10/+21 |
| | | |||||
* | | glapi: functions for extensions table similar to static table | George Sapountzis | 2010-03-10 | 1 | -19/+50 |
| | | |||||
* | | glapi: allow for any mangle prefix | George Sapountzis | 2010-03-09 | 1 | -2/+3 |
| | | |||||
* | | glapi: split out arch-specific code for entrypoints | George Sapountzis | 2010-03-09 | 3 | -295/+356 |
| | | |||||
* | | glapi: mv table functions to glapi_getproc.c and add local header | George Sapountzis | 2010-03-09 | 4 | -66/+98 |
| | | |||||
* | | drop stray XFree86Server, XGLServer | George Sapountzis | 2010-03-09 | 1 | -4/+4 |
|/ | |||||
* | APPLE_object_purgeable: autogenerated files | Chris Wilson | 2010-03-04 | 5 | -353/+407 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | | | | | 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 generated sources | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
| | | | | 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]> | ||||
* | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> |