mesa.git
15 years agopython/regress: Fix vertex shader XPD test.
Michal Krol [Wed, 1 Apr 2009 09:08:41 +0000 (11:08 +0200)]
python/regress: Fix vertex shader XPD test.

15 years agopython/regress: Indent.
Michal Krol [Wed, 1 Apr 2009 08:58:46 +0000 (10:58 +0200)]
python/regress: Indent.

15 years agopython/regress: Add vertex shader test for XPD.
Michal Krol [Wed, 1 Apr 2009 08:56:53 +0000 (10:56 +0200)]
python/regress: Add vertex shader test for XPD.

15 years agopython/regress: Rename test files from *.txt to *.sh -- won't be .gitignored.
Michal Krol [Wed, 1 Apr 2009 08:23:09 +0000 (10:23 +0200)]
python/regress: Rename test files from *.txt to *.sh -- won't be .gitignored.

15 years agopython/regress: Add more vertex shader tests.
Michal Krol [Wed, 1 Apr 2009 08:18:50 +0000 (10:18 +0200)]
python/regress: Add more vertex shader tests.

15 years agor300-gallium: Backwards test.
Corbin Simpson [Wed, 1 Apr 2009 03:24:50 +0000 (20:24 -0700)]
r300-gallium: Backwards test.

Wow, how long's that been there? Embarrassing.

15 years agor300-gallium: Moar vert shader emit.
Corbin Simpson [Wed, 1 Apr 2009 03:04:56 +0000 (20:04 -0700)]
r300-gallium: Moar vert shader emit.

15 years agor300-gallium: Add vertex shader emit.
Corbin Simpson [Wed, 1 Apr 2009 01:58:03 +0000 (18:58 -0700)]
r300-gallium: Add vertex shader emit.

15 years agor300-gallium: Stubs for vertex shaders.
Corbin Simpson [Tue, 31 Mar 2009 06:54:53 +0000 (23:54 -0700)]
r300-gallium: Stubs for vertex shaders.

15 years agotgsi: added some helpful debug functions in the tgsi interpreter
Brian Paul [Tue, 31 Mar 2009 22:17:23 +0000 (16:17 -0600)]
tgsi: added some helpful debug functions in the tgsi interpreter

Check for NaN/Inf, print exec vectors, print temp registers.

15 years agomesa: fix bug in GPU codegen for fixed-function two-sided lighting
Brian Paul [Tue, 31 Mar 2009 22:13:14 +0000 (16:13 -0600)]
mesa: fix bug in GPU codegen for fixed-function two-sided lighting

The 'dots' register wasn't getting properly un-negated and un-swizzled
after emitting the code for back-face lighting.  So, if more than one
light source was enabled, the specular exponent for the next light source
was wrong.

During execution we were evaluating pow(x, y) where y was negative instead
of positive.  This led to the outcome being zero or NaN.

This fixes the occasional black triangles seen in isosurf when hacked to
enable two-sided lighting.

15 years agodraw: added Nan/Inf assertion in debug code
Brian Paul [Tue, 31 Mar 2009 22:12:17 +0000 (16:12 -0600)]
draw: added Nan/Inf assertion in debug code

15 years agosoftpipe: use util_is_inf_or_nan()
Brian Paul [Tue, 31 Mar 2009 22:07:38 +0000 (16:07 -0600)]
softpipe: use util_is_inf_or_nan()

And print/warn NaN/Inf in print_vertex().

15 years agogallium: added util_is_inf_or_nan() function to u_math.h
Brian Paul [Tue, 31 Mar 2009 22:06:19 +0000 (16:06 -0600)]
gallium: added util_is_inf_or_nan() function to u_math.h

15 years agomesa: minor reformatting, whitespace changes
Brian Paul [Tue, 31 Mar 2009 21:47:05 +0000 (15:47 -0600)]
mesa: minor reformatting, whitespace changes

