mesa.git
15 years agoMerge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs [Wed, 23 Jul 2008 04:05:22 +0000 (14:05 +1000)]
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1

15 years agog3dvl: Add Nouveau winsys, libdriclient.
Younes Manton [Wed, 23 Jul 2008 02:26:26 +0000 (22:26 -0400)]
g3dvl: Add Nouveau winsys, libdriclient.

Nouveau winsys is based on Mesa's Nouveau winsys and soft-links to most of
it. The 'nouveau_context' and 'nouveau_screen' code contains most of the
changes, 'nouveau_winsys_pipe', 'nouveau_swapbuffers' and 'nouveau_lock'
contain some minor changes. The driclient library contains the DRI
userland stuff, most of which was based on Mesa's DRI code.

15 years agog3dvl: Add stubs for some XvMC functions.
Younes Manton [Mon, 21 Jul 2008 01:30:14 +0000 (21:30 -0400)]
g3dvl: Add stubs for some XvMC functions.

Some of these may need to be implemented on the DDX side.

15 years agomesa: glsl: rework swizzle storage handling
Brian Paul [Wed, 23 Jul 2008 00:27:56 +0000 (18:27 -0600)]
mesa: glsl: rework swizzle storage handling

Build on the heirarchal approach implemented for arrays/structs.

15 years agomesa: fix uninitialized var
Brian Paul [Tue, 22 Jul 2008 23:38:55 +0000 (17:38 -0600)]
mesa: fix uninitialized var

15 years agomesa: glsl: implement constructor functions for user-defined types
Brian Paul [Tue, 22 Jul 2008 21:17:10 +0000 (15:17 -0600)]
mesa: glsl: implement constructor functions for user-defined types

15 years agomesa: remove stray debug assertion
Brian Paul [Tue, 22 Jul 2008 17:54:22 +0000 (11:54 -0600)]
mesa: remove stray debug assertion

15 years agotgsi: Fix immediate usage checks.
Michal Krol [Tue, 22 Jul 2008 15:14:54 +0000 (17:14 +0200)]
tgsi: Fix immediate usage checks.
Provide more info for register usage errors/warnings.

15 years agoadd env var to override msaa visual selection
Roland Scheidegger [Sun, 20 Jul 2008 08:49:48 +0000 (10:49 +0200)]
add env var to override msaa visual selection

15 years agomesa: fix glUniform error checking for samplers
Brian [Tue, 22 Jul 2008 02:42:05 +0000 (20:42 -0600)]
mesa: fix glUniform error checking for samplers

15 years agomesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c
Brian [Wed, 16 Jul 2008 01:54:25 +0000 (19:54 -0600)]
mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c

No API-level functions now in program.c.

15 years agowin32kprof: Store the profile data as an caller->callee hash table, instead of a...
José Fonseca [Tue, 22 Jul 2008 00:45:10 +0000 (09:45 +0900)]
win32kprof: Store the profile data as an caller->callee hash table, instead of a trace.

15 years agogallium: Open a new file when existing profile memory map is exhausted.
José Fonseca [Mon, 21 Jul 2008 10:38:25 +0000 (19:38 +0900)]
gallium: Open a new file when existing profile memory map is exhausted.

15 years agowin32kprof: Generate callgraphs.
José Fonseca [Mon, 21 Jul 2008 10:37:16 +0000 (19:37 +0900)]
win32kprof: Generate callgraphs.

Relies on gprof2dot.py.

15 years agowin32kprof: Convert tabs to spaces.
José Fonseca [Mon, 21 Jul 2008 04:02:07 +0000 (13:02 +0900)]
win32kprof: Convert tabs to spaces.

15 years agowin32kprof: Consider the section alignment when estimating the image base.
José Fonseca [Sun, 20 Jul 2008 14:32:00 +0000 (23:32 +0900)]
win32kprof: Consider the section alignment when estimating the image base.

15 years agoadd edge detection to that example
Zack Rusin [Mon, 16 Jun 2008 17:19:41 +0000 (13:19 -0400)]
add edge detection to that example

15 years agomesa: initial support for GLSL struct/array comparisons
Brian Paul [Mon, 21 Jul 2008 23:18:22 +0000 (17:18 -0600)]
mesa: initial support for GLSL struct/array comparisons

15 years agomesa: added null ptr check (error handling case)
Brian Paul [Mon, 21 Jul 2008 22:04:56 +0000 (16:04 -0600)]
mesa: added null ptr check (error handling case)

