mesa.git
13 years agoglu/sgi: Remove dead initialization in extract565.
Vinson Lee [Thu, 15 Jul 2010 08:42:02 +0000 (01:42 -0700)]
glu/sgi: Remove dead initialization in extract565.

13 years agotgsi: Remove dead assignment in uprcase function.
Vinson Lee [Thu, 15 Jul 2010 08:26:09 +0000 (01:26 -0700)]
tgsi: Remove dead assignment in uprcase function.

13 years agomesa: Fix potential out-of-bounds access by _vbo_Materialf.
Vinson Lee [Thu, 15 Jul 2010 07:53:07 +0000 (00:53 -0700)]
mesa: Fix potential out-of-bounds access by _vbo_Materialf.

_vbo_Materialf calls _vbo_Materialfv, which uses the params argument as
an array.

13 years agoglx: Move dereference and initialization to after NULL check.
Vinson Lee [Thu, 15 Jul 2010 07:20:41 +0000 (00:20 -0700)]
glx: Move dereference and initialization to after NULL check.

13 years agoegl: Return the correct array size in _eglFlattenArray.
Chia-I Wu [Wed, 14 Jul 2010 16:31:39 +0000 (00:31 +0800)]
egl: Return the correct array size in _eglFlattenArray.

The function is used by _eglGetConfigs and _eglGetScreens.  The array
size should not be limited by the buffer size when the buffer is NULL.

This fixes fdo bug #29052.

13 years agomesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return values
Brian Paul [Wed, 14 Jul 2010 21:11:32 +0000 (15:11 -0600)]
mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return values

Fixes piglit object_purgeable-api-pbo, object_purgeable-api-vbo
and object_purgeable-api-texture failures with swrast.

NOTE: This is a candidate for the 7.8 branch.

13 years agomesa: update assertions and fix refcounting in depth/stencil renderbuffer code
Brian Paul [Wed, 14 Jul 2010 20:50:29 +0000 (14:50 -0600)]
mesa: update assertions and fix refcounting in depth/stencil renderbuffer code

13 years agomesa: silence a printf warning
Brian Paul [Wed, 14 Jul 2010 20:36:25 +0000 (14:36 -0600)]
mesa: silence a printf warning

13 years agollvmpipe: delete lp_test_*.o files with make clean
Brian Paul [Wed, 14 Jul 2010 20:35:21 +0000 (14:35 -0600)]
llvmpipe: delete lp_test_*.o files with make clean

13 years agogallium: added CLEAN_EXTRA var for make clean target
Brian Paul [Wed, 14 Jul 2010 20:34:45 +0000 (14:34 -0600)]
gallium: added CLEAN_EXTRA var for make clean target

13 years agodri2: Track event mask in client code.
Nick Bowler [Wed, 14 Jul 2010 16:01:49 +0000 (12:01 -0400)]
dri2: Track event mask in client code.

When direct rendering is being used, DRI2 BufferSwapComplete events are
sent unconditionally to clients, even if they haven't been requested.
This causes error messages to be printed by every freeglut application
of the form

  freeglut (./gears): Unknown X event type: 104

and might confuse other clients.

This is a fixed up version of the patch by Jesse Barnes, which drops
BufferSwapComplete events if they are not requested by clients.

Fixes fdo bug 27962.

Signed-off-by: Nick Bowler <nbowler@draconx.ca>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
13 years agogallium: Ensure prototypes are wrapped in extern "C".
José Fonseca [Wed, 14 Jul 2010 15:15:56 +0000 (16:15 +0100)]
gallium: Ensure prototypes are wrapped in extern "C".

Fixes MSVC build failure due to inconsistent _ReadWriteBarrier
prototype.

13 years agollvmpipe: Remove redundant alignments.
José Fonseca [Wed, 14 Jul 2010 13:53:35 +0000 (14:53 +0100)]
llvmpipe: Remove redundant alignments.

The lp_rast_shader_inputs' alignment is irrelevant now that it contains
pointers instead of actual data.

Likewise, lp_rast_triangle's size alignment is meaningless.

