Commit Graph

8983 Commits

Author SHA1 Message Date
Wang Zhenyu 0536268267 adding pci id of Crestline 2006-12-10 12:24:40 -08:00
Brian eb9033c723 Replaced by .html file. 2006-12-05 16:36:35 -07:00
Brian 4a1976b224 Replaced by .html files. 2006-12-05 16:36:12 -07:00
Brian 492e406fec Removed/obsolete. 2006-12-05 16:27:31 -07:00
Brian d43ccf61c2 New git repository info, links. 2006-12-05 16:14:39 -07:00
Brian 464e36391f New info about Mesa's git repository. 2006-12-05 16:14:14 -07:00
Brian Paul 45b211f9d4 version bump 2006-12-02 19:26:01 +00:00
Brian Paul 4f3ff14a06 md5 sums 2006-12-02 19:22:16 +00:00
Brian Paul eb667b979b remove directfbgl.h file 2006-12-02 18:20:53 +00:00
Brian Paul b98c1e4a4b remove bogus link 2006-12-02 18:18:55 +00:00
Brian Paul f10acf8b78 6.5.2 release updates 2006-12-02 18:18:41 +00:00
Gary Wong 50a81669ba Add i915tex and i965. 2006-12-02 02:20:05 +00:00
Gary Wong 7a43a6b4ff Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future unification. 2006-12-02 01:13:06 +00:00
Claudio Ciccani e99d6746ed Be aware that the surface storage can change between locks. 2006-12-01 20:58:26 +00:00
Claudio Ciccani 73fdecca9f Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header.
Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
2006-12-01 14:12:05 +00:00
Thomas Hellström 682393944c Fix an infinite loop error that may occur when many contexts are bound
to the same drawable in a multithreading environment. This one slipped out
of the texman merge.
2006-12-01 12:41:43 +00:00
Claudio Ciccani 40dc5902d3 Fixed compilation errors/warnings.
Duplicate destination surface to avoid saving/restoring the rendering state during each Clear.
2006-12-01 11:42:58 +00:00
Sean D'Epagnier 10cbd089ae the following improvements to linux-fbdev:
1. updated makefiles to build libOSMesa as well as libGL

these are improvements to fbdev-glut
1. mouse cursor will timeout and be invisible if not being used
2. do not restore colormaps to truecolor targets, this causes problems at
   exit on my g450
3. fixed a crash when cleaning up from failure by munmaping what had not
   yet been mmaped
4. Resize event handling is improved, the resize function is not invoked
   from a signal handler now.
5. The main loop can detect if it is running very fast (greater than 2khz)
6. keyboard up and special up events are generated from stdin input mode
   and if it is also not redrawing, it sleeps
7. corrections in escape sequences for function keys for stdin input
2006-11-30 03:25:28 +00:00
Roland Scheidegger 21cf414489 fix mixed conventional / generic vertex arrays which caused a wrong array order leading to very bogus rendering (for instance WoW intro screen mentioned in #8250). 2006-11-30 00:52:54 +00:00
Roland Scheidegger e731d8aafa check for target instead of program->Target in _tnl_program_string, avoids segfault if program is NULL 2006-11-29 22:16:16 +00:00
Roland Scheidegger ac8620f375 fix a bug in the sanity code when outputting vertex progs 2006-11-29 19:18:50 +00:00
Roland Scheidegger 5785e328e0 call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up the change in the r200 driver accordingly. 2006-11-29 16:41:28 +00:00
Eric Anholt 3cd06cf8c5 Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Submitted by Gary Wong <gtw@gnu.org>
2006-11-29 01:16:12 +00:00
Brian Paul 716091a6a0 indent, comments, etc 2006-11-28 15:46:50 +00:00
Dave Airlie c058f69daa add support to miniglx for updating drawables ..
requires hacks to DRM to remove MASTER from UPDATE_DRAW and ADD_DRAW
2006-11-28 04:50:54 +00:00
Dave Airlie 4a6f47c23b Update miniglx support for new memory manager 2006-11-28 04:50:07 +00:00
Brian Paul d9a8cc430d comments 2006-11-27 17:48:59 +00:00
Brian Paul c0815bc01f remove assertions to match i915tex code (bug 8726) 2006-11-27 17:40:07 +00:00
Brian Paul 744c3a367b get rid of meaningless XFree86LOADER test (bug 9144) 2006-11-27 16:50:10 +00:00
Brian Paul 3e6ef125f0 replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144) 2006-11-27 16:33:43 +00:00
Tilman Sauerbeck 85365e6aa4 Bug #6044: actually delete the texture object in mgaDeleteTexture 2006-11-26 09:39:21 +00:00
Brian Paul 16e7ca9d72 call slang_variable_construct() inside slang_variable_scope_grow() 2006-11-24 19:21:42 +00:00
Brian Paul e49d06e619 new slang_variable_scope_grow() function 2006-11-24 19:01:14 +00:00
Brian Paul d4c4bdfa1e const correctness, clean-ups 2006-11-23 16:56:55 +00:00
Brian Paul f6ed86a1a5 indent 2006-11-23 16:52:18 +00:00
Brian Paul 308b85f29f fix several program-related bugs (bug 9136) 2006-11-23 15:58:30 +00:00
Keith Whitwell 897b9c5cb2 Haihao Xiang's edgeflag patch. 2006-11-23 10:13:22 +00:00
Keith Whitwell c4649208f0 Haihao Xiang's pointsize initialization patch. 2006-11-23 10:12:05 +00:00
Dave Airlie 50b3f5654e realign some of the i830 code from the i915 2006-11-23 01:12:41 +00:00
Brian Paul 17e97ea869 fix typo 2006-11-23 00:44:14 +00:00
Brian Paul ba02b07c75 fix indirect glMap* bugs 2006-11-23 00:43:23 +00:00
Brian Paul 14c427573e s/ource/source/ 2006-11-23 00:42:25 +00:00
Brian Paul d426c13e46 move comments 2006-11-23 00:41:44 +00:00
Brian Paul dfc98c0bec indent 2006-11-23 00:38:50 +00:00
Dave Airlie d98e1f3761 fixup draw/depth region handling in i830 along lines of i915 2006-11-23 00:09:16 +00:00
Brian Paul 6ab6518735 clean-up, comments 2006-11-23 00:09:00 +00:00
Brian Paul 0cb0a04eca indent 2006-11-22 23:58:47 +00:00
Roland Scheidegger 46e454863e decrease the current vertex count by 1 if an uneven number of vertices is copied by _tnl_copy_vertices. Otherwise, since in this case it will copy an extra vertex to avoid problems with vertex order in the new buffer, one triangle will be drawn twice. This fixes bug #9062. 2006-11-22 22:07:35 +00:00
Brian Paul 40c7cb7e17 const correctness 2006-11-22 21:59:28 +00:00
Brian Paul 98ea0a3f1f new comments 2006-11-22 21:49:14 +00:00