Brian Paul [Mon, 3 Jul 2006 13:20:32 +0000 (13:20 +0000)]
disable a new mem leak check until we're sure it's valid
Brian Paul [Mon, 3 Jul 2006 13:17:00 +0000 (13:17 +0000)]
fix clipping bug on context change (Martijn van Oosterhout)
Tilman Sauerbeck [Sat, 1 Jul 2006 21:27:34 +0000 (21:27 +0000)]
initialize offset to avoid bogus warnings from valgrind
Brian Paul [Fri, 30 Jun 2006 17:56:50 +0000 (17:56 +0000)]
Vertex/fragment program patches (Rune Petersen)
Brian Paul [Fri, 30 Jun 2006 17:21:32 +0000 (17:21 +0000)]
clipping fixes (Martijn van Oosterhout)
Brian Paul [Fri, 30 Jun 2006 16:55:39 +0000 (16:55 +0000)]
clean-ups
Brian Paul [Fri, 30 Jun 2006 15:58:53 +0000 (15:58 +0000)]
use _mesa_HashDeleteAll()
Brian Paul [Fri, 30 Jun 2006 15:57:05 +0000 (15:57 +0000)]
remove occlude.c demo since GL_HP_occlusion_test no longer available
Brian Paul [Fri, 30 Jun 2006 15:44:30 +0000 (15:44 +0000)]
In free_shared_state(), use new _mesa_HashDeleteAll() function to delete
textures, display lists, programs, VBOs, etc. Less code and more efficient.
Brian Paul [Fri, 30 Jun 2006 15:41:55 +0000 (15:41 +0000)]
Added _mesa_delete_list() to delete a display list, but don't remove from
hash table. Make _mesa_destroy_list() static.
Brian Paul [Fri, 30 Jun 2006 15:39:23 +0000 (15:39 +0000)]
Added _mesa_HashDeleteAll() to delete all entries in a hash table with a
callback function.
Added _mesa_HashWalk() to walk over all entries in a hash table with callback.
Jerome Glisse [Thu, 29 Jun 2006 20:01:35 +0000 (20:01 +0000)]
Fix typo.
Tilman Sauerbeck [Thu, 29 Jun 2006 18:36:51 +0000 (18:36 +0000)]
destroy left-over VBOs on shutdown
Tilman Sauerbeck [Thu, 29 Jun 2006 16:48:45 +0000 (16:48 +0000)]
instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NUM_GENERIC. this fixes an off-by-one error (we didn't handle the final attribute)
Tilman Sauerbeck [Thu, 29 Jun 2006 16:47:09 +0000 (16:47 +0000)]
cleanup, avoid magic values
Tilman Sauerbeck [Thu, 29 Jun 2006 16:45:57 +0000 (16:45 +0000)]
added _TNL_NUM_GENERIC
Brian Paul [Thu, 29 Jun 2006 15:44:13 +0000 (15:44 +0000)]
only assert front/back pitch if double-buffered (bug 7663)
Brian Paul [Wed, 28 Jun 2006 21:58:47 +0000 (21:58 +0000)]
added src/glx/x11/depend to DEPEND_FILES
Tilman Sauerbeck [Wed, 28 Jun 2006 16:26:20 +0000 (16:26 +0000)]
propagate errors from parse_generic_attrib_num in parse_attrib_binding (-> don't segfault when you're trying to access invalid generic attributes
Brian Paul [Tue, 27 Jun 2006 20:11:00 +0000 (20:11 +0000)]
Don't use nested struct definitions in tnl_clipspace_fastpath.
Make attr_type into a top-level type: tnl_attr_type
See bug 7340.
Ian Romanick [Tue, 27 Jun 2006 16:13:13 +0000 (16:13 +0000)]
Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and
GL_EXT_framebuffer_blit. Enumerants in the XML schema get the GL_ prefix
added to them automatically. This resulted in things like
"GL_GL_TIME_ELAPSED_EXT" in enums.c.
Aapo Tahkola [Tue, 27 Jun 2006 01:46:11 +0000 (01:46 +0000)]
Fix stencil clears that have caused problems with redbook/stencil, tests/stencilwrap and ut2k4 adrenaline pills.
Aapo Tahkola [Tue, 27 Jun 2006 01:26:47 +0000 (01:26 +0000)]
Fix generic vertex attribs (Rune Petersen)
Brian Paul [Mon, 26 Jun 2006 23:00:15 +0000 (23:00 +0000)]
use trackball code for mouse rotation
Brian Paul [Mon, 26 Jun 2006 22:59:28 +0000 (22:59 +0000)]
virtual trackball code
Brian Paul [Mon, 26 Jun 2006 19:59:38 +0000 (19:59 +0000)]
locking fixes (Martijn Van Oosterhout)
Brian Paul [Mon, 26 Jun 2006 15:34:21 +0000 (15:34 +0000)]
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
Probably need to fix the install destinations too...
Tilman Sauerbeck [Fri, 23 Jun 2006 16:47:08 +0000 (16:47 +0000)]
more cleanups
Brian Paul [Fri, 23 Jun 2006 15:27:32 +0000 (15:27 +0000)]
fix glut/freeglut links
Brian Paul [Thu, 22 Jun 2006 22:50:48 +0000 (22:50 +0000)]
New 'install' targets in makefile. See bug 2372.
Keith Whitwell [Thu, 22 Jun 2006 16:32:19 +0000 (16:32 +0000)]
A bunch of tiny tests that I've found helpful bringing up drivers from
scratch. These exercise single pieces of functionality and provide a
gentler ramp than trying to use the mesa demos to bring up drivers with.
Keith Whitwell [Wed, 21 Jun 2006 14:04:04 +0000 (14:04 +0000)]
exercise min/max lod
Keith Whitwell [Wed, 21 Jun 2006 14:03:39 +0000 (14:03 +0000)]
exercise position invarient vertex program
Alan Hourihane [Wed, 21 Jun 2006 10:58:04 +0000 (10:58 +0000)]
Check for a valid context
Brian Paul [Tue, 20 Jun 2006 15:30:26 +0000 (15:30 +0000)]
rewrite gluErrorString() to be more legible
Brian Paul [Tue, 20 Jun 2006 14:52:22 +0000 (14:52 +0000)]
reorder a few token definitions
Michel Dänzer [Tue, 20 Jun 2006 09:39:32 +0000 (09:39 +0000)]
Add M32R architecture to test for USE_IEEE and friends (Kazuhiro Inaoka,
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374608).
Brian Paul [Tue, 20 Jun 2006 03:35:17 +0000 (03:35 +0000)]
fix span code compilation problems, bug 5858
Ian Romanick [Mon, 19 Jun 2006 16:39:49 +0000 (16:39 +0000)]
Print the hex value of the errant input when an invalid stencil function is
specified.
Alan Hourihane [Mon, 19 Jun 2006 09:27:04 +0000 (09:27 +0000)]
If DrawBuffer isn't set, return immediately
Tilman Sauerbeck [Sun, 18 Jun 2006 14:07:10 +0000 (14:07 +0000)]
no need to handle ARL in a special way, it's a generic scalar operation. only tested on r300.
Aapo Tahkola [Sun, 18 Jun 2006 12:50:27 +0000 (12:50 +0000)]
fix broken negate
Aapo Tahkola [Sun, 18 Jun 2006 12:39:58 +0000 (12:39 +0000)]
fix broken address register reads
Brian Paul [Fri, 16 Jun 2006 14:50:05 +0000 (14:50 +0000)]
Thread safety for Win32. SourceForge bug #
1507315.
Brian Paul [Fri, 16 Jun 2006 13:45:29 +0000 (13:45 +0000)]
glPush/PopAttrib fix (bug 6891)
Brian Paul [Fri, 16 Jun 2006 13:41:05 +0000 (13:41 +0000)]
don't create include/GLES yet
Brian Paul [Fri, 16 Jun 2006 13:40:06 +0000 (13:40 +0000)]
remove obsolete PointSizePtr
Jouk Jansen [Fri, 16 Jun 2006 13:14:35 +0000 (13:14 +0000)]
OpenVMS compile support update
Modified Files:
Mesa/src/mesa/main/descrip.mms
----------------------------------------------------------------------
Brian Paul [Thu, 15 Jun 2006 15:39:10 +0000 (15:39 +0000)]
added some comments, braces in _mesa_BindTexture
Brian Paul [Thu, 15 Jun 2006 15:36:06 +0000 (15:36 +0000)]
minor clean-ups
Brian Paul [Thu, 15 Jun 2006 15:34:13 +0000 (15:34 +0000)]
comments for gl_array_object struct
Keith Whitwell [Thu, 15 Jun 2006 12:47:29 +0000 (12:47 +0000)]
Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes
googleearth glitches.
Keith Whitwell [Wed, 14 Jun 2006 10:48:09 +0000 (10:48 +0000)]
Protect _swrast_read_rgba_span with RENDER_START/FINISH
Brian Paul [Wed, 14 Jun 2006 04:15:16 +0000 (04:15 +0000)]
s/ATTRIBUTE/GENERIC/
Brian Paul [Wed, 14 Jun 2006 04:05:17 +0000 (04:05 +0000)]
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.
Brian Paul [Wed, 14 Jun 2006 03:30:57 +0000 (03:30 +0000)]
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
Brian Paul [Wed, 14 Jun 2006 03:29:08 +0000 (03:29 +0000)]
new assertion
Brian Paul [Tue, 13 Jun 2006 23:06:25 +0000 (23:06 +0000)]
Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but
disable reporting the GLX_SGI_video_sync extension anyway.
Google Earth works now.
Brian Paul [Tue, 13 Jun 2006 23:04:41 +0000 (23:04 +0000)]
GLX_BAD_CONTEXT checks in video-sync functions
Brian Paul [Tue, 13 Jun 2006 22:17:41 +0000 (22:17 +0000)]
remove debug printf
Brian Paul [Tue, 13 Jun 2006 17:24:36 +0000 (17:24 +0000)]
clean-ups and new comments
Brian Paul [Tue, 13 Jun 2006 17:17:32 +0000 (17:17 +0000)]
fix glVertexAttribPointerARB's normalized behaviour
Brian Paul [Tue, 13 Jun 2006 17:16:56 +0000 (17:16 +0000)]
remove unused index_attr1fv()
Brian Paul [Tue, 13 Jun 2006 17:13:15 +0000 (17:13 +0000)]
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
Brian Paul [Tue, 13 Jun 2006 17:06:44 +0000 (17:06 +0000)]
In import_attrib(), use the from->Normalized flag to choose the right
translation function.
Before this fix the 'normalized' flag to glVertexAttribPointerARB() was ignored.
Brian Paul [Tue, 13 Jun 2006 17:04:26 +0000 (17:04 +0000)]
s/0/NULL/
Brian Paul [Tue, 13 Jun 2006 17:03:25 +0000 (17:03 +0000)]
When using an ARB vertex program, the generic vertex arrays do not alias the
conventional arrays.
Typo: s/writeable/writable/
Brian Paul [Tue, 13 Jun 2006 16:45:28 +0000 (16:45 +0000)]
fix size assertions in _mesa_init_teximage_fields()
Brian Paul [Tue, 13 Jun 2006 14:50:44 +0000 (14:50 +0000)]
minor simplification in texcoord array import
Michel Dänzer [Tue, 13 Jun 2006 08:37:03 +0000 (08:37 +0000)]
Fix command line parsing.
Brian Paul [Tue, 13 Jun 2006 03:29:02 +0000 (03:29 +0000)]
remove some unneeded #includes
Brian Paul [Tue, 13 Jun 2006 03:22:52 +0000 (03:22 +0000)]
Fix a few conversion bugs. For example, GLshort->GLfloat conversion
didn't work for color arrays.
Kristian Høgsberg [Tue, 13 Jun 2006 01:41:18 +0000 (01:41 +0000)]
Fix all instances of calling __glXSetupForCommand before GetReqExtra.
Brian Paul [Tue, 13 Jun 2006 01:14:48 +0000 (01:14 +0000)]
removed incorrect const qualifier
Ian Romanick [Mon, 12 Jun 2006 22:39:49 +0000 (22:39 +0000)]
Make r300 driver build with GL_APPLE_vertex_array_object changes.
Sorry for the breakage. These changes are only build tested.
Brian Paul [Mon, 12 Jun 2006 20:02:45 +0000 (20:02 +0000)]
GL_APPLE_vertex_array_object is new
Brian Paul [Mon, 12 Jun 2006 20:02:11 +0000 (20:02 +0000)]
s/buffer/arrays/
Brian Paul [Mon, 12 Jun 2006 19:59:34 +0000 (19:59 +0000)]
make do_vertex_attrib_enable() static
Brian Paul [Mon, 12 Jun 2006 19:56:57 +0000 (19:56 +0000)]
include glxclient.h to silence missing prototypes warning
Brian Paul [Mon, 12 Jun 2006 19:47:44 +0000 (19:47 +0000)]
remove const qualifier from glGenVertexArraysAPPLE() parameter
Brian Paul [Mon, 12 Jun 2006 19:46:14 +0000 (19:46 +0000)]
include arrayobj.h
Brian Paul [Mon, 12 Jun 2006 19:45:43 +0000 (19:45 +0000)]
remove unused var
Ian Romanick [Mon, 12 Jun 2006 16:26:29 +0000 (16:26 +0000)]
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.
Alan Hourihane [Mon, 12 Jun 2006 08:52:29 +0000 (08:52 +0000)]
fire vertices before context destruction.
Tilman Sauerbeck [Sun, 11 Jun 2006 09:12:27 +0000 (09:12 +0000)]
destroy the memory manager along with the context
Roland Scheidegger [Sat, 10 Jun 2006 00:51:54 +0000 (00:51 +0000)]
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.
Claudio Ciccani [Fri, 9 Jun 2006 15:20:26 +0000 (15:20 +0000)]
Added some notes about this implementation.
Claudio Ciccani [Fri, 9 Jun 2006 15:19:05 +0000 (15:19 +0000)]
Enable setting invible cursors.
Claudio Ciccani [Fri, 9 Jun 2006 15:18:04 +0000 (15:18 +0000)]
Separated joystick pointer coordinates from mouse pointer coordinates.
Roland Scheidegger [Fri, 9 Jun 2006 00:28:53 +0000 (00:28 +0000)]
shuffle some code to make some assertions in the _savage_texstore_a111xxxx functions compile without error...
Brian Paul [Thu, 8 Jun 2006 23:42:07 +0000 (23:42 +0000)]
added info about prerequisites for building DRI drivers
Brian Paul [Thu, 8 Jun 2006 23:12:58 +0000 (23:12 +0000)]
fix glBegin error test
Brian Paul [Thu, 8 Jun 2006 23:11:35 +0000 (23:11 +0000)]
check for invalid mode in glBegin(), bug 7142
Tilman Sauerbeck [Thu, 8 Jun 2006 21:17:08 +0000 (21:17 +0000)]
include tnl/tnl.h for _tnl_program_string()
Tilman Sauerbeck [Thu, 8 Jun 2006 21:12:21 +0000 (21:12 +0000)]
mark ARL operand as scalar (Roland Scheidegger)
Tilman Sauerbeck [Thu, 8 Jun 2006 21:09:17 +0000 (21:09 +0000)]
struct op_names: get rid of the 'output operands' field as it's not used (Roland Scheidegger)
Brian Paul [Thu, 8 Jun 2006 19:59:41 +0000 (19:59 +0000)]
links to ClosedGL and S3TC library
Roland Scheidegger [Thu, 8 Jun 2006 17:46:21 +0000 (17:46 +0000)]
Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean up the r200 vertex program code a bit.
Brian Paul [Wed, 7 Jun 2006 14:01:31 +0000 (14:01 +0000)]
updated Pixmap vs. XImage info
Aapo Tahkola [Tue, 6 Jun 2006 23:44:05 +0000 (23:44 +0000)]
prevent possible program mix up with sw vps (Roland Scheidegger)