15 years agomesa: fix +=, -=, etc. operators
Brian Paul [Mon, 21 Jul 2008 22:04:24 +0000 (16:04 -0600)]
mesa: fix +=, -=, etc. operators

15 years agogallium: Temporary workaround for mismatched pipe create and pipe destroy
Jonathan White [Mon, 21 Jul 2008 21:34:38 +0000 (15:34 -0600)]
gallium: Temporary workaround for mismatched pipe create and pipe destroy

15 years agomesa: remove an error check for NV_v_p that doesn't apply to ARB_v_p
Brian Paul [Mon, 21 Jul 2008 20:23:33 +0000 (14:23 -0600)]
mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_p

15 years agomesa: fix some issues in _mesa_validate_program()
Brian Paul [Mon, 21 Jul 2008 20:16:07 +0000 (14:16 -0600)]
mesa: fix some issues in _mesa_validate_program()

15 years agomesa: assorted glsl uniform/attribute fixes
Brian Paul [Mon, 21 Jul 2008 19:58:50 +0000 (13:58 -0600)]
mesa: assorted glsl uniform/attribute fixes

Fix incorrect uniform/attribute size query results.
Add missing error checking for glUniform, glUniformMatrix params
Fix an array size/allocation error.

15 years agomesa: remove debug code
Brian Paul [Mon, 21 Jul 2008 16:25:02 +0000 (10:25 -0600)]
mesa: remove debug code

15 years agotgsi: Update Makefile to include tgsi_iterate.c
Jakob Bornecrantz [Mon, 21 Jul 2008 12:38:57 +0000 (14:38 +0200)]
tgsi: Update Makefile to include tgsi_iterate.c

15 years agonv50: add NV86 and NV94 to list of "supported" chips
Ben Skeggs [Mon, 21 Jul 2008 09:05:55 +0000 (19:05 +1000)]
nv50: add NV86 and NV94 to list of "supported" chips

15 years agog3dvl: Fix some memory leaks in the winsys.
Younes Manton [Sat, 19 Jul 2008 20:22:56 +0000 (16:22 -0400)]
g3dvl: Fix some memory leaks in the winsys.

15 years agog3dvl: Minor SP winsys cleanup.
Younes Manton [Thu, 10 Jul 2008 04:32:18 +0000 (00:32 -0400)]
g3dvl: Minor SP winsys cleanup.

15 years agotgsi: Parse source register extended swizzle.
Michal Krol [Sun, 20 Jul 2008 19:58:07 +0000 (21:58 +0200)]
tgsi: Parse source register extended swizzle.

15 years agotgsi: Add support for branch instructions with target labels.
Michal Krol [Sun, 20 Jul 2008 19:38:20 +0000 (21:38 +0200)]
tgsi: Add support for branch instructions with target labels.

15 years agotgsi: Warn if an indirect register not ADDR[0].
Michal Krol [Sun, 20 Jul 2008 19:28:28 +0000 (21:28 +0200)]
tgsi: Warn if an indirect register not ADDR[0].

15 years agotgsi: Add support for indirect addressing in dump, sanity and text modules.
Michal Krol [Sun, 20 Jul 2008 19:23:04 +0000 (21:23 +0200)]
tgsi: Add support for indirect addressing in dump, sanity and text modules.

15 years agotgsi: Remove redundant code.
Michal Krol [Sun, 20 Jul 2008 17:29:52 +0000 (19:29 +0200)]
tgsi: Remove redundant code.

15 years agotgsi: Use tgsi_iterate in tgsi_dump.
Michal Krol [Sun, 20 Jul 2008 14:43:26 +0000 (16:43 +0200)]
tgsi: Use tgsi_iterate in tgsi_dump.

15 years agotgsi: Keep version and processor info in iterate_ctx.
Michal Krol [Sun, 20 Jul 2008 14:42:57 +0000 (16:42 +0200)]
tgsi: Keep version and processor info in iterate_ctx.

15 years agotgsi: Fix error handling.
Michal Krol [Sun, 20 Jul 2008 14:42:43 +0000 (16:42 +0200)]
tgsi: Fix error handling.

15 years agotgsi: Tidy up and fix tgsi_dump.
Michal Krol [Sun, 20 Jul 2008 14:28:59 +0000 (16:28 +0200)]
tgsi: Tidy up and fix tgsi_dump.

15 years agotgsi: Fix dump enums.
Michal Krol [Sun, 20 Jul 2008 14:12:44 +0000 (16:12 +0200)]
tgsi: Fix dump enums.

