George Sapountzis [Fri, 23 May 2008 19:52:19 +0000 (22:52 +0300)]
dri/swrast: drop TODO list
George Sapountzis [Fri, 23 May 2008 19:48:55 +0000 (22:48 +0300)]
drop GLcore
Jesse Barnes [Wed, 21 May 2008 22:36:08 +0000 (15:36 -0700)]
Add cscope files to .gitignore
Dan Nicholson [Wed, 21 May 2008 17:55:49 +0000 (10:55 -0700)]
Follow along GL/glx -> glx renaming in xserver
The xserver glx modules were lifted up to the top level, so this changes
the glapi generation to look in the new location.
Kristian Høgsberg [Wed, 21 May 2008 16:04:33 +0000 (12:04 -0400)]
Add remaining glapi generated server headers.
This adds all the headers needed by the xserver glx module and also adds
a rule to copy over the shared glapi.[ch] and glthread.[ch] files.
Specifying an xserver path (set XORG_BASE on the make command line) is
now mandatory when regenerating the glapi files.
Kristian Høgsberg [Wed, 21 May 2008 15:59:23 +0000 (11:59 -0400)]
Make the shared glapi files not include glheader.h.
Kristian Høgsberg [Tue, 20 May 2008 21:06:19 +0000 (17:06 -0400)]
Revert "glapi: Generate xserver glapi sources in the mesa tree"
This reverts commit
7688791fc52f116eea421fda1d17aba5cf10977b, and takes
us back to generating the glapi files straight into the xserver tree.
Conflicts:
src/glx/x11/indirect_size_get.c
George Sapountzis [Wed, 21 May 2008 15:21:50 +0000 (18:21 +0300)]
dri/swrast: use Makefile.template
George Sapountzis [Wed, 21 May 2008 15:20:54 +0000 (18:20 +0300)]
dri/swrast: fb configs tweaks
@32: provide configs with depth=0, stencil=8
@16: provide configs with depth=0, stencil=8 and depth=16, stencil=8
George Sapountzis [Wed, 21 May 2008 15:19:49 +0000 (18:19 +0300)]
dri/swrast: re-indent FillInModes
Brian [Wed, 21 May 2008 13:05:29 +0000 (07:05 -0600)]
added readtex.h dependency
George Sapountzis [Sun, 11 May 2008 11:43:40 +0000 (14:43 +0300)]
Add DRI driver that uses the mesa swrast module.
George Sapountzis [Sun, 11 May 2008 11:43:22 +0000 (14:43 +0300)]
Make utils.h self-contained.
Move stuff with drm dependencies to dri_util.h, and move a couple of
types without drm dependencies to utils.h.
Brian Paul [Tue, 20 May 2008 17:29:16 +0000 (11:29 -0600)]
copy StateFlags in _mesa_clone_parameter_list()
Brian Paul [Tue, 20 May 2008 17:01:17 +0000 (11:01 -0600)]
new multi-texture GLSL test
Brian Paul [Tue, 20 May 2008 16:59:18 +0000 (10:59 -0600)]
fix incorrect sampler numbering/indexing.
All samplers indexes were zero.
Xiang, Haihao [Tue, 20 May 2008 05:28:42 +0000 (13:28 +0800)]
i965: Check fallback before accounting for index/vertex buffer size. fix #16028.
Brian Paul [Mon, 19 May 2008 22:03:43 +0000 (16:03 -0600)]
fix tempReg test in _mesa_combine_programs()
Brian Paul [Mon, 19 May 2008 14:43:36 +0000 (08:43 -0600)]
Fix program refcounting assertion failure during context tear-down
When purging the program hash table, the refcount _should_ be one since
the program is referenced by the hash table. Need to explicitly set to
zero before calling delete().
Also, purge high-level shader hash tables before low-level program hash tables.
Brian Paul [Sun, 18 May 2008 22:04:55 +0000 (16:04 -0600)]
Move _mesa_init_glsl_driver_functions() into shader_api.c
This allows making a bunch of functions static, and removes a state
tracker dependency on driverfuncs.c
cherry-picked from gallium-0.1
Brian Paul [Sun, 18 May 2008 21:55:24 +0000 (15:55 -0600)]
additional fog/color matrix changes from gallium-0.1
Brian Paul [Sun, 18 May 2008 21:52:13 +0000 (15:52 -0600)]
add state vars for color matrix, pixel transfer scale&bias
cherry-picked from gallium-0.1 (
068c7bd912283e051a55b2fd5c4568685d10f3ed)
Brian Paul [Sun, 18 May 2008 21:50:20 +0000 (15:50 -0600)]
mesa: added internal post color matrix scale/bias vars
cherry-picked from gallium-0.1 (
302daeb2ec62c59bd28d0c53cdc0fb07dc9d0f58)
Brian Paul [Sun, 18 May 2008 21:46:26 +0000 (15:46 -0600)]
fixes to _mesa_combine_programs(), from gallium-0.1
Brian Paul [Sun, 18 May 2008 21:41:36 +0000 (15:41 -0600)]
added div by zero check for Fog.End/Start (from gallium-0.1)
Brian Paul [Sun, 18 May 2008 21:41:01 +0000 (15:41 -0600)]
clean-ups / additions from gallium-0.1 branch
Brian Paul [Fri, 16 May 2008 21:47:55 +0000 (15:47 -0600)]
bring in fixes/changes from gallium-0.1
Brian Paul [Fri, 16 May 2008 21:23:04 +0000 (15:23 -0600)]
fix an attr/src mix-up when setting-up/binding vertex arrays
This fixes problems with incorrect material coefficients when glMaterial
is called per-vertex.
Brian Paul [Fri, 16 May 2008 21:17:35 +0000 (15:17 -0600)]
fix merge collision
Brian Paul [Fri, 16 May 2008 16:49:44 +0000 (10:49 -0600)]
silence warning, new assertion
Shunichi Fuji [Fri, 16 May 2008 16:11:25 +0000 (10:11 -0600)]
free(key) in _tnl_UpdateFixedFunctionProgram()
Brian Paul [Fri, 16 May 2008 15:56:59 +0000 (09:56 -0600)]
Fix a program refcounting error, don't share program parameter lists.
The refcounting bug was causing a memleak (unfreed programs).
The old parameter list sharing is not needed since the change in how
uniforms are handled.
Brian Paul [Fri, 16 May 2008 15:56:11 +0000 (09:56 -0600)]
minor changes to aid debugging
Brian Paul [Fri, 16 May 2008 15:38:33 +0000 (09:38 -0600)]
remove stray, left-over RefCount++
Brian Paul [Thu, 15 May 2008 01:14:10 +0000 (19:14 -0600)]
whitespace/formatting
Brian Paul [Wed, 14 May 2008 22:44:48 +0000 (16:44 -0600)]
init SamplersUsed bits in _mesa_parse_arb_fragment_program
Brian Paul [Wed, 14 May 2008 22:23:46 +0000 (16:23 -0600)]
fix assertion typo: s/=/==/
Shunichi Fuji [Fri, 16 May 2008 20:18:06 +0000 (13:18 -0700)]
Fix memory leak in _tnl_UpdateFixedFunctionProgram
Brian Paul [Fri, 16 May 2008 20:15:03 +0000 (13:15 -0700)]
Fix DRI build
Brian Paul [Wed, 14 May 2008 22:09:46 +0000 (16:09 -0600)]
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Previously, the shader linker combined the uniforms used by the vertex and
fragment shaders into a combined set of uniforms. This made the implementation
of glUniform*() simple, but was rather inefficient otherwise. Now each shader
gets its own set of uniforms (no more modelview matrix showing up in the
fragment shader uniforms, for example).
cherry-picked by hand from gallium-0.1 branch
Brian Paul [Wed, 14 May 2008 19:12:44 +0000 (13:12 -0600)]
mesa: new functions for managing list/index of uniforms
cherry-picked from gallium-0.1
Brian Paul [Wed, 14 May 2008 19:01:13 +0000 (13:01 -0600)]
clean-up swizzle fields in fog code, fix NegateBase
cherry-picked from gallium-0.1
Brian Paul [Wed, 14 May 2008 19:00:27 +0000 (13:00 -0600)]
sync up with gallium-0.1 changes
New _mesa_num_inst_dst_regs(), _mesa_is_tex_instruction() functions
Brian Paul [Wed, 14 May 2008 18:53:03 +0000 (12:53 -0600)]
added _mesa_combine_parameter_lists()
cherry-picked from gallium-0.1
Brian Paul [Wed, 14 May 2008 18:39:41 +0000 (12:39 -0600)]
mesa: added _mesa_insert_instructions()
Also, use new _mesa_free_instructions() in a few places.
cherry-picked from gallium-0.1
Brian Paul [Wed, 14 May 2008 18:37:07 +0000 (12:37 -0600)]
mesa: added _mesa_free_instructions()
cherry-picked from gallium-0.1
Brian Paul [Wed, 14 May 2008 18:10:45 +0000 (12:10 -0600)]
fix some additional program refcounting bugs
Xiang, Haihao [Wed, 14 May 2008 01:52:46 +0000 (09:52 +0800)]
_generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the source
and target pointers after do the first 2 pixels. fix bug #15850
Dan Nicholson [Fri, 9 May 2008 23:19:03 +0000 (16:19 -0700)]
Don't link demos directly to X libraries
Since the linker will just pull in the libraries needed from libGL, we
don't need to link the demos directly to the X libraries. Fixes #15886.
Dan Nicholson [Tue, 6 May 2008 17:51:49 +0000 (10:51 -0700)]
autoconf: Allow XCB to be used for GLX
Adds an --enable-xcb switch to use XCB in GLX. This only has an effect
when the driver is DRI.
Dan Nicholson [Tue, 6 May 2008 13:21:41 +0000 (06:21 -0700)]
Default DRI driver directory to match X.Org xserver
Since the only valid consumer of the DRI drivers is the X.Org xserver,
this changes the default DRI driver directory to match xorg-server:
${libdir}/dri. The old default of /usr/X11R6/modules/dri was wrong for
nearly all current systems.
Dan Nicholson [Tue, 6 May 2008 01:24:21 +0000 (18:24 -0700)]
autoconf: Attempt to figure out the PIC flags for the platform
This commit adds an autoconf macro, MESA_PIC_FLAGS, which sets the
PIC flags according to platform and static/shared setting. The platform
specifics are taken straight from libtool.m4 and stripped down to just
the flags and platforms we cover in Mesa. This should hopefully make it
possible to use autoconf on non-GCC platforms.
The macro is added external to configure.ac in acinclude.m4 since it's
pretty bloated.
Note to BSDers: Previously, x86 defaulted to non-PIC on FreeBSD. I
didn't carry that preference into this macro. Instead, you can just use
--disable-pic where desired.
Dave Airlie [Fri, 9 May 2008 03:51:37 +0000 (13:51 +1000)]
intel: use new mipmap generation hooks in driver.
Dave Airlie [Fri, 9 May 2008 03:41:02 +0000 (13:41 +1000)]
swrast/dri: switch over users of generate_mipmap to new interface
Dave Airlie [Fri, 9 May 2008 03:33:56 +0000 (13:33 +1000)]
Revert "mesa/intel: map/unmap texture objects around mipmap generation function."
This reverts commit
c50ffc4cb89b67ae59208eb72cdb664c846ba987.
I'll fix this using the mipmap hooks I just picked from gallium-0.1
Brian [Fri, 8 Feb 2008 21:45:58 +0000 (14:45 -0700)]
Remove unused texunit parameter to ctx->Driver.GenerateMipmap()
(cherry picked from commit
c3395f4473c8fdf75d04c0dd72e687bc8d8127a7)
Dave Airlie [Fri, 9 May 2008 03:33:06 +0000 (13:33 +1000)]
Added ctx->Driver.GenerateMipmap() driver hook
(cherry picked from commit
4c2f3dbca940f289e67248682b84a3516d5a3031)
Conflicts:
src/mesa/drivers/common/driverfuncs.c
Dave Airlie [Fri, 9 May 2008 03:02:41 +0000 (13:02 +1000)]
mesa/intel: map/unmap texture objects around mipmap generation function.
This at least stops the compiz brain explosion we were seeing, I do wonder
though if we should somehow be calling intel_generate_mipmap somehow.
Kristian Høgsberg [Thu, 8 May 2008 23:48:32 +0000 (19:48 -0400)]
Add RS690M PCI ID.
Brian Paul [Thu, 8 May 2008 16:59:31 +0000 (10:59 -0600)]
disable debug printfs
Brian Paul [Thu, 8 May 2008 14:39:30 +0000 (08:39 -0600)]
disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer
Brian Paul [Thu, 8 May 2008 14:36:49 +0000 (08:36 -0600)]
call glutDestroyWindow()
Xiang, Haihao [Thu, 8 May 2008 03:52:57 +0000 (11:52 +0800)]
mesa: Call RENDER_FINISH on the zero pixel case.
Brian Paul [Thu, 8 May 2008 00:51:44 +0000 (18:51 -0600)]
fix refcounting bugs in tnl/tex program caches
Brian Paul [Wed, 7 May 2008 15:14:10 +0000 (09:14 -0600)]
updated options/help
Dan Nicholson [Wed, 7 May 2008 18:35:23 +0000 (11:35 -0700)]
Never fail `make clean'
Mostly some pedantic changes such that `make clean' always ignores
errors. Also changed the top clean target to do the `touch
configs/current' dance instead of realclean.
Dan Nicholson [Wed, 7 May 2008 17:21:01 +0000 (10:21 -0700)]
Run `make clean' in drivers/xorg, too
Dan Nicholson [Wed, 7 May 2008 14:48:29 +0000 (07:48 -0700)]
Refactor installation targets
Currently, there is a single path in src/mesa/Makefile to install that
has a few conditionals in it. This commit changes install to act like
default where we loop over $(DRIVER_DIRS), deciding what to do.
A new target, install-headers, has been broken out to accomodate
installing a standalone OSMesa where neither libGL or gl.pc are wanted.
Dan Nicholson [Wed, 7 May 2008 14:11:49 +0000 (07:11 -0700)]
Ensure recursive makes always propagate errors
There were a couple spots left where a recursive make could fail in a
chain of commands without stopping.
Brian [Wed, 7 May 2008 05:08:51 +0000 (23:08 -0600)]
implement full reference counting for vertex/fragment programs
Use _mesa_reference_vert/fragprog() wherever we assign program pointers.
Fixes a memory corruption bug found with glean/api2 test.
Dan Nicholson [Tue, 6 May 2008 22:46:40 +0000 (15:46 -0700)]
Update make output for autoconf help
Dan Nicholson [Tue, 6 May 2008 21:29:59 +0000 (14:29 -0700)]
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Dan Nicholson [Tue, 6 May 2008 21:27:57 +0000 (14:27 -0700)]
Prevent makedepend from running multiple times
The default target in src/mesa/Makefile calls a recursive $(MAKE). With
parallel jobs, this causes makedepend to run twice. Instead, block on
the first make until depend has been created.
Dan Nicholson [Tue, 6 May 2008 21:00:43 +0000 (14:00 -0700)]
Always cleanup the makedepend backup files
Consistently cleanup the depend.bak files created by makedepend. Also,
realclean has been changed to use a single find command, which speeds it
up considerably.
Michal Wajdeczko [Tue, 6 May 2008 20:01:29 +0000 (13:01 -0700)]
Add support for ATI_separate_stencil in display lists.
Dan Nicholson [Tue, 6 May 2008 19:29:53 +0000 (12:29 -0700)]
Error consistently when running recursive make
When changing directories and running a sub-make, ensure that both the
cd and make commands propagate errors to the parent make.
Dan Nicholson [Tue, 6 May 2008 18:52:34 +0000 (11:52 -0700)]
Add .PHONY targets to top Makefile for non-file targets
When a make target doesn't result in a file of the same name, adding it
to a .PHONY target means make won't look for such a file, speeding the
build up a bit. This allows `make doxygen' to work since otherwise make
will consider the doxygen directory as up to date.
Dan Nicholson [Tue, 6 May 2008 18:28:43 +0000 (11:28 -0700)]
autoconf: Replace the configs/current symlink from config.status
Minor tweak so that running config.status will entirely recreate the
configure settings by replacing the configs/current symlink.
Dave Airlie [Tue, 6 May 2008 08:52:47 +0000 (18:52 +1000)]
i965: fix googleearth in classic mode.
In classic mode googleearth triggered a case where vbos weren't getting accounted properly.
Dan Nicholson [Mon, 5 May 2008 23:53:35 +0000 (16:53 -0700)]
autoconf: Sanitize asm build for cross-compiling and --enable-*-bit
Two fixes to the asm configuration:
- Disable when the user is cross-compiling for x86 or x86_64 since it
requires running an executable compiled for the target host.
- If the user has specified --enable-32-bit on x86_64 or --enable-64-bit
on x86, respect that and choose the correct asm architecture.
Markus Amsler [Mon, 5 May 2008 23:32:40 +0000 (01:32 +0200)]
r300: fragment.position input needs no blanking out, it's correctly handled in insert_wpos.
fixes bug 15447
Dan Nicholson [Mon, 5 May 2008 21:38:22 +0000 (14:38 -0700)]
autoconf: Error for incompatible version of libdrm
The DRI modules can only be built against libdrm master (currently
version 2.3.1), so this should be enforced to save people from trying to
build against older versions.
Added a section at the top of the script to consolidate all required
versions.
Dan Nicholson [Mon, 5 May 2008 22:42:53 +0000 (15:42 -0700)]
autoconf: More quoting, just to be safe
Dan Nicholson [Mon, 5 May 2008 22:16:52 +0000 (15:16 -0700)]
Ignore xdemos/sharedtex
Dan Nicholson [Mon, 5 May 2008 22:16:22 +0000 (15:16 -0700)]
autoconf: Allow non-pkg-config builds to succeed
The variable no_x was being set to yes when libX11 was not found through
pkg-config. This causes AC_PATH_XTRA to skip its search for the X11
libraries, which was not the intended effect. Also switched to using the
PKG_CHECK_EXISTS autoconf macro.
Dan Nicholson [Wed, 30 Apr 2008 22:06:00 +0000 (15:06 -0700)]
autoconf: Scrape the version from configs/default
Added the make script version.mk to print the various version numbers
from configs/default. This is used to substitute the version in autoconf
rather than duplicating it in both places.
George Sapountzis [Sat, 26 Apr 2008 09:34:11 +0000 (12:34 +0300)]
glcore: Set all external variables in configuration
based on patch by Dan Nicholson <dbn.lists@gmail.com>
Xiang, Haihao [Mon, 5 May 2008 05:15:01 +0000 (13:15 +0800)]
i965: Don't cast the result of brw_prepare_vertices to an unsigned value.
Negative value means other errors, not aperture overflow. fix bug #15752
Dave Airlie [Mon, 5 May 2008 13:49:50 +0000 (23:49 +1000)]
r300: fix swtcl texrect path properly.
We really need to update the shader state so the texrect parameters work.
This should fix compiz looking crappy on rs480 and rs690
(cherry picked from commit
66a5562ce2906fbf5b96d1cee18f9a31a78c4360)
Dave Airlie [Sat, 3 May 2008 11:31:22 +0000 (21:31 +1000)]
r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards
(cherry picked from commit
026ef8111a94f6449dfa5e5cc0ae91fca4e68c0c)
Markus Amsler [Fri, 2 May 2008 01:58:18 +0000 (01:58 +0000)]
r300: Set correct VAP_CNTL per vertex program.
Brian Paul [Sat, 3 May 2008 15:08:42 +0000 (09:08 -0600)]
Press <space> to reset limit/bias values, clean-up limit/bias printf
Eric Anholt [Fri, 2 May 2008 19:25:48 +0000 (12:25 -0700)]
[intel] Warnings fixes.
Eric Anholt [Fri, 2 May 2008 19:25:12 +0000 (12:25 -0700)]
[intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge.
Brian Paul [Thu, 1 May 2008 20:59:34 +0000 (14:59 -0600)]
fix conversion of GLfloat display list IDs
Use floor() to convert to int (per Mark Kildard and the SI).
Also, change translate_id() to return a signed integer since we may be
offsetting from GL_LIST_BASE.
Brian Paul [Wed, 30 Apr 2008 22:05:01 +0000 (16:05 -0600)]
Add support for GL_REPLACE_EXT texture env mode.
GL_REPLACE_EXT comes from the ancient GL_EXT_texture extension. Found an old demo that
actually uses it.
The values of the GL_REPLACE and GL_REPLACE_EXT tokens is different, unfortunately.
Dan Nicholson [Wed, 30 Apr 2008 20:53:37 +0000 (13:53 -0700)]
autoconf: Fail from autoconf if the pkg-config macros aren't defined
Instead of postponing the error from missing pkg-config macros to when
configure is run, make autoconf exit by using m4 macros.
Brian Paul [Wed, 30 Apr 2008 20:43:28 +0000 (14:43 -0600)]
added xdemos/sharedtex.c test
Test that modifications to a texture object in one rendering context are seen
in a second rendering context.
Press 't' to change the texture's image/colors.
Dan Nicholson [Wed, 30 Apr 2008 20:28:03 +0000 (13:28 -0700)]
autoconf: Don't substitute MESA_MAJOR and friends
Since the autoconf config inherits from default, we don't need to
duplicate and substitute the MESA_* version numbers in configure.ac.
The version number is only needed in configure for the help text.
Xiang, Haihao [Wed, 30 Apr 2008 08:27:52 +0000 (16:27 +0800)]
intel: test cpp to ensure mipmap tree matches texture image.