15 years agopython/regress: Initial commit for vertex shader regression tests.
Michal Krol [Tue, 31 Mar 2009 22:19:46 +0000 (00:19 +0200)]
python/regress: Initial commit for vertex shader regression tests.

15 years agoUpdated CPU_TO_LE32 to work on darwin
Jeremy Huddleston [Tue, 31 Mar 2009 22:08:49 +0000 (15:08 -0700)]
Updated CPU_TO_LE32 to work on darwin

15 years agoFix compiling indirect.c when GLX_DIRECT_RENDERING is not defined
Jeremy Huddleston [Tue, 31 Mar 2009 21:48:19 +0000 (14:48 -0700)]
Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined
(cherry picked from commit b65bc1b6cb72df950c2e26446936804dfcdc432c)

15 years agopython/test: New test for surface copies.
José Fonseca [Tue, 31 Mar 2009 18:16:17 +0000 (19:16 +0100)]
python/test: New test for surface copies.

15 years agopython/test: Ignore test output files.
José Fonseca [Tue, 31 Mar 2009 17:39:18 +0000 (18:39 +0100)]
python/test: Ignore test output files.

15 years agopython/test: Cleanup.
José Fonseca [Tue, 31 Mar 2009 17:39:06 +0000 (18:39 +0100)]
python/test: Cleanup.

15 years agopython/test: Dump classification tree to text file too.
José Fonseca [Tue, 31 Mar 2009 17:38:48 +0000 (18:38 +0100)]
python/test: Dump classification tree to text file too.

15 years agopython/test: Set executable permission bit.
José Fonseca [Tue, 31 Mar 2009 17:02:27 +0000 (18:02 +0100)]
python/test: Set executable permission bit.

15 years agopython/test: New test for rendering into textures.
José Fonseca [Tue, 31 Mar 2009 17:01:32 +0000 (18:01 +0100)]
python/test: New test for rendering into textures.

15 years agoutil: Enable assembly breakpointt on x86_64.
José Fonseca [Tue, 31 Mar 2009 17:00:46 +0000 (18:00 +0100)]
util: Enable assembly breakpointt on x86_64.

A breakpoint is much nicer than abort when gdb is attached.

15 years agopython/test: Limit tree depth.
José Fonseca [Tue, 31 Mar 2009 16:23:48 +0000 (17:23 +0100)]
python/test: Limit tree depth.

15 years agopython/test: Infer type (continuous/discrete) from object type.
José Fonseca [Tue, 31 Mar 2009 16:21:52 +0000 (17:21 +0100)]
python/test: Infer type (continuous/discrete) from object type.

15 years agopython/test: Flush stdout to keep in sync with debug info on stderr.
José Fonseca [Tue, 31 Mar 2009 15:39:11 +0000 (16:39 +0100)]
python/test: Flush stdout to keep in sync with debug info on stderr.

15 years agopython/test: Dump a classification tree of the results when finished testing.
José Fonseca [Tue, 31 Mar 2009 15:38:03 +0000 (16:38 +0100)]
python/test: Dump a classification tree of the results when finished testing.

15 years agopython/test: New test for texture transfers.
José Fonseca [Tue, 31 Mar 2009 10:02:15 +0000 (11:02 +0100)]
python/test: New test for texture transfers.

15 years agopython/test: More descriptive test name.
José Fonseca [Tue, 31 Mar 2009 10:00:18 +0000 (11:00 +0100)]
python/test: More descriptive test name.

15 years agopython: Make get/put_tile_raw more user friendlier.
José Fonseca [Tue, 31 Mar 2009 09:58:18 +0000 (10:58 +0100)]
python: Make get/put_tile_raw more user friendlier.

15 years agopython: Add nblocksx/y members to surfaces.
José Fonseca [Tue, 31 Mar 2009 09:57:44 +0000 (10:57 +0100)]
python: Add nblocksx/y members to surfaces.