15 years agotgsi: Preserve flags parameter for tgsi_dump().
Michal Krol [Sun, 20 Jul 2008 14:08:36 +0000 (16:08 +0200)]
tgsi: Preserve flags parameter for tgsi_dump().

15 years agoscons: List util/tgsi_dump_c.c.
Michal Krol [Sun, 20 Jul 2008 14:07:06 +0000 (16:07 +0200)]
scons: List util/tgsi_dump_c.c.

15 years agotgsi: Split tgsi_dump into two modules.
Michal Krol [Sun, 20 Jul 2008 14:01:50 +0000 (16:01 +0200)]
tgsi: Split tgsi_dump into two modules.

15 years agopipebuffer: More detailed description of bufer over-/undereflows.
José Fonseca [Sun, 20 Jul 2008 09:11:43 +0000 (18:11 +0900)]
pipebuffer: More detailed description of bufer over-/undereflows.

15 years agopython/tests: Check support for non-pot/non-square textures.
José Fonseca [Sun, 20 Jul 2008 00:28:27 +0000 (09:28 +0900)]
python/tests: Check support for non-pot/non-square textures.

15 years agogallium: Fix typo in function name.
José Fonseca [Sun, 20 Jul 2008 00:27:48 +0000 (09:27 +0900)]
gallium: Fix typo in function name.

15 years agoraw2png: Handle r5g6b5 format.
José Fonseca [Sun, 20 Jul 2008 00:27:27 +0000 (09:27 +0900)]
raw2png: Handle r5g6b5 format.

15 years agopython/tests: Specify the right texture target when querying formats.
José Fonseca [Sat, 19 Jul 2008 03:30:54 +0000 (12:30 +0900)]
python/tests: Specify the right texture target when querying formats.

15 years agogallium: Finer grained is_format_supported.
José Fonseca [Sat, 19 Jul 2008 03:04:37 +0000 (12:04 +0900)]
gallium: Finer grained is_format_supported.

15 years agotgsi: Make tgsi_sanity return TRUE on success as documented.
José Fonseca [Sat, 19 Jul 2008 02:52:41 +0000 (11:52 +0900)]
tgsi: Make tgsi_sanity return TRUE on success as documented.

15 years agogallium: Move PIPE_TEXTURE_USAGE* to p_defines.h
José Fonseca [Fri, 18 Jul 2008 23:38:35 +0000 (08:38 +0900)]
gallium: Move PIPE_TEXTURE_USAGE* to p_defines.h

15 years agomesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul [Sat, 19 Jul 2008 01:46:19 +0000 (19:46 -0600)]
mesa: glsl: various writemask/swizzle improvements and clean-ups

15 years agomesa: rework array/struct addressing code.
Brian Paul [Fri, 18 Jul 2008 20:44:01 +0000 (14:44 -0600)]
mesa: rework array/struct addressing code.

The slang_ir_storage type now has a pointer to parent storage to represent
storage of an array element within an array, or a field within a struct.
This fixes some problems related to addressing of fields/elements in non-
trivial cases.  More work to follow.

15 years agomesa: regenerated file
Brian Paul [Fri, 18 Jul 2008 18:53:31 +0000 (12:53 -0600)]
mesa: regenerated file

15 years agomesa: fix some GLSL /= int operators
Brian Paul [Fri, 18 Jul 2008 18:52:24 +0000 (12:52 -0600)]
mesa: fix some GLSL /= int operators

plus add a few more special constructors to improve code quality.

15 years agomesa: fix set_program_uniform_matrix(): need to loop over matrix count
Brian Paul [Fri, 18 Jul 2008 18:51:39 +0000 (12:51 -0600)]
mesa: fix set_program_uniform_matrix(): need to loop over matrix count

15 years agogallium: Add a pf_is_ycbcr utility function.
José Fonseca [Fri, 18 Jul 2008 13:22:22 +0000 (22:22 +0900)]
gallium: Add a pf_is_ycbcr utility function.

15 years agopython/tests: Extend the texture tests to cover volumes.
José Fonseca [Fri, 18 Jul 2008 01:12:07 +0000 (10:12 +0900)]
python/tests: Extend the texture tests to cover volumes.

15 years agopython: Add methods to get texture width, height, etc.
José Fonseca [Fri, 18 Jul 2008 01:11:29 +0000 (10:11 +0900)]
python: Add methods to get texture width, height, etc.