13 years agollvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
Chris Li [Wed, 14 Jul 2010 13:19:11 +0000 (14:19 +0100)]
llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.

13 years agogallium: Add a macro for memory barriers.
José Fonseca [Wed, 14 Jul 2010 13:00:20 +0000 (14:00 +0100)]
gallium: Add a macro for memory barriers.

13 years agogallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.
José Fonseca [Wed, 14 Jul 2010 11:23:16 +0000 (12:23 +0100)]
gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.

13 years agoMerge branch 'mesa-2d-registers'
Zack Rusin [Wed, 14 Jul 2010 01:54:14 +0000 (21:54 -0400)]
Merge branch 'mesa-2d-registers'

13 years agomesa: add comments and change Index2D to just Index2
Zack Rusin [Wed, 14 Jul 2010 01:49:53 +0000 (21:49 -0400)]
mesa: add comments and change Index2D to just Index2

13 years agor300/compiler: fix swizzling in the transformation of Abs modifiers
Marek Olšák [Tue, 13 Jul 2010 23:59:28 +0000 (01:59 +0200)]
r300/compiler: fix swizzling in the transformation of Abs modifiers

13 years agoi965g: Fix scons build of dri driver
Jakob Bornecrantz [Tue, 13 Jul 2010 18:32:16 +0000 (19:32 +0100)]
i965g: Fix scons build of dri driver

13 years agollvmpipe: fix comment typo
Roland Scheidegger [Tue, 13 Jul 2010 17:59:38 +0000 (19:59 +0200)]
llvmpipe: fix comment typo

13 years agollvmpipe: move rasterizer to screen instead of setup context
Roland Scheidegger [Tue, 13 Jul 2010 17:58:58 +0000 (19:58 +0200)]
llvmpipe: move rasterizer to screen instead of setup context

there's no point of having this per context, so move to screen
(and protect with a mutex).

13 years agollvmpipe: Align texture data to the cache line.
José Fonseca [Tue, 15 Jun 2010 11:20:01 +0000 (12:20 +0100)]
llvmpipe: Align texture data to the cache line.

13 years agollvmpipe: eliminate the set_state rasterizer command
Keith Whitwell [Sat, 10 Jul 2010 15:40:34 +0000 (16:40 +0100)]
llvmpipe: eliminate the set_state rasterizer command

Just put a pointer to the state in the tri->inputs struct.  Remove
some complex logic for eliminating unused statechanges in bins at the
expense of a slightly larger triangle struct.

13 years agollvmpipe: pass mask into fragment shader
Keith Whitwell [Thu, 17 Jun 2010 20:19:09 +0000 (21:19 +0100)]
llvmpipe: pass mask into fragment shader

Move this code back out to C for now, will generate separately.

Shader now takes a mask parameter instead of C0/C1/C2/etc.

Shader does not currently use that parameter and rasterizes whole
pixel stamps always.

13 years agollvmpipe: move fences from per-bin to per-thread
Keith Whitwell [Thu, 8 Jul 2010 14:13:35 +0000 (15:13 +0100)]
llvmpipe: move fences from per-bin to per-thread

Rather than inserting an lp_rast_fence command at the end of each
bin, have each rasterizer thread call this function directly once
it has run out of work to do on a particular scene.

This results in fewer calls to the mutex & related functions, but more
importantly makes it easier to recognize empty bins.

13 years agollvmpipe: Always swizzle/unswizzle whole tiles.
José Fonseca [Mon, 12 Jul 2010 15:28:33 +0000 (16:28 +0100)]
llvmpipe: Always swizzle/unswizzle whole tiles.

This was already the case, but the generated (un)swizzling code was not
benefiting of that knowledge.

13 years agollvmpipe: Ignores!
Jakob Bornecrantz [Tue, 13 Jul 2010 14:46:29 +0000 (07:46 -0700)]
llvmpipe: Ignores!

13 years agotargets: Link xorg drivers with LLVM if built
Jakob Bornecrantz [Tue, 13 Jul 2010 14:44:37 +0000 (07:44 -0700)]
targets: Link xorg drivers with LLVM if built