15 years agogallium: Move pf_is_depth_stencil to p_format.h.
José Fonseca [Tue, 31 Mar 2009 08:46:55 +0000 (09:46 +0100)]
gallium: Move pf_is_depth_stencil to p_format.h.

15 years agofix ugly copy/paste error in mipmap generation code
Roland Scheidegger [Tue, 31 Mar 2009 01:18:35 +0000 (03:18 +0200)]
fix ugly copy/paste error in mipmap generation code

15 years agor300-gallium: RGBA, not ARGB, after all.
Corbin Simpson [Tue, 31 Mar 2009 00:31:58 +0000 (17:31 -0700)]
r300-gallium: RGBA, not ARGB, after all.

Clearly, something else is wrong.

15 years agor300-gallium: r500-fs: If recompiling a shader, overwrite old insts.
Corbin Simpson [Tue, 31 Mar 2009 00:20:12 +0000 (17:20 -0700)]
r300-gallium: r500-fs: If recompiling a shader, overwrite old insts.

15 years agor300-gallium: Properly redo shaders when constant buffer changes size.
Corbin Simpson [Mon, 30 Mar 2009 23:58:20 +0000 (16:58 -0700)]
r300-gallium: Properly redo shaders when constant buffer changes size.

15 years agor300-gallium: Allow surface_fill to clear depth/stencil buffers too.
Corbin Simpson [Mon, 30 Mar 2009 23:51:01 +0000 (16:51 -0700)]
r300-gallium: Allow surface_fill to clear depth/stencil buffers too.

15 years agor300-gallium: Emit the "right" sequence of colors.
Corbin Simpson [Mon, 30 Mar 2009 23:15:04 +0000 (16:15 -0700)]
r300-gallium: Emit the "right" sequence of colors.

ARGB, not RGBA.

15 years agor300-gallium: Fix hardlock when no colors or textures are present.
Corbin Simpson [Mon, 30 Mar 2009 22:50:09 +0000 (15:50 -0700)]
r300-gallium: Fix hardlock when no colors or textures are present.

15 years agor300-gallium: Fix strange build error.
Corbin Simpson [Mon, 30 Mar 2009 22:47:00 +0000 (15:47 -0700)]
r300-gallium: Fix strange build error.

Why didn't this come up before?

15 years agor300-gallium: Handful of small leftovers.
Corbin Simpson [Mon, 30 Mar 2009 20:55:00 +0000 (13:55 -0700)]
r300-gallium: Handful of small leftovers.

15 years agointel: Avoid mapping the texture image for CopyTex{,Sub}Image
Adam Jackson [Mon, 30 Mar 2009 20:32:11 +0000 (16:32 -0400)]
intel: Avoid mapping the texture image for CopyTex{,Sub}Image

We don't upload the pixels with the CPU in that case, so the map will
only serve as a way of triggering cache flushes over a bunch of data we
don't touch.

15 years agopython: Use depth buffer in the triangle example.
José Fonseca [Mon, 30 Mar 2009 18:49:11 +0000 (19:49 +0100)]
python: Use depth buffer in the triangle example.

15 years agopython: Read rgba8 with a single transfer.
José Fonseca [Mon, 30 Mar 2009 18:48:30 +0000 (19:48 +0100)]
python: Read rgba8 with a single transfer.

15 years agopython: Cleanup.
José Fonseca [Mon, 30 Mar 2009 17:29:35 +0000 (18:29 +0100)]
python: Cleanup.

15 years agopython: Don't use deprecated clear_value field.
José Fonseca [Mon, 30 Mar 2009 17:26:40 +0000 (18:26 +0100)]
python: Don't use deprecated clear_value field.

15 years agopython/test: Move the test description logic to the base class.
José Fonseca [Mon, 30 Mar 2009 17:18:15 +0000 (18:18 +0100)]
python/test: Move the test description logic to the base class.

15 years agopython/test: Move the image comparison logic to the base test class.
José Fonseca [Mon, 30 Mar 2009 16:51:55 +0000 (17:51 +0100)]
python/test: Move the image comparison logic to the base test class.