SWIG does a poor job with arrays inside structures.

15 years agotgsi: Express tgsi_sanity in terms of tgsi_iterate.
Michal Krol [Thu, 17 Jul 2008 22:41:45 +0000 (00:41 +0200)]
tgsi: Express tgsi_sanity in terms of tgsi_iterate.

15 years agoscons: List util/tgsi_iterate.c.
Michal Krol [Thu, 17 Jul 2008 22:40:28 +0000 (00:40 +0200)]
scons: List util/tgsi_iterate.c.

15 years agotgsi: Add tgsi_iterate_shader utility.
Michal Krol [Thu, 17 Jul 2008 22:39:23 +0000 (00:39 +0200)]
tgsi: Add tgsi_iterate_shader utility.

Walks the token stream and invokes callbacks.

15 years agotgsi: Fix parsing an instruction with no operands.
Michal Krol [Thu, 17 Jul 2008 18:40:13 +0000 (20:40 +0200)]
tgsi: Fix parsing an instruction with no operands.

15 years agotgsi: Perform a sanity check after reading a shader from text.
Michal Krol [Thu, 17 Jul 2008 18:23:26 +0000 (20:23 +0200)]
tgsi: Perform a sanity check after reading a shader from text.

15 years agoscons: List util/tgsi_sanity.c.
Michal Krol [Thu, 17 Jul 2008 18:22:47 +0000 (20:22 +0200)]
scons: List util/tgsi_sanity.c.

15 years agotgsi: New file.
Michal Krol [Thu, 17 Jul 2008 18:19:40 +0000 (20:19 +0200)]
tgsi: New file.

15 years agopython: Reimplement the generation of random texture samples in C.
José Fonseca [Thu, 17 Jul 2008 16:08:06 +0000 (01:08 +0900)]
python: Reimplement the generation of random texture samples in C.

15 years agogallium: Expose the ability to get a tile outside a surface.
José Fonseca [Thu, 17 Jul 2008 13:54:14 +0000 (22:54 +0900)]
gallium: Expose the ability to get a tile outside a surface.

15 years agogallium: Be less verbose with debug options messages.
José Fonseca [Thu, 17 Jul 2008 02:26:53 +0000 (11:26 +0900)]
gallium: Be less verbose with debug options messages.

15 years agoscons: Set default LIBS env var.
José Fonseca [Thu, 17 Jul 2008 02:25:20 +0000 (11:25 +0900)]
scons: Set default LIBS env var.

15 years agoscons: Convert tabs to spaces.
José Fonseca [Thu, 17 Jul 2008 02:23:43 +0000 (11:23 +0900)]
scons: Convert tabs to spaces.

15 years agopython: Reimplement tile comparison in C to speed up tests.
José Fonseca [Thu, 17 Jul 2008 01:27:10 +0000 (10:27 +0900)]
python: Reimplement tile comparison in C to speed up tests.

15 years agomesa: regenerated file
Brian Paul [Thu, 17 Jul 2008 16:03:25 +0000 (10:03 -0600)]
mesa: regenerated file

15 years agomesa: fix/improve the atan(y,x) function
Brian Paul [Thu, 17 Jul 2008 16:03:10 +0000 (10:03 -0600)]
mesa: fix/improve the atan(y,x) function

15 years agomesa: added checks for OpenBSD
Brad Smith [Thu, 17 Jul 2008 14:16:19 +0000 (08:16 -0600)]
mesa: added checks for OpenBSD

15 years agopython/tests: Cover all last_level combinations.
José Fonseca [Wed, 16 Jul 2008 23:21:58 +0000 (08:21 +0900)]
python/tests: Cover all last_level combinations.

15 years agomesa: WinCE fixes
Jonathan White [Wed, 16 Jul 2008 22:10:57 +0000 (16:10 -0600)]
mesa: WinCE fixes

15 years agomesa: fix temp re-use bug in emit_arith()
Brian Paul [Wed, 16 Jul 2008 22:04:43 +0000 (16:04 -0600)]
mesa: fix temp re-use bug in emit_arith()

15 years agomesa: regenerated files
Brian Paul [Wed, 16 Jul 2008 20:48:21 +0000 (14:48 -0600)]
mesa: regenerated files

15 years agomesa: fix copy&paste errors in degrees() functions
Brian Paul [Wed, 16 Jul 2008 20:47:21 +0000 (14:47 -0600)]
mesa: fix copy&paste errors in degrees() functions