13 years agotargets: Clean up xorg make files a bit
Jakob Bornecrantz [Tue, 13 Jul 2010 14:44:13 +0000 (07:44 -0700)]
targets: Clean up xorg make files a bit

13 years agost/xorg: When selecting st via configure make sure to test for xorg-server
Jakob Bornecrantz [Tue, 13 Jul 2010 14:40:47 +0000 (07:40 -0700)]
st/xorg: When selecting st via configure make sure to test for xorg-server

13 years agolibgl-xlib: add depend to make clean list
Brian Paul [Tue, 13 Jul 2010 13:46:22 +0000 (07:46 -0600)]
libgl-xlib: add depend to make clean list

13 years agoglapi: use _mesa_snprintf()
Brian Paul [Tue, 13 Jul 2010 13:44:35 +0000 (07:44 -0600)]
glapi: use _mesa_snprintf()

Note that the enums.c file is generated with this script.
This will preserve the change from commit
c4066b78c0aad41c199eb27157538c2ec9ab5bfd.

13 years agor300/compiler: implement the Abs source operand modifier for vertex shaders
Marek Olšák [Tue, 13 Jul 2010 12:45:38 +0000 (14:45 +0200)]
r300/compiler: implement the Abs source operand modifier for vertex shaders

13 years agor300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex shaders
Marek Olšák [Tue, 13 Jul 2010 04:38:30 +0000 (06:38 +0200)]
r300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex shaders

Despite the docs, the corresponding hardware instructions are r5xx-only.

13 years agomesa: s/snprintf/_mesa_snprintf/
Vinson Lee [Tue, 13 Jul 2010 07:31:37 +0000 (00:31 -0700)]
mesa: s/snprintf/_mesa_snprintf/

13 years agor300g: do not advertise half_float_vertex on rv3x0
Marek Olšák [Tue, 13 Jul 2010 02:29:53 +0000 (04:29 +0200)]
r300g: do not advertise half_float_vertex on rv3x0

rv3x0 can't do it.

13 years agor300g: extend and clean up debug logging
Marek Olšák [Mon, 12 Jul 2010 22:47:39 +0000 (00:47 +0200)]
r300g: extend and clean up debug logging

13 years agor300g/swtcl: do not emit texcoords if they are also stuffed in GA
Marek Olšák [Mon, 12 Jul 2010 21:03:34 +0000 (23:03 +0200)]
r300g/swtcl: do not emit texcoords if they are also stuffed in GA

13 years agor300g: rework the draw_rectangle hook
Marek Olšák [Mon, 12 Jul 2010 20:29:28 +0000 (22:29 +0200)]
r300g: rework the draw_rectangle hook

It is a lot simplier, cleaner, and more stable now.

13 years agoMerge branch 'master' of git://anongit.freedesktop.org/mesa/mesa
Maciej Cencora [Mon, 12 Jul 2010 21:42:06 +0000 (23:42 +0200)]
Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesa

13 years agor600: Fix include recursion.
Vinson Lee [Mon, 12 Jul 2010 21:21:57 +0000 (14:21 -0700)]
r600: Fix include recursion.

Fix r600_context.h -> r700_oglprog.h -> r600_context.h include
recursion.

13 years agor300g: Remove unnecessary header.
Vinson Lee [Mon, 12 Jul 2010 21:12:02 +0000 (14:12 -0700)]
r300g: Remove unnecessary header.

13 years agoradeon: fix some wine d3d9 tests
Maciej Cencora [Mon, 12 Jul 2010 19:45:20 +0000 (21:45 +0200)]
radeon: fix some wine d3d9 tests

Need to flush command stream before mapping texture image
that is referenced by current cs.

Candidate for 7.8 branch.

Signed-off-by: Maciej Cencora <m.cencora@gmail.com>
13 years agollvmpipe: Re-enable threading on windows.
José Fonseca [Mon, 12 Jul 2010 14:00:56 +0000 (15:00 +0100)]
llvmpipe: Re-enable threading on windows.

