Brian Paul
|
355467bed8
|
Allow the software fallback glDrawPixels, glReadPixels, glBitmap commands to
work with real, hardware-based PBOs in the future by mapping/unmapping the
PBO buffer as needed.
|
2004-10-31 15:39:04 +00:00 |
|
Brian Paul
|
c6136ea62c
|
unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!
|
2004-10-31 15:27:12 +00:00 |
|
Brian Paul
|
7eab337d9c
|
use _mesa_unmap_buffer by default
|
2004-10-31 15:23:42 +00:00 |
|
Brian Paul
|
2daa4137b6
|
Remove redundant error checking.
Added _mesa_buffer_unmap().
Minor clean-ups.
|
2004-10-31 00:17:42 +00:00 |
|
Brian Paul
|
9ae96a5ce8
|
remove debug code
|
2004-10-29 19:31:52 +00:00 |
|
Brian Paul
|
7520e25995
|
Updated getprocaddress test to use gl_API.xml instead of old APIspec file.
|
2004-10-29 19:12:08 +00:00 |
|
Michal Krol
|
efb8b3e251
|
slang syntax conforming spec rev. 1.10.59
|
2004-10-29 17:09:40 +00:00 |
|
Daniel Borca
|
b0996b19f0
|
make sure we don't generate random alpha
|
2004-10-29 13:35:56 +00:00 |
|
Daniel Borca
|
03501e7a29
|
decoder "width" parameter represents "stride-in-pixels"
|
2004-10-29 13:25:44 +00:00 |
|
Brian Paul
|
7faf519233
|
VertexAttrib3svNV was incorrect
|
2004-10-29 04:00:50 +00:00 |
|
Adam Jackson
|
0b8acd90b3
|
libGL needs libXxf86vm.a.
|
2004-10-29 00:10:43 +00:00 |
|
Brian Paul
|
4e120c9718
|
obsolete
|
2004-10-28 22:18:52 +00:00 |
|
Brian Paul
|
98fa2bf364
|
minor clean-ups, found with pychecker
|
2004-10-28 21:11:02 +00:00 |
|
Brian Paul
|
fa557e904d
|
name parameter to glGetActiveAttribARB() should not be const.
Added shaderobjects.c to sources file.
|
2004-10-28 21:03:19 +00:00 |
|
Michal Krol
|
af7a807650
|
renumber ARB_shader_objects and ARB_vertex_shader offsets
to get BlendEquation have offset 710
fix param name lack with GetInfoLogARB
|
2004-10-28 11:14:02 +00:00 |
|
Eric Anholt
|
cc182213c8
|
Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same
problems as Linux.
|
2004-10-28 00:19:21 +00:00 |
|
Eric Anholt
|
948f2720f7
|
Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand.
|
2004-10-28 00:18:02 +00:00 |
|
Brian Paul
|
51c026b265
|
updated PLIB URL
|
2004-10-27 23:01:47 +00:00 |
|
Adam Jackson
|
3291de6d06
|
Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not
export it via glXGetProcAddress. These are not supported anymore, so print
an error message to that effect.
|
2004-10-27 17:50:09 +00:00 |
|
Michal Krol
|
b28031d57e
|
remove unused entries
|
2004-10-27 17:36:23 +00:00 |
|
Michal Krol
|
80d468c1c9
|
fill api entries for ARB_shader_objects and ARB_vertex_shader
|
2004-10-27 17:34:27 +00:00 |
|
Michal Krol
|
678ea6cd5c
|
add entries for extensions ARB_shader_objects, ARB_fragment_shader and
ARB_vertex_shader
|
2004-10-27 17:27:57 +00:00 |
|
Michal Krol
|
2f11cbd15b
|
add FEATURE flags for ARB_shader_objects, ARB_vertex_shader and
ARB_fragment_shader
|
2004-10-27 17:16:06 +00:00 |
|
Michal Krol
|
c1fe469870
|
by karoshi - ARB_shader_objects implementation
empty routines by now
|
2004-10-27 17:09:10 +00:00 |
|
Michal Krol
|
ed2c18c08c
|
by karoshi - header file for ARB_shader_objects implementation
|
2004-10-27 16:57:04 +00:00 |
|
Michal Krol
|
26bf36ce49
|
add support for ARB_shader_objects and ARB_vertex_shader
|
2004-10-27 16:46:26 +00:00 |
|
Michal Krol
|
beb9554273
|
add support for ARB_shader_objects and ARB_vertex_shader
|
2004-10-27 16:39:09 +00:00 |
|
Michal Krol
|
a97bc422d6
|
assign api offsets for ARB_shader_objects and ARB_vertex_shader
|
2004-10-27 16:37:24 +00:00 |
|
Michal Krol
|
71eb0a7fd6
|
regenerate with correct script
|
2004-10-27 15:40:46 +00:00 |
|
Michal Krol
|
b7293dc2b7
|
regenerate with correct script
|
2004-10-27 15:34:31 +00:00 |
|
Michal Krol
|
ec3ad66696
|
fix DrawBufferARB entry
|
2004-10-27 15:29:05 +00:00 |
|
Michal Krol
|
1c0f9d71bd
|
fix DrawBuffersARB entry
|
2004-10-27 15:27:08 +00:00 |
|
Michal Krol
|
455c8177ad
|
the file was empty!
|
2004-10-27 15:20:08 +00:00 |
|
Michal Krol
|
b15fd4ba76
|
by karoshi - add support for ARB_shader objects and ARB_vertex_shader
|
2004-10-27 15:06:18 +00:00 |
|
Ian Romanick
|
95ba352497
|
As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.
|
2004-10-26 19:20:40 +00:00 |
|
Brian Paul
|
640492aec9
|
added an attention-getting comment for developers who get stopped in _mesa_test_os_sse_support() while debugging
|
2004-10-26 17:29:59 +00:00 |
|
Brian Paul
|
2083131643
|
added stereo option (Jacek Rosik)
|
2004-10-26 14:36:32 +00:00 |
|
Adam Jackson
|
1cda832fd9
|
remove a -Werror from testing.
|
2004-10-25 22:19:43 +00:00 |
|
Adam Jackson
|
61702d4afe
|
Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini.
|
2004-10-25 21:23:08 +00:00 |
|
Adam Jackson
|
312c68fab3
|
Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the
link list for libGL itself under DRI configurations, since the XML parsing
code is in the drivers themselves.
|
2004-10-25 21:20:29 +00:00 |
|
Adam Jackson
|
7badefa6c4
|
Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS.
|
2004-10-25 21:18:52 +00:00 |
|
Adam Jackson
|
cb3610e37c
|
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
by adding 'glx/x11' to SRC_DIRS in your build config.
|
2004-10-25 21:09:16 +00:00 |
|
Adam Jackson
|
bcd8735546
|
Import sarea.h from Xorg, needed for client GLX code.
|
2004-10-25 20:52:11 +00:00 |
|
Nicolai Haehnle
|
5a9fd2afc6
|
Implement ColorMask
|
2004-10-24 06:17:20 +00:00 |
|
Nicolai Haehnle
|
d586540eaf
|
Hardware accelerated depth clear
|
2004-10-24 05:52:10 +00:00 |
|
Adam Jackson
|
94987beb2c
|
Bug #1682: Mesa core code that gets linked into DRI drivers should never call
through the GL API directly, but should instead use the GL_CALL macro.
|
2004-10-24 02:05:40 +00:00 |
|
Brian Paul
|
07553c58fd
|
wrap angle value (Philipp Klaus Krause)
|
2004-10-23 18:55:48 +00:00 |
|
Brian Paul
|
e57b6d5a4f
|
addes osdemo32 target (J.P. Delport)
|
2004-10-23 16:58:32 +00:00 |
|
Brian Paul
|
0aa0343fb0
|
minor fixes from J.P. Delport
|
2004-10-23 16:57:44 +00:00 |
|
Ian Romanick
|
74b0080086
|
Big-endian fixes for R200 sw TCL path.
|
2004-10-23 00:42:17 +00:00 |
|