Brian Paul [Fri, 2 Apr 2004 23:41:18 +0000 (23:41 +0000)]
reorder 6.0 / 6.0.1 entries
Brian Paul [Fri, 2 Apr 2004 23:37:02 +0000 (23:37 +0000)]
merge from 6.0 branch
Brian Paul [Fri, 2 Apr 2004 22:07:53 +0000 (22:07 +0000)]
added some assertions, just to be safe
Brian Paul [Fri, 2 Apr 2004 22:07:23 +0000 (22:07 +0000)]
fix bad array indexing in _save_current_init() that caused context state to get clobbered
Brian Paul [Fri, 2 Apr 2004 17:27:46 +0000 (17:27 +0000)]
Implement ARB_f_p KIL correctly.
Brian Paul [Fri, 2 Apr 2004 17:17:00 +0000 (17:17 +0000)]
add braces to silence warnings
Brian Paul [Fri, 2 Apr 2004 17:01:01 +0000 (17:01 +0000)]
added FLUSH_CURRENT() call in GetMaterial() calls
Daniel Borca [Fri, 2 Apr 2004 09:34:39 +0000 (09:34 +0000)]
got rid of the notify routine as intermediate step
Daniel Borca [Fri, 2 Apr 2004 09:12:42 +0000 (09:12 +0000)]
disabled naughty cheats and protected the choosers behind AllowCodeGen
Daniel Borca [Fri, 2 Apr 2004 06:42:04 +0000 (06:42 +0000)]
added codegen'ed choosers
Brian Paul [Fri, 2 Apr 2004 05:10:17 +0000 (05:10 +0000)]
fix error in rgb332 texel fetch function
Keith Whitwell [Thu, 1 Apr 2004 17:34:09 +0000 (17:34 +0000)]
Rename _x86_ symbols to avoid conflict with r200 driver
Keith Whitwell [Thu, 1 Apr 2004 17:32:14 +0000 (17:32 +0000)]
Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
Felix Kuehling [Thu, 1 Apr 2004 11:10:18 +0000 (11:10 +0000)]
Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This
fixes a missing symbol in libGLcore.a.
Daniel Borca [Thu, 1 Apr 2004 06:53:22 +0000 (06:53 +0000)]
codegen'ed versions of the 2nd level dispatch
Daniel Borca [Wed, 31 Mar 2004 08:31:41 +0000 (08:31 +0000)]
fine-tuning x86 gcc codegen
Keith Whitwell [Wed, 31 Mar 2004 06:36:30 +0000 (06:36 +0000)]
dynfn --> _tnl_dynfn
Brian Paul [Tue, 30 Mar 2004 23:05:56 +0000 (23:05 +0000)]
these are now in the shader/ directory too
Brian Paul [Tue, 30 Mar 2004 22:52:00 +0000 (22:52 +0000)]
these files now live in the shader directory
Keith Whitwell [Tue, 30 Mar 2004 21:55:14 +0000 (21:55 +0000)]
Why are there two copies of this file?
Keith Whitwell [Tue, 30 Mar 2004 16:34:45 +0000 (16:34 +0000)]
Make the output a little more likely to compile...
Brian Paul [Tue, 30 Mar 2004 15:55:10 +0000 (15:55 +0000)]
Reorder some code so we don't upset program state when there's a parsing error.
Be sure to assign program.Base.String pointer.
Brian Paul [Tue, 30 Mar 2004 15:53:58 +0000 (15:53 +0000)]
Insert original fragment program instructions as comments.
s/__inline/INLINE/
Brian Paul [Tue, 30 Mar 2004 14:56:47 +0000 (14:56 +0000)]
added hpux10-static config
Brian Paul [Tue, 30 Mar 2004 14:47:02 +0000 (14:47 +0000)]
merge from 6.0.1 branch
Keith Whitwell [Tue, 30 Mar 2004 11:12:37 +0000 (11:12 +0000)]
Amusing utility to print ARB_fp programs as C code
Ian Romanick [Tue, 30 Mar 2004 00:23:25 +0000 (00:23 +0000)]
Add #ifdef protection around the file to prevent DRI build breakage.
Brian Paul [Mon, 29 Mar 2004 16:34:01 +0000 (16:34 +0000)]
fix array indexing for UP4B and UP4UB
Keith Whitwell [Mon, 29 Mar 2004 16:01:18 +0000 (16:01 +0000)]
Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.
Brian Paul [Mon, 29 Mar 2004 14:58:42 +0000 (14:58 +0000)]
Take a stab at updating the VMS files.
Brian Paul [Mon, 29 Mar 2004 14:53:49 +0000 (14:53 +0000)]
fix the build
Keith Whitwell [Mon, 29 Mar 2004 14:01:56 +0000 (14:01 +0000)]
new files
Michal Krol [Mon, 29 Mar 2004 11:09:34 +0000 (11:09 +0000)]
Moved from src/mesa/main
Keith Whitwell [Mon, 29 Mar 2004 11:05:02 +0000 (11:05 +0000)]
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Enable with env var: MESA_CODEGEN=t.
Michal Krol [Mon, 29 Mar 2004 11:01:57 +0000 (11:01 +0000)]
This wont be needed any more
Michal Krol [Mon, 29 Mar 2004 10:58:58 +0000 (10:58 +0000)]
Moved to src/mesa/shader and renamed to arbprogram_syn.h
Michal Krol [Mon, 29 Mar 2004 10:57:16 +0000 (10:57 +0000)]
Moved to src/mesa/shader and renamed to arbprogparse.[ch]
Michal Krol [Mon, 29 Mar 2004 10:54:32 +0000 (10:54 +0000)]
Moved to src/mesa/shader
Daniel Borca [Mon, 29 Mar 2004 06:51:41 +0000 (06:51 +0000)]
code cleanup heheh
Felix Kuehling [Sat, 27 Mar 2004 01:04:09 +0000 (01:04 +0000)]
Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.
Brian Paul [Fri, 26 Mar 2004 23:58:08 +0000 (23:58 +0000)]
minor fixes
Brian Paul [Fri, 26 Mar 2004 23:57:32 +0000 (23:57 +0000)]
added GLW_SOURCES for IRIX
Brian Paul [Fri, 26 Mar 2004 23:54:53 +0000 (23:54 +0000)]
fix some warnings
Brian Paul [Fri, 26 Mar 2004 23:52:47 +0000 (23:52 +0000)]
tweaks to APP_LIB_DEPS (Dan Schikore)
Felix Kuehling [Fri, 26 Mar 2004 23:27:24 +0000 (23:27 +0000)]
Enable drawing directly to the (now tiled) front buffer.
Brian Paul [Fri, 26 Mar 2004 22:50:04 +0000 (22:50 +0000)]
added .SUFFIXES : .cc line
Brian Paul [Fri, 26 Mar 2004 21:48:09 +0000 (21:48 +0000)]
don't try to make GLwMDrawA.c by default since it needs Motif
Brian Paul [Fri, 26 Mar 2004 21:38:45 +0000 (21:38 +0000)]
Don't use pushd/popd.
Brian Paul [Fri, 26 Mar 2004 20:37:19 +0000 (20:37 +0000)]
new Makefile
Brian Paul [Fri, 26 Mar 2004 20:31:05 +0000 (20:31 +0000)]
Tweaks for make clean / realclean.
Brian Paul [Fri, 26 Mar 2004 18:06:23 +0000 (18:06 +0000)]
increase MAX_TEXTURE_LOD_BIAS to 11.0
Brian Paul [Fri, 26 Mar 2004 18:05:36 +0000 (18:05 +0000)]
clamp BiasMin, BiasMax to reasonable values
Brian Paul [Fri, 26 Mar 2004 15:48:21 +0000 (15:48 +0000)]
obsolete
Brian Paul [Fri, 26 Mar 2004 15:46:53 +0000 (15:46 +0000)]
added glw to SRC_DIRS
Brian Paul [Fri, 26 Mar 2004 15:37:26 +0000 (15:37 +0000)]
added _DEPS lines to specify -L/usr/X11R6/lib
Brian Paul [Fri, 26 Mar 2004 15:36:33 +0000 (15:36 +0000)]
added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS
Brian Paul [Fri, 26 Mar 2004 15:31:44 +0000 (15:31 +0000)]
omit CVS from configs list
Brian Paul [Fri, 26 Mar 2004 15:20:08 +0000 (15:20 +0000)]
updated Makefile info
Brian Paul [Fri, 26 Mar 2004 15:19:53 +0000 (15:19 +0000)]
Mesa installation script
Brian Paul [Fri, 26 Mar 2004 15:19:11 +0000 (15:19 +0000)]
New Makefile system
Brian Paul [Fri, 26 Mar 2004 15:16:35 +0000 (15:16 +0000)]
new system configurations
Brian Paul [Fri, 26 Mar 2004 14:21:18 +0000 (14:21 +0000)]
tweaks for 64-bit linux configs (Dan Schikore)
Brian Paul [Fri, 26 Mar 2004 14:17:31 +0000 (14:17 +0000)]
check for GLX 1.3 during init
Ian Romanick [Fri, 26 Mar 2004 02:02:48 +0000 (02:02 +0000)]
Make sure drivers don't dereference a NULL pointer if
__driUtilCreateNewScreen returns NULL.
Brian Paul [Thu, 25 Mar 2004 21:55:35 +0000 (21:55 +0000)]
merge changes from 6.0.1 branch
Brian Paul [Thu, 25 Mar 2004 21:18:32 +0000 (21:18 +0000)]
more Darwin tweaks
Brian Paul [Thu, 25 Mar 2004 21:17:48 +0000 (21:17 +0000)]
re-order arguments to mklib
Felix Kuehling [Thu, 25 Mar 2004 15:19:23 +0000 (15:19 +0000)]
Recalculate the viewport matrix in savageEmitDrawingRectangle.
Brian Paul [Thu, 25 Mar 2004 14:58:39 +0000 (14:58 +0000)]
silence warnings
Michal Krol [Thu, 25 Mar 2004 13:24:28 +0000 (13:24 +0000)]
The OpenGL Shading Language Runtime Library for Legacy Target.
Sounds good :)
Daniel Borca [Thu, 25 Mar 2004 09:06:12 +0000 (09:06 +0000)]
small changes (version string)
Brian Paul [Thu, 25 Mar 2004 01:51:38 +0000 (01:51 +0000)]
added linux-x86-opteron (bug 922735)
Brian Paul [Thu, 25 Mar 2004 01:42:41 +0000 (01:42 +0000)]
update my email address
Felix Kuehling [Thu, 25 Mar 2004 01:16:27 +0000 (01:16 +0000)]
More state management changes:
- Don't lock in savageDDUpdateStatte, don't call savageEmitHwStateLocked
- Need to grab the lock for texture uploads now
- New SAVAGE_NEW_CULL bit in new_state to make sure that culling state and
raster_primitive are not examined at the wrong times.
Felix Kuehling [Wed, 24 Mar 2004 22:05:25 +0000 (22:05 +0000)]
Make sure hardware culling is disabled for unfilled primitives,
points and lines.
Brian Paul [Wed, 24 Mar 2004 17:17:25 +0000 (17:17 +0000)]
use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore)
Felix Kuehling [Wed, 24 Mar 2004 16:18:05 +0000 (16:18 +0000)]
Missing in last commit.
Felix Kuehling [Wed, 24 Mar 2004 16:15:28 +0000 (16:15 +0000)]
Buffer vertices and emit them in batches. Still using conventional drawing
commands, no vertex DMA.
Brian Paul [Wed, 24 Mar 2004 15:59:44 +0000 (15:59 +0000)]
rename class to c_class if using C++ (bug 922294)
Michal Krol [Wed, 24 Mar 2004 15:02:37 +0000 (15:02 +0000)]
Slang internal include file defining constructors and operators
for built-in data types.
Brian Paul [Tue, 23 Mar 2004 23:25:47 +0000 (23:25 +0000)]
tweaks to Darwin code
Brian Paul [Tue, 23 Mar 2004 15:40:18 +0000 (15:40 +0000)]
additional updates from Dan Schikore
Jouk Jansen [Tue, 23 Mar 2004 07:13:11 +0000 (07:13 +0000)]
Committing in .
Adding s_auxbuffer.c for compilation
Modified Files:
Mesa/src/mesa/swrast/descrip.mms
----------------------------------------------------------------------
Brian Paul [Mon, 22 Mar 2004 23:31:29 +0000 (23:31 +0000)]
new DRI interface header
Brian Paul [Mon, 22 Mar 2004 16:28:02 +0000 (16:28 +0000)]
added some code to test buffer deletion
Brian Paul [Mon, 22 Mar 2004 16:27:13 +0000 (16:27 +0000)]
use GL state vars instead of program parameters
Brian Paul [Mon, 22 Mar 2004 16:23:15 +0000 (16:23 +0000)]
added s_auxbuffer.c
Dave Airlie [Sun, 21 Mar 2004 23:35:14 +0000 (23:35 +0000)]
more i810 to new interface
Felix Kuehling [Sun, 21 Mar 2004 21:58:03 +0000 (21:58 +0000)]
ctx->Const.MaxTextureLevels is not the highest mipmap level but the number
> of levels, including 0.
Felix Kuehling [Sun, 21 Mar 2004 18:50:21 +0000 (18:50 +0000)]
Improved MaxTextureLevel computation to take the nr. of tex units and both
texture heaps into account.
Brian Paul [Sun, 21 Mar 2004 17:09:59 +0000 (17:09 +0000)]
added aux buffers item
Brian Paul [Sun, 21 Mar 2004 17:07:30 +0000 (17:07 +0000)]
test of aux buffer rendering
Brian Paul [Sun, 21 Mar 2004 17:05:03 +0000 (17:05 +0000)]
Implemented support for software-based AUX color buffers.
Only available with Xlib driver for now.
Assorted clean-ups related to Draw/ReadBuffer().
Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
Brian Paul [Sun, 21 Mar 2004 16:12:13 +0000 (16:12 +0000)]
fix array index error in _swsetup_Translate (Felix)
Felix Kuehling [Sun, 21 Mar 2004 12:05:24 +0000 (12:05 +0000)]
Removed some useless definitions, artifacts from the Utah-GLX i810 driver.
Dave Airlie [Sun, 21 Mar 2004 11:47:03 +0000 (11:47 +0000)]
Add new interface support don't switch on yet ..
Felix Kuehling [Sun, 21 Mar 2004 11:28:07 +0000 (11:28 +0000)]
unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.
A bit more cosmetics.
Improved state emit on Savage 3D/IX/MX.
Felix Kuehling [Sat, 20 Mar 2004 22:05:29 +0000 (22:05 +0000)]
Fixed texture LOD bias.
Felix Kuehling [Sat, 20 Mar 2004 19:40:09 +0000 (19:40 +0000)]
Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resulted
in another small speedup. Fixed a problem that was masked by that
WAIT_IDLE_EMPTY:
- flush command buffer and WAIT_IDLE_EMPTY before uploading textures
Felix Kuehling [Sat, 20 Mar 2004 17:12:06 +0000 (17:12 +0000)]
Cleaned up and fixed stencil fallback.