13 years agoos: remove gratuitous pipe_barrier placeholder code
nobled [Sat, 3 Jul 2010 20:49:48 +0000 (13:49 -0700)]
os: remove gratuitous pipe_barrier placeholder code

There's already an implementation of pipe_barrier using
the other pipe_* primitives; just use that on Windows, too.

Now Windows passes pipe_barrier_test.

13 years agoos, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled [Sat, 3 Jul 2010 20:49:31 +0000 (13:49 -0700)]
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR

The new default implementation of pipe_condvar makes it
unnecessary.

13 years agoos: Implement pipe_condvar on Windows Vista and later
nobled [Sat, 3 Jul 2010 20:48:58 +0000 (13:48 -0700)]
os: Implement pipe_condvar on Windows Vista and later

Unfortunately compiling with these defines enabled would mean
Gallium can't run on Windows XP/2003 or older.

Todo: Need a macro to declare if we don't care about WinXP
compatibililty.

13 years agoos: Implement pipe_condvar on win32
nobled [Sat, 3 Jul 2010 20:48:49 +0000 (13:48 -0700)]
os: Implement pipe_condvar on win32

Or at least a little of it. This version will sleep
for a fixed amount of time instead of just deadlocking,
which is a slight improvement.

Also do the same thing on any unrecognized platform.

13 years agor300g: implement fast color clear
Marek Olšák [Mon, 12 Jul 2010 11:23:24 +0000 (13:23 +0200)]
r300g: implement fast color clear

An initial implementation made by Dave Airlie.

For it to be used, a color-only clear must be invoked and exactly one
point-sampled render target must be set. The render target must be
macrotiled (for us to overcome alignment issues) and bpp must be either
16 or 32.

I can't see a difference in performance. :(

Conflicts:

src/gallium/drivers/r300/r300_blit.c

13 years agor300g: clear and copy a resource with a rectangular point sprite
Marek Olšák [Mon, 12 Jul 2010 09:41:52 +0000 (11:41 +0200)]
r300g: clear and copy a resource with a rectangular point sprite

With an ordinary quad, the pixels on the main diagonal are computed
and stored twice, which is somewhat inefficient and might not work well
with specialized clear codepaths.

13 years agor300g: do not use immediate mode if there is a VBO in VRAM
Marek Olšák [Mon, 12 Jul 2010 04:52:06 +0000 (06:52 +0200)]
r300g: do not use immediate mode if there is a VBO in VRAM

And other minor fixups.

13 years agou_blitter: add draw_rectangle callback which can be overridden by a driver
Marek Olšák [Mon, 12 Jul 2010 04:32:50 +0000 (06:32 +0200)]
u_blitter: add draw_rectangle callback which can be overridden by a driver

13 years agou_blitter: clean up the texcoord computations
Marek Olšák [Mon, 12 Jul 2010 03:18:05 +0000 (05:18 +0200)]
u_blitter: clean up the texcoord computations

13 years agou_blitter: simplify blitter_set_rectangle
Marek Olšák [Mon, 12 Jul 2010 03:16:19 +0000 (05:16 +0200)]
u_blitter: simplify blitter_set_rectangle

13 years agou_blitter: rename blitter->base, add a way to get a pipe context from blitter
Marek Olšák [Mon, 12 Jul 2010 00:06:19 +0000 (02:06 +0200)]
u_blitter: rename blitter->base, add a way to get a pipe context from blitter

13 years agor300g: ugly fix of a hardlock in the cubestorm xscreensaver
Marek Olšák [Sun, 11 Jul 2010 21:56:22 +0000 (23:56 +0200)]
r300g: ugly fix of a hardlock in the cubestorm xscreensaver

FDO bug #28563.

13 years agoradeon: lower texture memory consumption is some cases
Maciej Cencora [Sun, 11 Jul 2010 13:39:48 +0000 (15:39 +0200)]
radeon: lower texture memory consumption is some cases

