Brian Paul
65897c04c8
don't create include/GLES yet
19 yıl önce
Brian Paul
c97c5f0b6b
remove obsolete PointSizePtr
19 yıl önce
Jouk Jansen
c3c64383ca
OpenVMS compile support update
Modified Files:
Mesa/src/mesa/main/descrip.mms
----------------------------------------------------------------------
19 yıl önce
Brian Paul
be906fe05e
added some comments, braces in _mesa_BindTexture
19 yıl önce
Brian Paul
2d77b25c27
minor clean-ups
19 yıl önce
Brian Paul
9960ddcd66
comments for gl_array_object struct
19 yıl önce
Keith Whitwell
0b994ef589
Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes
googleearth glitches.
19 yıl önce
Keith Whitwell
d048b7d36e
Protect _swrast_read_rgba_span with RENDER_START/FINISH
19 yıl önce
Brian Paul
4f68411e77
s/ATTRIBUTE/GENERIC/
19 yıl önce
Brian Paul
62e1fae858
A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really
just aliases for members of the VB->AttribPtr[] array.
Begin replacing FogCoordPtr with VB->AttribPtr[_TNL_ATTRIB_FOG], and similarly
for NormalPtr, TexCoordPtr, PointSizePtr, etc.
19 yıl önce
Brian Paul
62dc134771
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
19 yıl önce
Brian Paul
3c18d49607
new assertion
19 yıl önce
Brian Paul
ee06106082
Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but
disable reporting the GLX_SGI_video_sync extension anyway.
Google Earth works now.
19 yıl önce
Brian Paul
2d087480b4
GLX_BAD_CONTEXT checks in video-sync functions
19 yıl önce
Brian Paul
e49aea9cef
remove debug printf
19 yıl önce
Brian Paul
f9d88c8204
clean-ups and new comments
19 yıl önce
Brian Paul
4df010b296
fix glVertexAttribPointerARB's normalized behaviour
19 yıl önce
Brian Paul
34a3779aae
remove unused index_attr1fv()
19 yıl önce
Brian Paul
7dfdf3a5b7
Rename some functions/macros to better reflect their behaviour:
3F -> 3FN because integer types are normalized
4FC -> 3FN because we can normalize non-color attributes
19 yıl önce
Brian Paul
44b82dffe8
In import_attrib(), use the from->Normalized flag to choose the right
translation function.
Before this fix the 'normalized' flag to glVertexAttribPointerARB() was ignored.
19 yıl önce
Brian Paul
5c7c5a762e
s/0/NULL/
19 yıl önce
Brian Paul
1c546ae552
When using an ARB vertex program, the generic vertex arrays do not alias the
conventional arrays.
Typo: s/writeable/writable/
19 yıl önce
Brian Paul
8bc00c2047
fix size assertions in _mesa_init_teximage_fields()
19 yıl önce
Brian Paul
212d7e8369
minor simplification in texcoord array import
19 yıl önce
Michel Dänzer
73e73ffdd5
Fix command line parsing.
19 yıl önce
Brian Paul
bd1e587ebe
remove some unneeded #includes
19 yıl önce
Brian Paul
0395cc01fd
Fix a few conversion bugs. For example, GLshort->GLfloat conversion
didn't work for color arrays.
19 yıl önce
Kristian Høgsberg
c25eb99f95
Fix all instances of calling __glXSetupForCommand before GetReqExtra.
19 yıl önce
Brian Paul
18d0efb555
removed incorrect const qualifier
19 yıl önce
Ian Romanick
9853aac495
Make r300 driver build with GL_APPLE_vertex_array_object changes.
Sorry for the breakage. These changes are only build tested.
19 yıl önce
Brian Paul
a3feff414f
GL_APPLE_vertex_array_object is new
19 yıl önce
Brian Paul
48c03d7c9f
s/buffer/arrays/
19 yıl önce
Brian Paul
d2fb24a671
make do_vertex_attrib_enable() static
19 yıl önce
Brian Paul
f2ce358331
include glxclient.h to silence missing prototypes warning
19 yıl önce
Brian Paul
c8f8fbecd7
remove const qualifier from glGenVertexArraysAPPLE() parameter
19 yıl önce
Brian Paul
0e0e3b05ab
include arrayobj.h
19 yıl önce
Brian Paul
050d39b3f4
remove unused var
19 yıl önce
Ian Romanick
ee34e6ef71
Add support for GL_APPLE_vertex_array_object. Several test programs
and demos are also added.
Adding basic support to drivers should be as easy as just enabling the
extension, though thorough test would also be required.
19 yıl önce
Alan Hourihane
6254d59043
fire vertices before context destruction.
19 yıl önce
Tilman Sauerbeck
51eb359ea9
destroy the memory manager along with the context
19 yıl önce
Roland Scheidegger
5b90cf2f2f
enable arb_vertex_program by default if drm is new enough. Do a fallback when it's a nv_vp as there could be issues.
19 yıl önce
Claudio Ciccani
da4b01211b
Added some notes about this implementation.
19 yıl önce
Claudio Ciccani
4812a59754
Enable setting invible cursors.
19 yıl önce
Claudio Ciccani
6acc6dd0c4
Separated joystick pointer coordinates from mouse pointer coordinates.
19 yıl önce
Roland Scheidegger
52c5d9c5b7
shuffle some code to make some assertions in the _savage_texstore_a111xxxx functions compile without error...
19 yıl önce
Brian Paul
5dbd0a400a
added info about prerequisites for building DRI drivers
19 yıl önce
Brian Paul
11ea8cb0a2
fix glBegin error test
19 yıl önce
Brian Paul
ee7e58e111
check for invalid mode in glBegin(), bug 7142
19 yıl önce
Tilman Sauerbeck
a0daa1220f
include tnl/tnl.h for _tnl_program_string()
19 yıl önce
Tilman Sauerbeck
3ebf0418a9
mark ARL operand as scalar (Roland Scheidegger)
19 yıl önce