Brian Paul [Fri, 1 Jul 2005 02:03:33 +0000 (02:03 +0000)]
comment-out some unused code to silence warnings
Brian Paul [Fri, 1 Jul 2005 02:03:00 +0000 (02:03 +0000)]
replace some free() calls with _mesa_free()
Brian Paul [Fri, 1 Jul 2005 01:55:30 +0000 (01:55 +0000)]
updates to file list for tarballs
Brian Paul [Fri, 1 Jul 2005 01:54:38 +0000 (01:54 +0000)]
fix dependencies
Brian Paul [Fri, 1 Jul 2005 01:34:29 +0000 (01:34 +0000)]
added some glGetRenderbufferParameterivEXT calls, printfs, and assertions
Brian Paul [Fri, 1 Jul 2005 01:30:03 +0000 (01:30 +0000)]
fix typo in assertions
Brian Paul [Fri, 1 Jul 2005 01:27:00 +0000 (01:27 +0000)]
Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and
include $(TOP)/configs/current in glapi/Makefile so those vars can be
easily overridden by any system config, if needed.
Brian Paul [Fri, 1 Jul 2005 01:22:25 +0000 (01:22 +0000)]
Remove NEW_RENDERBUFFER stuff.
Now, OLD_RENDERBUFFER marks code that needs to eventually be removed when
all the drivers are updated to no longer need the SetBuffer() function.
Brian Paul [Fri, 1 Jul 2005 01:10:36 +0000 (01:10 +0000)]
remove OLD_RENDERBUFFER code
Brian Paul [Fri, 1 Jul 2005 01:08:29 +0000 (01:08 +0000)]
remove OLD_RENDERBUFFER stuff
Brian Paul [Fri, 1 Jul 2005 01:04:31 +0000 (01:04 +0000)]
minor fixes
Roland Scheidegger [Fri, 1 Jul 2005 00:08:46 +0000 (00:08 +0000)]
remove common macros used in the span functions of most drivers from the individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR.
Ian Romanick [Thu, 30 Jun 2005 16:00:48 +0000 (16:00 +0000)]
Replace add_newer_entrypoints (src/mesa/main/context.c) with
device-specific code. A new Python script
(src/mesa/glapi/extension_helper.py) generates a list of all
entry-points for all known extensions. Each driver the selects only
the extensions that it needs and enables the via either
driInitExtensions or driInitSingleExtension.
This code has been compile-tested on a drivers, but has only been
run-tested on mga and i915 (on i830 hardware).
These changes were discussed at length on the mesa3d-dev mailing list.
http://marc.theaimsgroup.com/?t=
111947074700001&r=1&w=2
Brian Paul [Thu, 30 Jun 2005 14:24:44 +0000 (14:24 +0000)]
remove \n from warning message string
Brian Paul [Thu, 30 Jun 2005 14:23:40 +0000 (14:23 +0000)]
added newline at end of file
Brian Paul [Thu, 30 Jun 2005 14:22:23 +0000 (14:22 +0000)]
Add a set of predicate functions for testing matrices instead of directly
testing the flags field.
Move definition of all the MAT_FLAGs into the m_matrix.c file since they're
now private.
Brian Paul [Thu, 30 Jun 2005 13:42:10 +0000 (13:42 +0000)]
Redo all the GL_LINEAR interpolation code in terms of LERP macros/functions.
This cleans up and simplifies the arithmetic quite a bit.
Roland Scheidegger [Thu, 30 Jun 2005 11:42:56 +0000 (11:42 +0000)]
Fix crashes with pixel readback when using the optimized assembly functions.
Pixel count can be negative (this could be fixed elsewhere), so adapt the
functions to work with such inputs correctly (same behaviour as non-optimized
functions).
Bugzilla #2317
Submitted by idr
Aapo Tahkola [Thu, 30 Jun 2005 04:37:19 +0000 (04:37 +0000)]
-"fix" page flipping
-use depth tiling if tiling is enabled
Brian Paul [Thu, 30 Jun 2005 02:34:07 +0000 (02:34 +0000)]
fix a few glitches
Brian Paul [Thu, 30 Jun 2005 02:33:25 +0000 (02:33 +0000)]
fix Darwin dynamic lib naming
Brian Paul [Tue, 28 Jun 2005 03:48:08 +0000 (03:48 +0000)]
just code clean-ups and new comments
Vladimir Dergachev [Mon, 27 Jun 2005 18:46:31 +0000 (18:46 +0000)]
Uncomment a couple of helper functions.
Fix slipup from CVS update that was commented out and did not show up during compilation.
Vladimir Dergachev [Mon, 27 Jun 2005 15:56:14 +0000 (15:56 +0000)]
Rename unchecked state to match DRM driver.
Emit wait idle and pacify r300 before emitting state - this seems to improve stability.
Brian Paul [Mon, 27 Jun 2005 00:45:36 +0000 (00:45 +0000)]
include t_vp_build.h
Brian Paul [Mon, 27 Jun 2005 00:39:33 +0000 (00:39 +0000)]
remove unused MEMSET16 macro
Brian Paul [Mon, 27 Jun 2005 00:34:17 +0000 (00:34 +0000)]
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
If that stuff is still needed, lots of other updates are needed anyway.
Also, some misc MALLOC/FREE -> _mesa_malloc/free() changes.
Brian Paul [Mon, 27 Jun 2005 00:30:56 +0000 (00:30 +0000)]
added _tnl_ProgramCacheDestroy() prototype
Brian Paul [Mon, 27 Jun 2005 00:30:37 +0000 (00:30 +0000)]
make create_new_program() static
Eric Anholt [Sun, 26 Jun 2005 21:57:23 +0000 (21:57 +0000)]
Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords
during fallbacks. In one case, _swsetup_Wakeup had just been called, covering
the need there, and in the other case, we can simply exit the entire
radeonChooseVertexState function, knowing that it will be called again once we
leave the fallback.
Bugzilla #: 2516
Submitted by: sroland
Eric Anholt [Sun, 26 Jun 2005 21:54:43 +0000 (21:54 +0000)]
Remove the #if 0-ed out old span code.
Eric Anholt [Sun, 26 Jun 2005 21:53:11 +0000 (21:53 +0000)]
Explain the reason for TCL fallback when GL_SPHERE_MAP happens with
RADEON_DEBUG=fall.
Eric Anholt [Sun, 26 Jun 2005 21:02:58 +0000 (21:02 +0000)]
Zero out the ENGPACKET allocated on the stack, to avoid sending uninitialized
values to reserved fields on the card, resulting in all-black output and
sometimes hangs.
Submitted by: Thomas Winischhofer
Brian Paul [Sun, 26 Jun 2005 20:08:23 +0000 (20:08 +0000)]
fix for-loop in _mesa_GetDouble to avoid out of bounds memory read
Brian Paul [Sun, 26 Jun 2005 19:57:17 +0000 (19:57 +0000)]
check for null oldBuffer in _mesa_realloc(), cleaned up some comments
Brian Paul [Sun, 26 Jun 2005 19:53:52 +0000 (19:53 +0000)]
need parenthesis in realloc call
Ian Romanick [Fri, 24 Jun 2005 18:54:57 +0000 (18:54 +0000)]
Ignore files generated as part of the build process.
Ian Romanick [Fri, 24 Jun 2005 18:35:31 +0000 (18:35 +0000)]
Fix non-x86 specific builds. The changes from glTexImage3DEXT to
glTexImage3D that caused me so many problems during the re-development
of the API scripts reared its ugly head again. This has been fixed by
tracking the parameter string for each entry-point individually.
This has the annoying side-effect that the names of the parameters in
all aliases of a function must be the same or gl_apitemp.py will
generate bad code. :( The changes in
src/mesa/glapi/{gl_API.xml,glapitable.h} and src/glx/x11/* are caused
by fixing the parameter names in various function aliases that didn't
match.
Reported by: Eric Anholt, Jacob Jansen
Jeremy Kolb [Fri, 24 Jun 2005 02:28:02 +0000 (02:28 +0000)]
Fixed the XCB implementation when always_array is true, thanks to Ian Romanick for pointing it out. Please review.
Brian Paul [Thu, 23 Jun 2005 15:09:32 +0000 (15:09 +0000)]
Remove the xmesa_set_buffer() function. No longer needed since the
span functions pass in a gl_renderbuffer to indicate which color
buffer should be drawn into. Optimized line/triangle routines are
smart enough to know which buffer to draw into as well.
The swrast->SetBuffer() routine should eventually be removed from
all drivers.
Ian Romanick [Wed, 22 Jun 2005 17:11:20 +0000 (17:11 +0000)]
Mark GenQueriesARB at 'always_array="true"'. This eliminates the need
to special-case the handling of that function in glX_proto_send.py.
Jeremy Kolb [Wed, 22 Jun 2005 02:36:23 +0000 (02:36 +0000)]
Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wouldn't compile. Not sure how that slipped through before but it should work now.
Ian Romanick [Tue, 21 Jun 2005 23:42:43 +0000 (23:42 +0000)]
Mammoth update to the Python code generator scripts that live in
src/mesa/glapi. Basically, the scripts that did simple things (like
gl_offsets.py) were simple, and the scripts that did more complicated things
(like glX_proto_send.py) were getting progressively more and more out of
control. So, I re-write the foundation classes on which everything is based.
One problem with the existing code is that the division between the GL API
database representation and the way the output code is generated was either
blury or nonexistant. The new code somewhat follows the
Model-View-Controller pattern, minus the Controller. There is a distinct
set of classes that model the API data, and there is a distinct set of
classes that generate code from that data.
One big change is in the class that represents GL functions (was glFunction,
is now gl_function). There used to be an instance of this calls for each
function and for each alias to that function. For example, there was an
instance for PointParameterivSGIS, PointParameterivEXT, PointParameterivARB,
and PointParameteriv. In the new code, there is one instance. Each
instance has a list of entrypoint names for the function. In the next
revision, this will allow a couple useful things. The script will be able
to verify that the parameters, return type, and GLX protocol for a function
and all it's aliases match.
It will also allow aliases to be represented in the XML more compactly.
Instead of repeating all the information, an alias can be listed as:
<function name="PointParameterivARB" alias="PointParameterivEXT"/>
Because the data representation was changed, the order that the alias
functions are processed by the scripts also changed. This accounts for at
least 2,700 of the ~3,600 lines of diffs in the generated code.
Most of the remaining ~900 lines of diffs are the result of bugs *fixed* by
the new scripts. The old scripts also generated code with some bugs in it.
These bugs were discovered while the new code was being written.
These changes were discussed on the mesa3d-dev mailing list back at the end
of May:
http://marc.theaimsgroup.com/?t=
111714569000004&r=1&w=2
Xorg bug: 3197, 3208
Nicolai Haehnle [Tue, 21 Jun 2005 17:18:00 +0000 (17:18 +0000)]
Back out the actual enabling of depth tiling.
Depth tiling breaks software fallbacks and depth buffer reads.
radeon_span.c **must** be updated for anything that is related to tiling.
Nicolai Haehnle [Tue, 21 Jun 2005 17:03:29 +0000 (17:03 +0000)]
Add PCI ID for R420 JI.
The driver appears to work reliably (i.e. lockup-free) with a card based
on this chip. However, I have not explored whether we could get anything
in terms of 3D performance "for free" just by setting some magic bits
in those registers that are still a mystery to us.
Aapo Tahkola [Tue, 21 Jun 2005 15:41:03 +0000 (15:41 +0000)]
r300 driver side of color tiling support.
Nicolai Haehnle [Tue, 21 Jun 2005 15:21:14 +0000 (15:21 +0000)]
Make sure texture base addresses are used correctly.
They are relative to the card's address space, not relative to fbLocation,
which will be important once we program MC_FB/AGP_LOCATION in the way
they are programmed on older Radeon chips.
Brian Paul [Tue, 21 Jun 2005 14:39:43 +0000 (14:39 +0000)]
check for NULL swrast->Driver.SetBuffer before calling it
Brian Paul [Tue, 21 Jun 2005 14:30:46 +0000 (14:30 +0000)]
updated to version 29
Brian Paul [Tue, 21 Jun 2005 03:38:10 +0000 (03:38 +0000)]
include light.h to silence warning
Brian Paul [Mon, 20 Jun 2005 18:29:28 +0000 (18:29 +0000)]
DirectFB updates (Claudio Ciccani)
Jeremy Kolb [Mon, 20 Jun 2005 03:18:16 +0000 (03:18 +0000)]
ran "make" after update to glX_proto_send.py.
Jeremy Kolb [Mon, 20 Jun 2005 03:12:35 +0000 (03:12 +0000)]
Fixed some issues where XCB replies were being freed and data was not being copied.
Brian Paul [Sun, 19 Jun 2005 14:57:34 +0000 (14:57 +0000)]
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
using GCC or VMS.
Aapo Tahkola [Thu, 16 Jun 2005 11:57:45 +0000 (11:57 +0000)]
Fix gloss breakage when using hw tnl.
Aapo Tahkola [Thu, 16 Jun 2005 11:41:19 +0000 (11:41 +0000)]
Use depth tiling.
Aapo Tahkola [Thu, 16 Jun 2005 10:40:39 +0000 (10:40 +0000)]
Support 16-bit modes.
Aapo Tahkola [Thu, 16 Jun 2005 10:27:04 +0000 (10:27 +0000)]
Fix problems with elts when immediate mode is on.
Aapo Tahkola [Thu, 16 Jun 2005 10:21:01 +0000 (10:21 +0000)]
Turn off VBO's.
Aapo Tahkola [Thu, 16 Jun 2005 10:05:18 +0000 (10:05 +0000)]
lost_context never gets reset.
Jon Smirl [Thu, 16 Jun 2005 04:25:45 +0000 (04:25 +0000)]
Fix a few compiler warnings
Jon Smirl [Thu, 16 Jun 2005 03:45:48 +0000 (03:45 +0000)]
Fix linux-solo build for mga check-in
Ian Romanick [Tue, 14 Jun 2005 22:51:44 +0000 (22:51 +0000)]
Adds support for MGA DRM version 3.2.
This patch makes use of two of the new ioctls added in MGA DRM version
3.2. Specifically, the DRM_MGA_SET_FENCE and DRM_MGA_WAIT_FENCE
ioctls are used in mgaWaitForFrameCompletion. As a result the MMIO
register region and the primary DMA region are *not* mapped (if DRM
3.2 is available).
This patch does *not* make use of the new get_param query was added to
differentiate between G4x0 cards and G550 cards. That is left to a
future update.
Xorg bug: 3259
Reviewed by: Eric Anholt
Jouk Jansen [Tue, 14 Jun 2005 10:27:05 +0000 (10:27 +0000)]
Committing in .
OpenVMS updates
Modified Files:
Mesa/src/mesa/tnl/descrip.mms Mesa/src/mesa/tnl/t_vp_build.c
----------------------------------------------------------------------
Jon Smirl [Mon, 13 Jun 2005 14:21:34 +0000 (14:21 +0000)]
fbSwapBuffers needs to return a status
Brian Paul [Mon, 13 Jun 2005 14:07:14 +0000 (14:07 +0000)]
mingw changes (Nolan Leake)
Vladimir Dergachev [Sun, 12 Jun 2005 14:57:02 +0000 (14:57 +0000)]
Fixed typos.
Vladimir Dergachev [Fri, 10 Jun 2005 16:10:50 +0000 (16:10 +0000)]
Add definition for memory controller latency registers..
Keith Whitwell [Fri, 10 Jun 2005 14:58:32 +0000 (14:58 +0000)]
remove debug prints
Brian Paul [Fri, 10 Jun 2005 14:37:32 +0000 (14:37 +0000)]
be sure we have span texcoords before calling _swrast_texture_span()
Brian Paul [Fri, 10 Jun 2005 14:36:55 +0000 (14:36 +0000)]
pass mask array to PutRowRGB() in simple_z_textured_triangle()
Keith Whitwell [Fri, 10 Jun 2005 13:59:49 +0000 (13:59 +0000)]
Allow the print opcode to compile
Keith Whitwell [Fri, 10 Jun 2005 13:35:31 +0000 (13:35 +0000)]
Fix typo in spot attenuation
Keith Whitwell [Fri, 10 Jun 2005 12:04:47 +0000 (12:04 +0000)]
Correct test for attenuation.
DISSASEM changes.
Keith Whitwell [Fri, 10 Jun 2005 10:43:02 +0000 (10:43 +0000)]
remove depend files on clean
Keith Whitwell [Fri, 10 Jun 2005 08:33:37 +0000 (08:33 +0000)]
Fix colormaterial flag calculations.
Fix lighting alpha result.
Keith Whitwell [Fri, 10 Jun 2005 08:32:27 +0000 (08:32 +0000)]
Add notes about intended precision of opcodes.
Remove dead floating point twiddles.
Fix bug translating MAD->MUL,ADD.
Keith Whitwell [Thu, 9 Jun 2005 22:10:23 +0000 (22:10 +0000)]
Fix a couple of buglets
Keith Whitwell [Thu, 9 Jun 2005 19:03:18 +0000 (19:03 +0000)]
Another typo
Keith Whitwell [Thu, 9 Jun 2005 18:59:41 +0000 (18:59 +0000)]
Further clean up RoughApproxPow2 and disable the optimized version --
it's a very poor approximation.
Keith Whitwell [Thu, 9 Jun 2005 18:52:42 +0000 (18:52 +0000)]
Fix typo in RoughApproxPow2
Keith Whitwell [Thu, 9 Jun 2005 14:55:34 +0000 (14:55 +0000)]
Store compiled vertex program representations in a pointer in the
vertex_program struct.
Allow switching between regular and vertex_program implementations
of fixed function TNL with the MESA_TNL_PROG environment var
(previously this required recompilation).
Ensure program compilation only references program data, not the
wider context. This means that compiled programs only need to be
invalidated when the program string changes, not on other state
changes.
Keith Whitwell [Thu, 9 Jun 2005 14:52:08 +0000 (14:52 +0000)]
Build vertex programs using state from a 'state key' struct which is
distilled from the current state.
Maintain a list of vertex programs for various different tnl states
indexed by these state keys.
This cuts down the number of vertex programs generated and means that
time spent optimizing vertex programs for execution isn't wasted each
time the state changes.
Keith Whitwell [Wed, 8 Jun 2005 22:14:29 +0000 (22:14 +0000)]
Turn off debug
Keith Whitwell [Wed, 8 Jun 2005 22:10:34 +0000 (22:10 +0000)]
Add t_vb_arbprogram_sse.c
Keith Whitwell [Wed, 8 Jun 2005 22:10:16 +0000 (22:10 +0000)]
Runtime generate sse/sse2 code for some vertex programs. Experimental
and only active when _TNL_FIXED_FUNCTION_PROGRAM is defined *and*
the MESA_EXPERIMENTAL environment variable is set...
Works for the arbfplight demo at least.
Keith Whitwell [Wed, 8 Jun 2005 22:06:29 +0000 (22:06 +0000)]
Turn off DISASSEM
Keith Whitwell [Wed, 8 Jun 2005 21:58:30 +0000 (21:58 +0000)]
New arguments for sse_shufps()
Keith Whitwell [Wed, 8 Jun 2005 21:57:45 +0000 (21:57 +0000)]
Use ALIGN_MALLOC for parameter lists.
Keith Whitwell [Wed, 8 Jun 2005 21:56:21 +0000 (21:56 +0000)]
Add some more opcodes
Ben Skeggs [Wed, 8 Jun 2005 15:05:19 +0000 (15:05 +0000)]
- Secondary colour
- Calculate tc_count in EmitArrays (enabled units != nr texcoords).
Brian Paul [Wed, 8 Jun 2005 13:35:28 +0000 (13:35 +0000)]
regenerated
Brian Paul [Wed, 8 Jun 2005 13:35:07 +0000 (13:35 +0000)]
put full prototype on one line to fix gl_mangle.h generation (Dave Reveman)
Brian Paul [Wed, 8 Jun 2005 13:07:33 +0000 (13:07 +0000)]
remove stray line
Keith Whitwell [Wed, 8 Jun 2005 10:03:29 +0000 (10:03 +0000)]
Remove ARL opcode from interpreter.
Revert SEL opcode to MSK.
Split out t_vb_arbprogram.h header file.
Keith Whitwell [Wed, 8 Jun 2005 10:02:28 +0000 (10:02 +0000)]
new file
Brian Paul [Wed, 8 Jun 2005 02:18:22 +0000 (02:18 +0000)]
regenerate for latest glext.h
Brian Paul [Wed, 8 Jun 2005 02:17:10 +0000 (02:17 +0000)]
fix some renderbuffer problems for Xserver build (Dave Reveman)
Brian Paul [Wed, 8 Jun 2005 02:14:55 +0000 (02:14 +0000)]
check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)
Daniel Borca [Tue, 7 Jun 2005 19:01:33 +0000 (19:01 +0000)]
updates from Paul Garceau