When searching for valid miptree check images in range
of [BaseLeve, MaxLevel] not [MinLod, MaxLoad].
Prevents unnecessary miptree allocations in cases when during
every rendering operation different texture image level
was selected using MIN_LOD = MAX_LOD = level (for every level
new miptree for whole texture was allocated).

Candidate for 7.8 branch.

Signed-off-by: Maciej Cencora <m.cencora@gmail.com>
13 years agoradeon: fix teximage migration failure in rare case
Maciej Cencora [Sun, 11 Jul 2010 13:33:18 +0000 (15:33 +0200)]
radeon: fix teximage migration failure in rare case

Always store selected miptree in texObj->mt so get_base_teximage_offset returns correct data.
Found with piglit/mipmap-setup.

Candidate for 7.8 branch.

Signed-off-by: Maciej Cencora <m.cencora@gmail.com>
13 years agor300c: Fix vertex data setup for named buffer objects with unaligned offset
Maciej Cencora [Sun, 11 Jul 2010 12:04:18 +0000 (14:04 +0200)]
r300c: Fix vertex data setup for named buffer objects with unaligned offset

Candidate for 7.8 branch

Signed-off-by: Maciej Cencora <m.cencora@gmail.com>
13 years agor600: Remove unnecessary headers.
Vinson Lee [Sun, 11 Jul 2010 07:14:53 +0000 (00:14 -0700)]
r600: Remove unnecessary headers.

13 years agomesa: make uniform work with geometry shaders
Zack Rusin [Sat, 10 Jul 2010 23:21:42 +0000 (19:21 -0400)]
mesa: make uniform work with geometry shaders

13 years agoRevert "mesa: temporarily enable printing of Mesa's GPU instructions"
Zack Rusin [Sat, 10 Jul 2010 22:24:22 +0000 (18:24 -0400)]
Revert "mesa: temporarily enable printing of Mesa's GPU instructions"

This reverts commit 7b8726a99da961fe0ace7c7ee567f82217715fe4.

13 years agomesa: GL_TRIANGLE_STRIP_ADJACENCY_ARB is the last valid primitive
Zack Rusin [Sat, 10 Jul 2010 22:14:47 +0000 (18:14 -0400)]
mesa: GL_TRIANGLE_STRIP_ADJACENCY_ARB is the last valid primitive

13 years agotgsi: make sure that we print out the adjacency prims correctly
Zack Rusin [Sat, 10 Jul 2010 22:14:14 +0000 (18:14 -0400)]
tgsi: make sure that we print out the adjacency prims correctly

13 years agodraw: fix decomposition to work with adjacency primitives
Zack Rusin [Sat, 10 Jul 2010 22:13:48 +0000 (18:13 -0400)]
draw: fix decomposition to work with adjacency primitives

13 years agor300g: do not print a rejected CS if RADEON_DUMP_CS is not set
Marek Olšák [Sat, 10 Jul 2010 18:34:29 +0000 (20:34 +0200)]
r300g: do not print a rejected CS if RADEON_DUMP_CS is not set

Also print relocation failures on non-debug builds too.

13 years agor600: Fix GCC 'implication declaration of function' warnings.
Vinson Lee [Sat, 10 Jul 2010 07:15:27 +0000 (00:15 -0700)]
r600: Fix GCC 'implication declaration of function' warnings.

Fix GCC 'implicit declaration of function' compiler warnings resulting
from commit 00fb58ed5d7104e675fe48d84e5049e5f7dbb9d7.

13 years agomesa: get the translation from mesa 2d regs to tgsi working
Zack Rusin [Sat, 10 Jul 2010 06:02:35 +0000 (02:02 -0400)]
mesa: get the translation from mesa 2d regs to tgsi working

first working version of arb_geometry_shader4

13 years agomesa: initial support for emitting 2D registers from slang
Zack Rusin [Sat, 10 Jul 2010 02:40:04 +0000 (22:40 -0400)]
mesa: initial support for emitting 2D registers from slang

13 years agor600: Remove unnecessary header.
Vinson Lee [Sat, 10 Jul 2010 01:59:01 +0000 (18:59 -0700)]
r600: Remove unnecessary header.