15 years agopython: Force unsigned comparison.
José Fonseca [Mon, 30 Mar 2009 16:09:03 +0000 (17:09 +0100)]
python: Force unsigned comparison.

15 years agopython: Set correct transfer mode.
José Fonseca [Mon, 30 Mar 2009 16:08:23 +0000 (17:08 +0100)]
python: Set correct transfer mode.

15 years agopython: Set the surface GPU access flags.
José Fonseca [Mon, 30 Mar 2009 15:02:21 +0000 (16:02 +0100)]
python: Set the surface GPU access flags.

Make python surface just a dumb (texture, face, level, zslice) tuple.

15 years agopython: Hide away the surface usage flags.
José Fonseca [Mon, 30 Mar 2009 14:09:18 +0000 (15:09 +0100)]
python: Hide away the surface usage flags.

Surfaces are now by definition GPU views. So CPU access flags don't make
any sense when creating a surface.

For now we are forcing surfaces to be GPU read/write, but that will go away
soon.

15 years agotgsi: Condition codes are implied in KILP.
Michal Krol [Mon, 30 Mar 2009 15:13:52 +0000 (17:13 +0200)]
tgsi: Condition codes are implied in KILP.

15 years agotgsi: Explain symbols used in instruction set documentation.
Michal Krol [Mon, 30 Mar 2009 15:12:58 +0000 (17:12 +0200)]
tgsi: Explain symbols used in instruction set documentation.

15 years agotgsi: Document BRA opcode.
Michal Krol [Mon, 30 Mar 2009 13:39:29 +0000 (15:39 +0200)]
tgsi: Document BRA opcode.

15 years agopython: Dont touch old pipe_winsys.
José Fonseca [Mon, 30 Mar 2009 13:24:20 +0000 (14:24 +0100)]
python: Dont touch old pipe_winsys.

15 years agopython: Update instructions for windows.
José Fonseca [Mon, 30 Mar 2009 11:12:37 +0000 (12:12 +0100)]
python: Update instructions for windows.

15 years agoscons: Get python extensions building correctly on windows.
José Fonseca [Mon, 30 Mar 2009 11:12:20 +0000 (12:12 +0100)]
scons: Get python extensions building correctly on windows.

15 years agoi965: srgb texture fixes
Roland Scheidegger [Sat, 28 Mar 2009 00:43:50 +0000 (01:43 +0100)]
i965: srgb texture fixes

i965 can either do SRGBA8_REV format or SARGB8 format, but not SRGBA8.
Could add SRGBA8_REV support to mesa, but simply use SARGB8 for now.
While here, also add true srgb luminance / luminance_alpha support -
unfortunately the published docs fail to mention which asics support
this, tested on g43 so assume this works on any g4x.

15 years agomesa: fix a glGetTexImage issue with base-converted texture formats
Roland Scheidegger [Sat, 28 Mar 2009 00:19:49 +0000 (01:19 +0100)]
mesa: fix a glGetTexImage issue with base-converted texture formats

need to respect the user-supplied base format, not the one derived from
the texture format actually used.

15 years agoi965: add support for signed rgba texture format
Roland Scheidegger [Fri, 27 Mar 2009 21:42:19 +0000 (22:42 +0100)]
i965: add support for signed rgba texture format

15 years agomesa: add _rev signed rgba texture format
Roland Scheidegger [Fri, 27 Mar 2009 20:59:33 +0000 (21:59 +0100)]
mesa: add _rev signed rgba texture format

15 years agoglapi regenerate
Roland Scheidegger [Sat, 28 Mar 2009 01:03:35 +0000 (02:03 +0100)]
glapi regenerate

15 years agoglapi: remove a couple accidental GL_ prefixes
Roland Scheidegger [Fri, 27 Mar 2009 20:52:07 +0000 (21:52 +0100)]
glapi: remove a couple accidental GL_ prefixes

