summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi_x86-64.S
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove the generated glapi from source control, and just build it.Eric Anholt2012-05-291-37708/+0
| | | | | | | | | | | Mesa already always depends on python to build. The checked in changes are not reviewed (because any trivial change rewrites the world). We also have been pushing commits between xml change and regen where at-build-time xml-generated code disagrees with committed xml-generated code. And worst of all, sometimes we ("I") check in *stale* xml-generated code. Acked-by: Ian Romanick <[email protected]>
* glapi: regen for TBO change.Eric Anholt2012-04-091-2355/+2319
|
* glapi: ARB_blend_func_extended support + regen. (v2)Dave Airlie2012-03-261-1682/+1764
| | | | | | | | | | This adds the xml file covering ARB_blend_func_extended. v2: fix SRC1_ALPHA Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* glapi: regenerate filesMarek Olšák2012-03-101-1410/+1606
|
* glapi: regenerated API files for GL_ARB_texture_storageBrian Paul2011-10-311-1305/+1599
|
* glapi: regen API files for new extensionIan Romanick2011-10-041-0/+1
| | | | Signed-off-by: Ian Romanick <[email protected]>
* glapi: regen API files for new extensionDave Airlie2011-09-061-1434/+2904
| | | | Signed-off-by: Dave Airlie <[email protected]>
* mapi: Commit generated files modified by previous commitIan Romanick2011-08-261-0/+1
| | | | | Some of the changes are spurious because somebody forgot to do this when adding glFramebufferTextureLayerARB.
* mesa: Remove support for BeOSIan Romanick2011-08-261-1/+1
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* glapi: regenerated filesPierre-Eric Pelloux-Prayer2011-06-021-1485/+1538
| | | | Signed-off-by: Brian Paul <[email protected]>
* glapi: regenerate files for AMD_draw_buffers_blendMarek Olšák2011-05-031-0/+4
|
* Squashed commit of the following:Brian Paul2011-04-261-1303/+2195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 864fe253b04105b7469e5f7b064dc37637b944f8 Author: Brian Paul <[email protected]> Date: Thu Apr 21 20:13:07 2011 -0600 mesa: s/exec/disp/ in _mesa_init_histogram_dispatch() This function isn't normally compiled (FEATURE_histogram). commit f4bf45e2b94b582cacd19cdca873c5be627e4250 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:58 2011 -0600 mesa: hook up GL_ARB_robustness dispatch functions ...and advertise the extension. Signed-off-by: Brian Paul <[email protected]> commit 2b89e38e5f572dc40cebc06381ae7c5d04386998 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:58 2011 -0600 mesa: regenerated API files for GL_ARB_robustness Signed-off-by: Brian Paul <[email protected]> commit 5d5ebfb7135cec9d833adef86cbf4d0f3d9beca8 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 glapi: add ARB_robustness xml Signed-off-by: Brian Paul <[email protected]> commit 0159d1d6d99f4bbc18381dc2081c20d3aff17ac9 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: implement GL_ARB_robustness functions Signed-off-by: Brian Paul <[email protected]> commit 938fd71f4c4742f274922d53492a7290ab8d9c9b Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: add context fields for GL_ARB_robustness Signed-off-by: Brian Paul <[email protected]> commit 72075137bc79e65be03dac7e97b6dba93c3a86a4 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: standardize more bounds-checking error messages Signed-off-by: Brian Paul <[email protected]> commit 32a3fc23746db49da903fbc08afa0135af3007d2 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: standardize some bounds-checking error messages Signed-off-by: Brian Paul <[email protected]> commit cecbf1f4d164207de373dec0cadee2e84e1f9656 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: add more bounds-checking support for client memory buffers Signed-off-by: Brian Paul <[email protected]> commit edc895b52383d5bd274422db56adead1d81daf5f Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: add bounds-checking support for client memory buffers Signed-off-by: Brian Paul <[email protected]> commit 3a96ef28a538f158a219b406cd090dee70470c85 Author: nobled <[email protected]> Date: Thu Apr 21 07:53:57 2011 -0600 mesa: use is_bufferobj() helper function Signed-off-by: Brian Paul <[email protected]>
* glapi: regenerated files for GL_ARB_sampler_objectsBrian Paul2011-04-101-1354/+1868
|
* mesa: regenerated API entrypoints for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-1393/+1430
|
* mesa: regenerate glapi filesMarek Olšák2011-03-291-1430/+1467
|
* mesa: regenerate glapi filesMarek Olšák2011-03-151-29/+58
| | | | | Be sure to type "make clean" after this commit, otherwise your binaries will segfault.
* glapi: add @GOTPCREL relocation typeDimitry Andric2011-01-271-1/+2
| | | | | | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33440 This replaces commit 731ec60da3ccb92f5bfb4d6f1bc3c8e712751376 NOTE: This is a candidate for the 7.9 and 7.10 branches Signed-off-by: Brian Paul <[email protected]>
* Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul2011-01-251-1/+1
| | | | | | This reverts commit 731ec60da3ccb92f5bfb4d6f1bc3c8e712751376. This change causes crashes in the x86-64 dispatch code.
* glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric2011-01-251-1/+1
| | | | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33440 NOTE: This is a candidate for the 7.9 and 7.10 branches Signed-off-by: Brian Paul <[email protected]>
* glapi: regenerated filesBrian Paul2011-01-151-1351/+1507
|
* glapi: regenerated filesBrian Paul2011-01-151-1382/+1419
|
* glapi: Regenerate for GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-1300/+1485
|
* WIN32_THREADS -> WIN32José Fonseca2010-12-021-1/+1
| | | | | | | | | Fixes nasty bug where some parts of the code didn't define WIN32_THREADS and were using the integer mutex implementation, causing even confusion to the debuggers. And there is little interest of other thread implemenation on Win32 besides Win32 threads.
* mesa: hook up GL 3.x entrypointsBrian Paul2010-11-211-1958/+2428
| | | | Fix up some details in the xml files and regenerate dispatch files.
* glapi: regenerated API filesBrian Paul2010-10-281-187/+1501
|
* glapi: Commit files changed by previous commitIan Romanick2010-10-271-52/+155
|
* mesa: regenerated API files for GL_EXT_texture_integerBrian Paul2010-10-231-122/+360
|
* mesa: regenerated files with primitive restartBrian Paul2010-10-211-265/+323
|
* Regenerate files changed by previous commitIan Romanick2010-09-271-1083/+1007
|
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-1200/+1562
| | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+31286
Move glapi to src/mapi/{glapi,es1api,es2api}.