Kristian Høgsberg [Wed, 27 Feb 2008 16:19:29 +0000 (11:19 -0500)]
intel: Always use intelInitExtensions() for initializing extensions.
Markus Amsler [Wed, 27 Feb 2008 01:06:17 +0000 (02:06 +0100)]
r300: add artificial output to match fragment program input
Markus Amsler [Wed, 27 Feb 2008 01:04:06 +0000 (02:04 +0100)]
mesa: set input read only on success
Kristian Høgsberg [Tue, 26 Feb 2008 22:57:41 +0000 (17:57 -0500)]
i965: Setup framebuffer texture in meta_draw_region.
With DRI2 we there is no screen region until a drawable is bound to
the context. Set up the framebuffer texture in meta_draw_region instead
which should also handle the case where the draw region changes as a
result of resizing a redirected window or resizing the screen.
Eric Anholt [Tue, 26 Feb 2008 21:28:51 +0000 (13:28 -0800)]
[965] Don't segfault on INTEL_DEBUG=batch when a surface buffer is NULL.
Eric Anholt [Thu, 21 Feb 2008 18:42:07 +0000 (10:42 -0800)]
[965] remove dead brw_parameter_list_state_flags.
This was replaced by Mesa core code.
Christoph Brill [Tue, 26 Feb 2008 21:10:54 +0000 (22:10 +0100)]
[r300] fix wow-pinkness regression. Fixed by Markus Amsler
Christoph Brill [Tue, 26 Feb 2008 20:40:55 +0000 (21:40 +0100)]
[r300] Document based on chapter 10.4 and 10.5
This commit adds most of the graphics backend registers and of the rasterizer
registers. Again, some minor bugs were found and marked with TODO or even
fixed.
Zou Nan hai [Tue, 26 Feb 2008 09:20:12 +0000 (17:20 +0800)]
[i915] fix texture size exceed limit case when running celestia
Thomas Hellstrom [Tue, 26 Feb 2008 08:19:27 +0000 (09:19 +0100)]
[intel] Handle -EAGAINs correctly in execbuffer.
Dont stop on fence creation errors.
Kristian Høgsberg [Tue, 26 Feb 2008 03:24:09 +0000 (22:24 -0500)]
A few more fixes to the dlsym() fix.
Argh, seriously, I did test that, I just forgot to amend the commit
before pushing.
Dave Airlie [Tue, 26 Feb 2008 02:28:45 +0000 (12:28 +1000)]
dri2: dlsym requires some quotes..
Kristian Høgsberg [Tue, 26 Feb 2008 01:02:25 +0000 (20:02 -0500)]
Use dlsym() to avoid referencing __dri2DriverInitScreen.
Sort-of a stop-gap workaround. There are a couple of nicer ways to
do this that doesn't require dlfcn.h, but they're more invasive.
Kristian Høgsberg [Mon, 25 Feb 2008 23:50:26 +0000 (18:50 -0500)]
autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.
Also, use -include to avoid error message when make initially fails to
include the non-existent depend file.
Kristian Høgsberg [Mon, 25 Feb 2008 22:34:24 +0000 (17:34 -0500)]
intel: Add missing include file to silence last couple of warnings.
Kristian Høgsberg [Mon, 25 Feb 2008 22:28:09 +0000 (17:28 -0500)]
intel: Initialize color and spec arrays in LOCAL_VARS macro.
Avoids spamming compilation output with tons of warnings about
use of possibly uninitialized variables.
Kristian Høgsberg [Mon, 25 Feb 2008 21:52:35 +0000 (16:52 -0500)]
Change GetCompressedTexImage in dd_function_table to not take const pointers.
They're changed by the intel driver implementation and thus not const.
Fixes compilation warning.
Kristian Høgsberg [Mon, 25 Feb 2008 21:14:37 +0000 (16:14 -0500)]
Remove GetMSC DriverAPI function.
The DriverAPI is internal to the DRI drivers and GetDrawableMSC
obsoletes GetMSC. Also, since the DRI driver interface has not yet
been released, just drop the getMSC function from the DRI interface
instead using the ABI preserving version mechanism.
Finally, using void pointer privates in the DRI interface is not allowed,
always pass the actual types around (__DRIdrawable in this case) to
enhance type safety and readability of the code.
Kristian Høgsberg [Mon, 25 Feb 2008 20:36:42 +0000 (15:36 -0500)]
Remove now unused setTexOffset from __DriverAPIRec.
Oliver McFadden [Mon, 25 Feb 2008 23:18:15 +0000 (23:18 +0000)]
r300: Corrected a cache flush bug in r300EmitCacheFlush.
Corrects commit
74ae5a875d6b3f1ffea2ac09c6ef0062d4980f15.
Oliver McFadden [Mon, 25 Feb 2008 22:48:26 +0000 (22:48 +0000)]
r300: Moved the state code into separate functions.
Christoph Brill [Mon, 25 Feb 2008 22:20:23 +0000 (23:20 +0100)]
[r300] revert complete stupid changes
Christoph Brill [Mon, 25 Feb 2008 22:08:02 +0000 (23:08 +0100)]
[r300] Document registers completed 10.1 to 10.3
Christoph Brill [Mon, 25 Feb 2008 22:04:17 +0000 (23:04 +0100)]
[r300] Add more register from the AMD spec
Christoph Brill [Mon, 25 Feb 2008 21:55:13 +0000 (22:55 +0100)]
[r300] Document POLY_MODE and add some TODOs that might have triggered some bugs
Christoph Brill [Mon, 25 Feb 2008 21:45:36 +0000 (22:45 +0100)]
[r300] Document some registers in the POINT area
Christoph Brill [Mon, 25 Feb 2008 21:36:16 +0000 (22:36 +0100)]
[r300] Further document and add register definitions (found bugs in LINE handling)
Christoph Brill [Mon, 25 Feb 2008 20:48:25 +0000 (21:48 +0100)]
[r300] Sync fog color register names
Christoph Brill [Mon, 25 Feb 2008 20:44:11 +0000 (21:44 +0100)]
[r300] Sync fog register names to the AMD spec
Christoph Brill [Mon, 25 Feb 2008 20:35:13 +0000 (21:35 +0100)]
[r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and finally add some information to R300_RB3D_DSTCACHE_CTLSTAT
Christoph Brill [Mon, 25 Feb 2008 20:04:23 +0000 (21:04 +0100)]
[r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHANNEL_MASK
Christoph Brill [Mon, 25 Feb 2008 19:54:23 +0000 (20:54 +0100)]
[r300] Add register definitions based on AMD spec starting with chapter 10
Christoph Brill [Mon, 25 Feb 2008 19:30:40 +0000 (20:30 +0100)]
[r300] Add some more register from the AMD spec in the area of AARESOLVE
Christoph Brill [Mon, 25 Feb 2008 19:24:00 +0000 (20:24 +0100)]
[r300] Sync the names for Z-Buffer registers with the AMD spec
This patch tries to get the Z-Buffer register names in sync with the AMD spec
so that talking to AMD engineers is much simpler.
Christoph Brill [Mon, 25 Feb 2008 19:20:59 +0000 (20:20 +0100)]
[r300] Add more struct names for r300_hw_state
Christoph Brill [Mon, 25 Feb 2008 19:18:10 +0000 (20:18 +0100)]
[r300] rename all unkown structs r300_hw_state to readable names
Christoph Brill [Mon, 25 Feb 2008 19:15:20 +0000 (20:15 +0100)]
[r300] Add RB3D_DISCARD_SRC_PIXEL_LTE_THRESHOLD and some HyperZ defintions
Christoph Brill [Mon, 25 Feb 2008 19:11:46 +0000 (20:11 +0100)]
[r300] Replace more magic number by register definitions from AMD
Christoph Brill [Mon, 25 Feb 2008 19:08:33 +0000 (20:08 +0100)]
[r300] clean some more magic registers based on AMD spec
Christoph Brill [Mon, 25 Feb 2008 19:03:35 +0000 (20:03 +0100)]
[r300] Update some magic registers to real names
Christoph Brill [Mon, 25 Feb 2008 19:01:27 +0000 (20:01 +0100)]
[r300] Document Z-buffer related register ZB_BW_CNTL
Christoph Brill [Mon, 25 Feb 2008 18:50:05 +0000 (19:50 +0100)]
[r300] document VAP_CNTL based on AMD spec
Christoph Brill [Mon, 25 Feb 2008 18:39:16 +0000 (19:39 +0100)]
[r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD spec
Christoph Brill [Mon, 25 Feb 2008 18:18:08 +0000 (19:18 +0100)]
[r300] document type 3 packets to draw primitives based on AMD spec
Brian [Mon, 25 Feb 2008 18:00:01 +0000 (11:00 -0700)]
Obsolete, replaced by glut_fcb.c (fortran callbacks)
Brian [Mon, 25 Feb 2008 17:57:40 +0000 (10:57 -0700)]
Replace glut_fbc.c with glut_fcb.c (cb=callback)
Kristian Høgsberg [Mon, 25 Feb 2008 17:03:28 +0000 (12:03 -0500)]
intel: Only enable GL_ARB_occlusion_query on i965.
Zou Nan hai [Mon, 25 Feb 2008 07:27:47 +0000 (15:27 +0800)]
[intel] fix random ut2004 crash on some machine, for cubemap textures,
image offset is already considered when map, add it again in
StoreImage may lead to wrong result and crash.
Xiang, Haihao [Mon, 25 Feb 2008 03:04:59 +0000 (11:04 +0800)]
i965: fix assertion failure caused by commit
dd1d66fc4ab5d7064113a2017a431c3461598b91.
Dave Airlie [Sat, 23 Feb 2008 09:17:00 +0000 (19:17 +1000)]
r300: fixup some more names
Dave Airlie [Sat, 23 Feb 2008 08:54:07 +0000 (18:54 +1000)]
r300: some initial register info from doc drop
Kristian Høgsberg [Fri, 22 Feb 2008 23:06:19 +0000 (18:06 -0500)]
intel: Merge intel_context.c from i915 and i965.
Kristian Høgsberg [Fri, 22 Feb 2008 05:51:52 +0000 (00:51 -0500)]
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Alan Hourihane [Fri, 22 Feb 2008 00:18:54 +0000 (00:18 +0000)]
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Dan Nicholson [Thu, 21 Feb 2008 18:32:04 +0000 (10:32 -0800)]
autoconf: Fix thinko when checking freebsd CPU types
Dan Nicholson [Thu, 21 Feb 2008 18:17:19 +0000 (10:17 -0800)]
autoconf: Set the default drivers after checking platform specifics
The platform-specific overrides to the DRI drivers were being ignored
because the default was being set first. Instead, have the default be a
fallback after the platform checks.
Brian [Wed, 20 Feb 2008 15:54:15 +0000 (08:54 -0700)]
Fix glBegin-time test for invalid programs/shaders.
Brian [Wed, 20 Feb 2008 15:53:41 +0000 (08:53 -0700)]
raise GL_INVALID_OPERATION if glProgramString compilation fails
Brian [Tue, 19 Feb 2008 15:39:12 +0000 (08:39 -0700)]
Regenerated (see bug 11893)
Brian [Tue, 19 Feb 2008 15:38:42 +0000 (08:38 -0700)]
Added <size name="Get" mode="get"/> lines for point parameter tokens.
See bug 11893. This allows GL_POINT_SIZE_MIN/MAX/etc to be queried with
indirect rendering.
Brian [Tue, 19 Feb 2008 15:27:44 +0000 (08:27 -0700)]
Regenerated (raise GL_INVALID_VALUE if counter param is negative)
Brian [Tue, 19 Feb 2008 15:27:08 +0000 (08:27 -0700)]
If parameter is a 'counter', raise GL_INVALID_VALUE if value is negative
Fixes bug 10984.
Jeremy Huddleston [Tue, 19 Feb 2008 08:54:35 +0000 (00:54 -0800)]
Apple: Pulled in changes from Apple's patchset to allow mesa to build on darwin again
(cherry picked from commit
e70609b7b877dc0d8e67c958c453305e78f831df)
Zou Nan hai [Tue, 19 Feb 2008 06:53:58 +0000 (14:53 +0800)]
fix compile for previous commit
Zou Nan hai [Tue, 19 Feb 2008 06:47:57 +0000 (14:47 +0800)]
[i965] fix broken glsl texdemo1
Adam Jackson [Mon, 18 Feb 2008 16:45:40 +0000 (11:45 -0500)]
Install dri_sarea.h in 'make install'
Dan Nicholson [Mon, 18 Feb 2008 03:34:48 +0000 (19:34 -0800)]
Ignore glxgears_pixmap
Dan Nicholson [Mon, 18 Feb 2008 02:10:15 +0000 (18:10 -0800)]
Distribute dri_sarea.h with the tarballs
The GL/internal/dri_sarea.h header was missing from the tarballs,
causing the build to bomb for DRI2.
Dan Nicholson [Wed, 16 Jan 2008 03:25:41 +0000 (19:25 -0800)]
glapi: Generate xserver glapi sources in the mesa tree
Instead of generating the glapi sources for the xserver and commiting
them to the xserver tree, we can keep them in the mesa tree and change
the xserver build to use the files from the mesa tree.
This makes the xserver glx build more robust as it reduces the chances
for mismatches of the glX API used in the xserver vs. in mesa.
Brian [Sat, 16 Feb 2008 16:56:54 +0000 (09:56 -0700)]
Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)
Also, general clean-up of the Xlib-optimized glDraw/CopyPixels code.
Brian [Sat, 16 Feb 2008 16:38:34 +0000 (09:38 -0700)]
Added minmag.c test
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
Adam Jackson [Fri, 15 Feb 2008 22:22:09 +0000 (17:22 -0500)]
Fix path to minstall in last commit.
Adam Jackson [Fri, 15 Feb 2008 22:17:03 +0000 (17:17 -0500)]
Install dri_interface.h in 'make install'.
Eric Anholt [Fri, 15 Feb 2008 21:48:11 +0000 (13:48 -0800)]
[intel] Allow attIndex to be negative to avoid defeating the >= 0 check.
Otherwise, we would go wildly out of bounds if passed -1 (no renderbuffer), such
as while doing LOCK_HARDWARE with glDrawBuffer(GL_NONE).
Eric Anholt [Fri, 15 Feb 2008 21:42:37 +0000 (13:42 -0800)]
[915] Don't attempt our accelerated drawpixels if no color buffer is attached.
Otherwise, glDrawBuffer(GL_NONE); glDrawPixels() results in a segfault when
we try to emit the color buffer state during setup.
Eric Anholt [Fri, 15 Feb 2008 21:16:01 +0000 (13:16 -0800)]
[915] Revert broken context creation change from IS_915 commit.
The IS_945 case was left to fall through to the 830 case, along with the
not-recognized-at-all case, making that dead code.
Brian [Fri, 15 Feb 2008 20:41:39 +0000 (13:41 -0700)]
Fix glBindTexture crash (bug 14514)
Adam Jackson [Fri, 15 Feb 2008 20:05:42 +0000 (15:05 -0500)]
chmod a-x **/glslnoise.c
Adam Jackson [Fri, 15 Feb 2008 19:59:30 +0000 (14:59 -0500)]
Fix parallel build by making symlinks before makedepend.
Adam Jackson [Fri, 15 Feb 2008 19:57:51 +0000 (14:57 -0500)]
Fix sis_dri on ia64.
Adam Jackson [Fri, 15 Feb 2008 19:56:32 +0000 (14:56 -0500)]
Fix build on ia64.
Adam Jackson [Fri, 15 Feb 2008 19:52:58 +0000 (14:52 -0500)]
Add IS_915(), simplify IS_9XX() a bit.
Eric Anholt [Fri, 15 Feb 2008 00:14:00 +0000 (16:14 -0800)]
[intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm.
Adam Jackson [Fri, 15 Feb 2008 19:46:25 +0000 (14:46 -0500)]
Add E7221 variant to i915.
Adam Jackson [Fri, 15 Feb 2008 18:49:12 +0000 (13:49 -0500)]
Trivial SELinux awareness. Enable with --enable-selinux.
Avoids AVC warnings when allocating executable memory by first checking
if the current process has permission to do so.
Roland Scheidegger [Fri, 15 Feb 2008 16:26:06 +0000 (17:26 +0100)]
fix bug with generated fragment programs if vertex shader is active
When generating a fragment program from fixed function, checking
texUnit->_ReallyEnabled is not sufficient, need texUnit->Enabled too
since the former also represents texture enables from an active vertex
shader.
Xiang, Haihao [Fri, 15 Feb 2008 08:13:11 +0000 (16:13 +0800)]
i965: don't swizzle fogcoord if FogOption is FOG_NONE.
fix #10788 issue on 965.
Xiang, Haihao [Fri, 15 Feb 2008 07:20:45 +0000 (15:20 +0800)]
i915: set fogcoord to (f,0,0,1). fix #10788 issue on 915.
Kristian Høgsberg [Fri, 15 Feb 2008 03:12:51 +0000 (22:12 -0500)]
Add TTM buffer object based texture from pixmap implementation.
Currently only implemented for intel hw.
Kristian Høgsberg [Fri, 15 Feb 2008 03:05:55 +0000 (22:05 -0500)]
Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.
Kristian Høgsberg [Mon, 21 Jan 2008 22:07:33 +0000 (17:07 -0500)]
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg [Mon, 14 Jan 2008 23:31:05 +0000 (18:31 -0500)]
Add new DRI2 infrastructure.
caner [Thu, 14 Feb 2008 16:33:05 +0000 (09:33 -0700)]
miniglx doc updates
Xiang, Haihao [Thu, 14 Feb 2008 05:24:27 +0000 (13:24 +0800)]
i965: use setup attributes as inputs when allocating registers
for WM payload. fix #10767
Zou Nan hai [Thu, 14 Feb 2008 03:01:34 +0000 (11:01 +0800)]
[i965] flip point sprite
Zou Nan hai [Thu, 14 Feb 2008 02:12:03 +0000 (10:12 +0800)]
[i965] gl_FrontFacing support
Dave Airlie [Thu, 14 Feb 2008 00:44:43 +0000 (10:44 +1000)]
i965: remove unused hal hooks
These don't appear to have ever been used.
Eric Anholt [Thu, 14 Feb 2008 00:08:19 +0000 (16:08 -0800)]
[965] Fix ARB_occlusion_query from intel_screen.c merge.
It wasn't being initialized at screen setup, so we were getting stub
entrypoints even though it was exposed as enabled. Fixes arbocclude mesa demo.
Eric Anholt [Wed, 13 Feb 2008 18:34:20 +0000 (10:34 -0800)]
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
The 965 path wasn't setting pClipRects for batch submission since it didn't
want kernel cliprect handling before. The 915 path also grew the INTEL_NO_HW=1
option for testing just driver overhead.
Eric Anholt [Wed, 13 Feb 2008 17:26:06 +0000 (09:26 -0800)]
When mapping, wait on the buffer's fence, not hardware idle, in bufmgr_fake