15 years agomesa: implement grammar/parsing for precision/invariant syntax
Brian Paul [Wed, 16 Jul 2008 20:27:50 +0000 (14:27 -0600)]
mesa: implement grammar/parsing for precision/invariant syntax

Plus, fix some issues with pre-defined preprocessor symbols and version checking.

15 years agomesa: Silence compiler warnings on Windows.
Michal Krol [Wed, 16 Jul 2008 18:14:42 +0000 (20:14 +0200)]
mesa: Silence compiler warnings on Windows.

15 years agoegl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs
Brian Paul [Wed, 16 Jul 2008 16:34:50 +0000 (10:34 -0600)]
egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs

15 years agomesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_COLOR...
Brian Paul [Wed, 16 Jul 2008 16:23:28 +0000 (10:23 -0600)]
mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE

Issues found by Bob Ellison.

15 years agopython/tests: Extend the texture tests to cover cube maps.
José Fonseca [Wed, 16 Jul 2008 14:27:15 +0000 (23:27 +0900)]
python/tests: Extend the texture tests to cover cube maps.

15 years agopython: Set PIPE_TEX_MIPFILTER_NONE by default.
José Fonseca [Wed, 16 Jul 2008 14:26:23 +0000 (23:26 +0900)]
python: Set PIPE_TEX_MIPFILTER_NONE by default.

15 years agopython: Test all miplevels.
José Fonseca [Wed, 16 Jul 2008 10:36:59 +0000 (19:36 +0900)]
python: Test all miplevels.

15 years agogallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yuv surfaces.
José Fonseca [Wed, 16 Jul 2008 10:36:36 +0000 (19:36 +0900)]
gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yuv surfaces.

15 years agopython: Expand the texture test suit to cover one YUV and one DXT format.
José Fonseca [Wed, 16 Jul 2008 05:11:45 +0000 (14:11 +0900)]
python: Expand the texture test suit to cover one YUV and one DXT format.

15 years agopython: Silent debug output.
José Fonseca [Wed, 16 Jul 2008 05:10:51 +0000 (14:10 +0900)]
python: Silent debug output.

15 years agogallium: Add pf_is_compressed utility function.
José Fonseca [Wed, 16 Jul 2008 05:10:35 +0000 (14:10 +0900)]
gallium: Add pf_is_compressed utility function.

15 years agosoftpipe: DXT formats not really supported.
José Fonseca [Wed, 16 Jul 2008 05:10:10 +0000 (14:10 +0900)]
softpipe: DXT formats not really supported.

15 years agoadditional preprocessor checks for stdint.h, inttypes.h, etc
Blair Sadewitz [Tue, 15 Jul 2008 23:21:43 +0000 (17:21 -0600)]
additional preprocessor checks for stdint.h, inttypes.h, etc

The patches to glext.h and glxext.h have been sent to Khronos/bugzilla.

15 years agomesa: added test for __NetBSD__
Blair Sadewitz [Tue, 15 Jul 2008 23:12:23 +0000 (17:12 -0600)]
mesa: added test for __NetBSD__

15 years agomesa: added test for __NetBSD__
Blair Sadewitz [Tue, 15 Jul 2008 23:11:33 +0000 (17:11 -0600)]
mesa: added test for __NetBSD__

15 years agomesa: add missing IR_LOG2 case
Brian Paul [Tue, 15 Jul 2008 22:04:26 +0000 (16:04 -0600)]
mesa: add missing IR_LOG2 case

15 years agomesa: regenerated file
Brian Paul [Tue, 15 Jul 2008 21:33:04 +0000 (15:33 -0600)]
mesa: regenerated file

15 years agomesa: fix some broken /= operators
Brian Paul [Tue, 15 Jul 2008 21:32:53 +0000 (15:32 -0600)]
mesa: fix some broken /= operators

15 years agomesa: regenerated file
Brian Paul [Tue, 15 Jul 2008 21:04:15 +0000 (15:04 -0600)]
mesa: regenerated file

15 years agomesa: fix some broken bool, bvec2, bvec3, bvec4 constructors
Brian Paul [Tue, 15 Jul 2008 21:03:42 +0000 (15:03 -0600)]
mesa: fix some broken bool, bvec2, bvec3, bvec4 constructors

15 years agomesa: fix storage size computation in emit_arith()
Brian Paul [Tue, 15 Jul 2008 20:41:47 +0000 (14:41 -0600)]
mesa: fix storage size computation in emit_arith()