Fixes r600_emit.h -> r600_cmdbuf.h -> r600_emit.h include recursion.

13 years agomesa: temporarily enable printing of Mesa's GPU instructions
Zack Rusin [Sat, 10 Jul 2010 01:20:50 +0000 (21:20 -0400)]
mesa: temporarily enable printing of Mesa's GPU instructions

13 years agomesa: add basic support for 2D register arrays to mesa
Zack Rusin [Sat, 10 Jul 2010 01:19:28 +0000 (21:19 -0400)]
mesa: add basic support for 2D register arrays to mesa

just like in Gallium it's a basic functionality needed by a lot
of modern graphcis extensions

13 years agor600: Fix include recursion.
Vinson Lee [Sat, 10 Jul 2010 01:09:26 +0000 (18:09 -0700)]
r600: Fix include recursion.

r700_chip.h included r600_context.h, which included r700_chip.h.

Remove the unnecessary r600_context.h inclusion and add missing
headers.

13 years agoglslcompiler: Fix GCC warn_unused_result warning.
Vinson Lee [Sat, 10 Jul 2010 00:34:40 +0000 (17:34 -0700)]
glslcompiler: Fix GCC warn_unused_result warning.

13 years agoglslcompiler: Fix memory leaks on error paths.
Vinson Lee [Fri, 9 Jul 2010 23:20:32 +0000 (16:20 -0700)]
glslcompiler: Fix memory leaks on error paths.

13 years agoglslcompiler: Remove unnecessary headers.
Vinson Lee [Fri, 9 Jul 2010 23:05:42 +0000 (16:05 -0700)]
glslcompiler: Remove unnecessary headers.

13 years agomesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.
Vinson Lee [Fri, 9 Jul 2010 22:06:19 +0000 (15:06 -0700)]
mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.

The other similar integer/float conversion macros are in macros.h.

13 years agor300g: allow the GTT domain for samplers
Marek Olšák [Fri, 9 Jul 2010 18:22:20 +0000 (20:22 +0200)]
r300g: allow the GTT domain for samplers

This fixes sluggishness in vdrift.

13 years agor300/compiler: Add a register rename pass.
Tom Stellard [Thu, 8 Jul 2010 21:40:48 +0000 (14:40 -0700)]
r300/compiler: Add a register rename pass.

This pass renames register in order to make it easier for the pair
scheduler to group TEX instructions together.

This fixes fdo bug #28606

13 years agor300/compiler: Fix scheduling of TEX instructions.
Tom Stellard [Sun, 4 Jul 2010 19:30:52 +0000 (12:30 -0700)]
r300/compiler: Fix scheduling of TEX instructions.

The following instruction sequence will no longer be emitted in separate
TEX blocks:

0: TEX temp[0].xyz, temp[1].xy__, 2D[0];
1: TEX temp[1].xyz, temp[2].xy__, 2D[0];

This fixes fdo bug #25109

13 years agor300g/swtcl: fix out-of-bounds write
Marek Olšák [Fri, 9 Jul 2010 01:48:43 +0000 (03:48 +0200)]
r300g/swtcl: fix out-of-bounds write

This is a typo fix, the generated code should be the same.

13 years agodraw: Fix off-by-one error in assert.
Vinson Lee [Fri, 9 Jul 2010 00:54:47 +0000 (17:54 -0700)]
draw: Fix off-by-one error in assert.

textures is an array of size PIPE_MAX_VERTEX_SAMPLERS.

13 years agoglsl: fix indirect addressing of gl_TextureMatrix[] arrays
Brian Paul [Fri, 9 Jul 2010 00:35:08 +0000 (18:35 -0600)]
glsl: fix indirect addressing of gl_TextureMatrix[] arrays

The code to emit an array of OpenGL state vars lacked the code
to handle the gl_TextureMatrix[] array.

Fixes fd.o bug 28967

NOTE: this is a candidate for the 7.8 branch.