15 years agomesa: add new signed rgba texture format
Roland Scheidegger [Fri, 27 Mar 2009 18:39:52 +0000 (19:39 +0100)]
mesa: add new signed rgba texture format

This is a (partial) backport of the signed texture format support in OGL 3.1.
Since it wasn't promoted from an existing extension roll our own.

15 years agogl: add new OGL 3.1 enums to glext.h
Roland Scheidegger [Fri, 27 Mar 2009 16:51:10 +0000 (17:51 +0100)]
gl: add new OGL 3.1 enums to glext.h

This is just temporary until the upstream source is updated.

15 years agogl: update glext.h to version 48
Roland Scheidegger [Fri, 27 Mar 2009 14:47:30 +0000 (15:47 +0100)]
gl: update glext.h to version 48

15 years agofix various small intel blitter issues
Roland Scheidegger [Mon, 2 Feb 2009 16:27:47 +0000 (17:27 +0100)]
fix various small intel blitter issues

use color format constants instead of magic numbers
remove handling of cpp 0 or 3 (neither is possible) in various places
don't misconfigure 8 bit surface blits as rgb565

15 years agowgl: Don't flush surface if it is NULL.
José Fonseca [Fri, 27 Mar 2009 21:43:24 +0000 (21:43 +0000)]
wgl: Don't flush surface if it is NULL.

Just a quick fix to prevent segfaults with glean.

15 years agowgl: Remove unused cruft.
José Fonseca [Fri, 27 Mar 2009 21:38:54 +0000 (21:38 +0000)]
wgl: Remove unused cruft.

15 years agoutil: Support Z24S8/Z24X8.
José Fonseca [Fri, 27 Mar 2009 20:23:16 +0000 (20:23 +0000)]
util: Support Z24S8/Z24X8.

15 years agomesa: Support Z24S8 wherever S8Z24 is supported.
José Fonseca [Fri, 27 Mar 2009 19:50:15 +0000 (19:50 +0000)]
mesa: Support Z24S8 wherever S8Z24 is supported.

15 years agor300-gallium: Add some surface_copy.
Corbin Simpson [Thu, 26 Mar 2009 04:26:02 +0000 (21:26 -0700)]
r300-gallium: Add some surface_copy.

15 years agor300-gallium: Use CMP for MOV on r300.
Corbin Simpson [Wed, 25 Mar 2009 14:25:06 +0000 (07:25 -0700)]
r300-gallium: Use CMP for MOV on r300.

Doesn't quite fix problems, though. :c

15 years agomesa: Use the python executable from sys.executable.
José Fonseca [Fri, 27 Mar 2009 19:13:21 +0000 (19:13 +0000)]
mesa: Use the python executable from sys.executable.

From Ramesh Dharan <rrdharan@vmware.com>

15 years agoegl: Fix newline typo in Makefiles
Carl-Johan Kjellander [Thu, 26 Mar 2009 19:20:11 +0000 (19:20 +0000)]
egl: Fix newline typo in Makefiles

15 years agost: init the default texture to (0,0,0,1)
Brian Paul [Thu, 26 Mar 2009 14:52:56 +0000 (08:52 -0600)]
st: init the default texture to (0,0,0,1)

The default texture is used when a sampler uses an incomplete texture.
This change fixes the piglit fp-incomplete test.

15 years agotgsi: pass zero vector to texture sampler for 1D case instead of NULL
Brian Paul [Thu, 26 Mar 2009 14:40:07 +0000 (08:40 -0600)]
tgsi: pass zero vector to texture sampler for 1D case instead of NULL

Fixes segfault when sampling 1D textures.

15 years agopython: Don't bypass vs/clip/viewport by default.
José Fonseca [Thu, 26 Mar 2009 12:11:27 +0000 (12:11 +0000)]
python: Don't bypass vs/clip/viewport by default.