13 years agoegl_dri2: Support _EGL_PLATFORM_DRM
Kristian Høgsberg [Thu, 3 Jun 2010 02:48:06 +0000 (22:48 -0400)]
egl_dri2: Support _EGL_PLATFORM_DRM

This lets the egl_dri2 driver initialize on just a DRM fd.

13 years agoglslcompiler: Fix build.
Vinson Lee [Thu, 8 Jul 2010 23:06:01 +0000 (16:06 -0700)]
glslcompiler: Fix build.

13 years agoMerge branches 'master' and 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Vinson Lee [Thu, 8 Jul 2010 22:58:23 +0000 (15:58 -0700)]
Merge branches 'master' and 'master' of ssh://git.freedesktop.org/git/mesa/mesa

13 years agor300g: fix texturing with negative lod bias
Marek Olšák [Thu, 8 Jul 2010 22:16:49 +0000 (00:16 +0200)]
r300g: fix texturing with negative lod bias

This should fix FDO bugs #28437 and #28625.

13 years agor300g: store/return the stride for winsys_handle in winsys
Marek Olšák [Thu, 8 Jul 2010 20:32:39 +0000 (22:32 +0200)]
r300g: store/return the stride for winsys_handle in winsys

13 years agoi965: Add disasm for SEND mlen/rlen on Sandybridge.
Eric Anholt [Thu, 8 Jul 2010 20:01:57 +0000 (13:01 -0700)]
i965: Add disasm for SEND mlen/rlen on Sandybridge.

13 years agoi965: Add 'wait' instruction support
Zhenyu Wang [Fri, 25 Jun 2010 08:05:24 +0000 (16:05 +0800)]
i965: Add 'wait' instruction support

When EU executes 'wait' instruction, it stalls and sets notification
register state. Host can issue MMIO write to clear notification
register state to allow EU continue on executing again.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
13 years agoi965: Fix disasm of a SEND's mlen and rlen on Ironlake.
Eric Anholt [Thu, 8 Jul 2010 19:35:48 +0000 (12:35 -0700)]
i965: Fix disasm of a SEND's mlen and rlen on Ironlake.

13 years agoi965: Add decode for Sandybridge DP write messages.
Zhenyu Wang [Tue, 29 Jun 2010 02:49:55 +0000 (10:49 +0800)]
i965: Add decode for Sandybridge DP write messages.

13 years agoi965: Add definitions for Sandybridge DP write/read messages.
Zhenyu Wang [Tue, 29 Jun 2010 02:49:55 +0000 (10:49 +0800)]
i965: Add definitions for Sandybridge DP write/read messages.

13 years agor300g: fix transfering compressed textures
Marek Olšák [Thu, 8 Jul 2010 19:36:47 +0000 (21:36 +0200)]
r300g: fix transfering compressed textures

13 years agointel: Update intel_decode.c from intel-gpu-tools.
Eric Anholt [Thu, 8 Jul 2010 19:12:54 +0000 (12:12 -0700)]
intel: Update intel_decode.c from intel-gpu-tools.

This came from commit cf255e382d147fe3ca450f0dcec3525190e7dcbc

13 years agogallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32
Brian Paul [Thu, 8 Jul 2010 17:03:44 +0000 (11:03 -0600)]
gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32

13 years agor300g: add a function for marking framebuffer atoms as dirty
Marek Olšák [Thu, 8 Jul 2010 04:20:01 +0000 (06:20 +0200)]
r300g: add a function for marking framebuffer atoms as dirty

13 years agor300g: minor fixups
Marek Olšák [Thu, 8 Jul 2010 04:16:09 +0000 (06:16 +0200)]
r300g: minor fixups

13 years agoglsl: fix 'if ((x=foo()) > 1.0)' bug
Brian Paul [Thu, 8 Jul 2010 15:22:52 +0000 (09:22 -0600)]
glsl: fix 'if ((x=foo()) > 1.0)' bug

Fixes fd.o bug 27216.  May also be the root cause of fd.o bug 28950.

We weren't propogating the storage info for the x=foo() expression up
through the IR tree to the inequality expression.

NOTE: This is a candidate for the Mesa 7.8 branch.