15 years agopython: Fix the texture test.
José Fonseca [Thu, 26 Mar 2009 12:04:15 +0000 (12:04 +0000)]
python: Fix the texture test.

15 years agopython: Make swig bindings python independent.
José Fonseca [Thu, 26 Mar 2009 11:29:59 +0000 (11:29 +0000)]
python: Make swig bindings python independent.

15 years agopython: Drop st_buffer.
José Fonseca [Thu, 26 Mar 2009 11:19:15 +0000 (11:19 +0000)]
python: Drop st_buffer.

It adds nothing, now that pipe_buffer has a pointer to the screen.

15 years agopython: Use pipe_buffer_read/write.
José Fonseca [Thu, 26 Mar 2009 10:54:48 +0000 (10:54 +0000)]
python: Use pipe_buffer_read/write.

15 years agopython: Transfer only the requested tile.
José Fonseca [Thu, 26 Mar 2009 10:47:25 +0000 (10:47 +0000)]
python: Transfer only the requested tile.

15 years agopython: Fix tri sample.
Michal Krol [Thu, 26 Mar 2009 11:07:06 +0000 (12:07 +0100)]
python: Fix tri sample.

15 years agogallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer [Thu, 26 Mar 2009 09:53:47 +0000 (10:53 +0100)]
gallium: Remove some little-used fields from struct pipe_surface.

15 years agopython: Pass transfers to the tile functions.
José Fonseca [Wed, 25 Mar 2009 21:47:04 +0000 (21:47 +0000)]
python: Pass transfers to the tile functions.

15 years agopython: Catchup buffer_destroy interface change.
José Fonseca [Wed, 25 Mar 2009 21:46:26 +0000 (21:46 +0000)]
python: Catchup buffer_destroy interface change.

15 years agotrace: Defer the cast to after the check for enabled trace.
José Fonseca [Wed, 25 Mar 2009 21:45:57 +0000 (21:45 +0000)]
trace: Defer the cast to after the check for enabled trace.

Prevents segfault when trace is disabled.

15 years agosoftpipe: Include declarations.
José Fonseca [Wed, 25 Mar 2009 21:45:10 +0000 (21:45 +0000)]
softpipe: Include declarations.

15 years agotranslate: Avoid unused variable warning.
José Fonseca [Wed, 25 Mar 2009 21:44:54 +0000 (21:44 +0000)]
translate: Avoid unused variable warning.

15 years agost/egl: Set dpms to on when showing screens
Jakob Bornecrantz [Wed, 25 Mar 2009 20:51:47 +0000 (20:51 +0000)]
st/egl: Set dpms to on when showing screens

There is a wonderful bug in 2.6.29 that causes a hard lock on my
computer when this code is active for lvds that are turned off.

15 years agost/egl: Fix warning
Jakob Bornecrantz [Wed, 25 Mar 2009 20:51:33 +0000 (20:51 +0000)]
st/egl: Fix warning

15 years agopython: Show call no in image window.
José Fonseca [Wed, 25 Mar 2009 15:36:51 +0000 (15:36 +0000)]
python: Show call no in image window.

15 years agotrace: Update readme.
José Fonseca [Wed, 25 Mar 2009 15:13:06 +0000 (15:13 +0000)]
trace: Update readme.

Actually, the trace driver with the xlib statetracker is
still causing assertion failures here..

15 years agotrace: Number calls.
José Fonseca [Wed, 25 Mar 2009 15:11:30 +0000 (15:11 +0000)]
trace: Number calls.

15 years agopython/retrace: Use the call no when dumping images.
José Fonseca [Wed, 25 Mar 2009 14:02:49 +0000 (14:02 +0000)]
python/retrace: Use the call no when dumping images.

To make it easy associate images with the calls.

15 years agopython: Use a sequential number to identify each call.
José Fonseca [Wed, 25 Mar 2009 13:44:32 +0000 (13:44 +0000)]
python: Use a sequential number to identify each call.

TODO: Modify the trace driver to generate these on the XML file itself.