mesa.git
13 years agoMerge branch '7.8'
Brian Paul [Wed, 28 Apr 2010 16:10:51 +0000 (10:10 -0600)]
Merge branch '7.8'

Conflicts:

src/mesa/state_tracker/st_gen_mipmap.c

13 years agosoftpipe: use consistant names for local vars
Brian Paul [Wed, 28 Apr 2010 15:34:12 +0000 (09:34 -0600)]
softpipe: use consistant names for local vars

13 years agoprogs/demos: added code to test compressed mipmap generation (disabled)
Brian Paul [Wed, 28 Apr 2010 15:02:09 +0000 (09:02 -0600)]
progs/demos: added code to test compressed mipmap generation (disabled)

13 years agogallium: remove trailing comma
Brian Paul [Tue, 27 Apr 2010 22:42:13 +0000 (16:42 -0600)]
gallium: remove trailing comma

13 years agogallium/util: convert //-style comments
Brian Paul [Tue, 27 Apr 2010 22:41:53 +0000 (16:41 -0600)]
gallium/util: convert //-style comments

13 years agogallium/util: convert //-style comments
Brian Paul [Tue, 27 Apr 2010 22:41:36 +0000 (16:41 -0600)]
gallium/util: convert //-style comments

13 years agost/mesa: fix incorrect RowStride computation
Brian Paul [Wed, 28 Apr 2010 16:06:05 +0000 (10:06 -0600)]
st/mesa: fix incorrect RowStride computation

Fixes incorrect stride when getting a compressed tex image.

13 years agost/mesa: fill in stImage->level in st_generate_mipmap()
Brian Paul [Wed, 28 Apr 2010 16:05:00 +0000 (10:05 -0600)]
st/mesa: fill in stImage->level in st_generate_mipmap()

Before, this field was always zero for all the new mipmap levels.
Fixes problems with glGetTexImage() from a generated mipmap.

13 years agoMerge branch '7.8'
Jakob Bornecrantz [Wed, 28 Apr 2010 15:27:51 +0000 (16:27 +0100)]
Merge branch '7.8'

13 years agoglx: Fix build
Jakob Bornecrantz [Wed, 28 Apr 2010 15:19:41 +0000 (16:19 +0100)]
glx: Fix build

13 years agoglx: Fix build
Jakob Bornecrantz [Wed, 28 Apr 2010 15:19:41 +0000 (16:19 +0100)]
glx: Fix build

13 years agoconfigure.ac: Print some llvm info
Jakob Bornecrantz [Wed, 28 Apr 2010 12:38:58 +0000 (13:38 +0100)]
configure.ac: Print some llvm info

13 years agoegl: dri2 driver error output
Micah Fedke [Wed, 28 Apr 2010 13:25:58 +0000 (07:25 -0600)]
egl: dri2 driver error output

This patch amends the error output string for the case where the
dri2 egl driver could not open the dri dev node.

Signed-off-by: Brian Paul <brianp@vmware.com>
13 years agoMerge branch '7.8'
Brian Paul [Wed, 28 Apr 2010 13:21:25 +0000 (07:21 -0600)]
Merge branch '7.8'

Conflicts:

src/glx/dri2_glx.c
src/glx/glx_pbuffer.c

13 years agollvmpipe: Remove unnecessary header.
Vinson Lee [Wed, 28 Apr 2010 07:14:39 +0000 (00:14 -0700)]
llvmpipe: Remove unnecessary header.

13 years agoDisable scissor when begining meta operations
Pierre Willenbrock [Tue, 27 Apr 2010 21:16:49 +0000 (23:16 +0200)]
Disable scissor when begining meta operations

Signed-off-by: Eric Anholt <eric@anholt.net>
13 years agoDon't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
Pierre Willenbrock [Tue, 27 Apr 2010 21:16:48 +0000 (23:16 +0200)]
Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets

Signed-off-by: Eric Anholt <eric@anholt.net>
13 years agoFill the padding between entrys in the sampler key
Pierre Willenbrock [Tue, 27 Apr 2010 21:16:47 +0000 (23:16 +0200)]
Fill the padding between entrys in the sampler key

This struct is used to generate a hash, ignoring the entry boundaries.

Signed-off-by: Eric Anholt <eric@anholt.net>
13 years agoInitialize have_back.
Pierre Willenbrock [Tue, 27 Apr 2010 21:16:46 +0000 (23:16 +0200)]
Initialize have_back.

There is a user somewhere that tests it before its initial set.

Signed-off-by: Eric Anholt <eric@anholt.net>
13 years agoi915: Add debugging for just prorgam compile under INTEL_DEBUG=wm
Eric Anholt [Mon, 26 Apr 2010 16:18:23 +0000 (09:18 -0700)]
i915: Add debugging for just prorgam compile under INTEL_DEBUG=wm

13 years agoi915: Provide counts in the error messages for program limits.
Eric Anholt [Mon, 26 Apr 2010 16:04:16 +0000 (09:04 -0700)]
i915: Provide counts in the error messages for program limits.

13 years agoosmesa: update SRC_DIRS to fix build
Brian Paul [Tue, 27 Apr 2010 23:06:17 +0000 (17:06 -0600)]
osmesa: update SRC_DIRS to fix build

13 years agoosdemos: replace assertion with error handler
Brian Paul [Tue, 27 Apr 2010 23:05:56 +0000 (17:05 -0600)]
osdemos: replace assertion with error handler

13 years agor300g: move ZTOP to separate file
Marek Olšák [Sun, 18 Apr 2010 03:10:43 +0000 (05:10 +0200)]
r300g: move ZTOP to separate file

Ideally, HiZ should go in r300_hyperz.c next to ZTOP.

13 years agoosmesa: don't need to link with -lGL
Brian Paul [Tue, 27 Apr 2010 22:57:42 +0000 (16:57 -0600)]
osmesa: don't need to link with -lGL

The gl entrypoints are in libOSMesa.so

13 years agoradeon: fix warnings
Marek Olšák [Tue, 27 Apr 2010 22:38:27 +0000 (00:38 +0200)]
radeon: fix warnings

13 years agomesa: Disable scissor when begining meta operations
Pierre Willenbrock [Tue, 27 Apr 2010 21:16:49 +0000 (14:16 -0700)]
mesa: Disable scissor when begining meta operations

Signed-off-by: Brian Paul <brianp@vmware.com>
13 years agoAdd missing _ in extension category name
Ian Romanick [Tue, 27 Apr 2010 21:54:32 +0000 (14:54 -0700)]
Add missing _ in extension category name

13 years agomesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
Pierre Willenbrock [Tue, 27 Apr 2010 21:16:48 +0000 (14:16 -0700)]
mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets

Signed-off-by: Brian Paul <brianp@vmware.com>
13 years agoglx: Initialize have_back.
Pierre Willenbrok [Tue, 27 Apr 2010 21:53:28 +0000 (15:53 -0600)]
glx: Initialize have_back.

Signed-off-by: Brian Paul <brianp@vmware.com>
13 years agogallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:49:32 +0000 (21:49 +0100)]
gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

Arcane DX9 opcodes that never were emitted by Mesa and have no DX10
counterpart. Slated for removal for quite some time now.

13 years agogallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:18:31 +0000 (21:18 +0100)]
gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

13 years agotgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:18:01 +0000 (21:18 +0100)]
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

13 years agor300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:17:08 +0000 (21:17 +0100)]
r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

13 years agocell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:16:45 +0000 (21:16 +0100)]
cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

13 years agosvga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:16:35 +0000 (21:16 +0100)]
svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

13 years agogallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca [Tue, 27 Apr 2010 20:16:10 +0000 (21:16 +0100)]
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

13 years agoBuildfixes to work around issues in OpenGL.framework
Jeremy Huddleston [Tue, 13 Apr 2010 01:37:47 +0000 (18:37 -0700)]
Buildfixes to work around issues in OpenGL.framework

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agoUpdate OpenGL specs
Jeremy Huddleston [Tue, 13 Apr 2010 01:26:40 +0000 (18:26 -0700)]
Update OpenGL specs

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agoapple: Use mesa gl.h rather than generating one.
Jeremy Huddleston [Sat, 2 Jan 2010 05:03:53 +0000 (00:03 -0500)]
apple: Use mesa gl.h rather than generating one.

Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
13 years agoapple: Integrate our libGL into the existing build system better
Jeremy Huddleston [Fri, 2 Apr 2010 07:57:38 +0000 (00:57 -0700)]
apple: Integrate our libGL into the existing build system better

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agodarwin: Use clientattrib
Jeremy Huddleston [Fri, 2 Apr 2010 07:54:57 +0000 (00:54 -0700)]
darwin: Use clientattrib

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agoapple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston [Fri, 2 Apr 2010 08:35:19 +0000 (01:35 -0700)]
apple: Change ifdefs for DRI to be DRI && !APPLE

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agoapple: Remove duplicate headers that already exist in mesa.
Jeremy Huddleston [Thu, 24 Dec 2009 17:51:17 +0000 (09:51 -0800)]
apple: Remove duplicate headers that already exist in mesa.

Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
13 years agoapple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston [Thu, 1 Apr 2010 18:01:31 +0000 (11:01 -0700)]
apple: Initial import of libGL for OSX from AppleSGLX svn repository.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13 years agollvmpipe: remove lp_scene_map_buffers(), lp_scene_unmap_buffers()
Brian Paul [Tue, 27 Apr 2010 17:50:23 +0000 (11:50 -0600)]
llvmpipe: remove lp_scene_map_buffers(), lp_scene_unmap_buffers()

13 years agollvmpipe: implement max scene size
Brian Paul [Tue, 27 Apr 2010 17:44:33 +0000 (11:44 -0600)]
llvmpipe: implement max scene size

When the size of the scene (binned data plus referenced resources/textures)
exceeds LP_MAX_SCENE_SIZE flush/render the scene.  This could be improved
in various ways but is a good start.

Fixes piglit streaming-texture-leak test.

13 years agollvmpipe: added llvmpipe_resource_size()
Brian Paul [Tue, 27 Apr 2010 17:32:25 +0000 (11:32 -0600)]
llvmpipe: added llvmpipe_resource_size()

13 years agollvmpipe: comment-out unused field for now
Brian Paul [Tue, 27 Apr 2010 17:31:45 +0000 (11:31 -0600)]
llvmpipe: comment-out unused field for now

13 years agollvmipe: update comments
Brian Paul [Tue, 27 Apr 2010 16:55:51 +0000 (10:55 -0600)]
llvmipe: update comments

13 years agomesa: move/rename is_depth_or_stencil_format()
Brian Paul [Tue, 27 Apr 2010 15:31:19 +0000 (09:31 -0600)]
mesa: move/rename is_depth_or_stencil_format()

Put it with other, similar functions.

13 years agost/mesa: rename var and update st_choose_format() comments
Brian Paul [Tue, 27 Apr 2010 15:27:00 +0000 (09:27 -0600)]
st/mesa: rename var and update st_choose_format() comments

13 years agoglapi: Fix loading of old DRI drivers.
Chia-I Wu [Tue, 27 Apr 2010 15:19:27 +0000 (23:19 +0800)]
glapi: Fix loading of old DRI drivers.

The removal of _glapi_noop_enable_warnings and _glapi_set_warning_func
in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0 prevents DRI drivers built
before the commit from loading.  Add stub versions of the functions to
make them load again.

13 years agost/mesa: call is_format_supported() for compressed formats
Brian Paul [Tue, 27 Apr 2010 15:18:57 +0000 (09:18 -0600)]
st/mesa: call is_format_supported() for compressed formats

These compressed format switch cases shouldn't be hit if we don't
support the compressed texture extensions, but let's be safe and
ask the driver if they're supported as we do in other cases.

13 years agost/mesa: 80-column wrapping
Brian Paul [Tue, 27 Apr 2010 15:14:32 +0000 (09:14 -0600)]
st/mesa: 80-column wrapping

13 years agost/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formats
Brian Paul [Tue, 27 Apr 2010 15:11:36 +0000 (09:11 -0600)]
st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formats

13 years agoMerge branch '7.8'
Brian Paul [Tue, 27 Apr 2010 14:34:06 +0000 (08:34 -0600)]
Merge branch '7.8'

Conflicts:

src/gallium/drivers/nv30/nv30_context.c
src/gallium/drivers/nv40/nv40_context.c
src/gallium/drivers/nv40/nv40_state_emit.c

13 years agost/mesa: fix strides in (de)compress_image() functions
Brian Paul [Tue, 27 Apr 2010 14:28:53 +0000 (08:28 -0600)]
st/mesa: fix strides in (de)compress_image() functions

Mipmap generation for compressed textures works now.

13 years agoutil: fix assorted problems in the image packing functions
Brian Paul [Tue, 27 Apr 2010 14:28:22 +0000 (08:28 -0600)]
util: fix assorted problems in the image packing functions

13 years agonv30/40g: fix calls to draw_create(), draw_set_rasterizer_state()
Pedro Maia [Tue, 27 Apr 2010 14:21:49 +0000 (08:21 -0600)]
nv30/40g: fix calls to draw_create(), draw_set_rasterizer_state()

Signed-off-by: Brian Paul <brianp@vmware.com>
13 years agogallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca [Tue, 27 Apr 2010 13:27:24 +0000 (14:27 +0100)]
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.

Runtime linking doesn't quite work.

Just comment then out for now to prevent crashes. These will go away in
the future because calling 4 times CRT's cosf()/sinf() is over-precise
and under-performing.

13 years agogallivm: Ensure all allocas are in the first block.
José Fonseca [Tue, 27 Apr 2010 12:20:12 +0000 (13:20 +0100)]
gallivm: Ensure all allocas are in the first block.

Refactor the code to make this easier.

13 years agoi965g: Fix scons build of winsys
Jakob Bornecrantz [Tue, 27 Apr 2010 11:01:14 +0000 (12:01 +0100)]
i965g: Fix scons build of winsys

13 years agost/dri: Don't check for null when user ensures non-null
Jakob Bornecrantz [Mon, 26 Apr 2010 23:56:25 +0000 (00:56 +0100)]
st/dri: Don't check for null when user ensures non-null

13 years agodri_util: Assume error checking is done properly in glXMakeCurrent
Jakob Bornecrantz [Mon, 26 Apr 2010 14:32:08 +0000 (15:32 +0100)]
dri_util: Assume error checking is done properly in glXMakeCurrent

In short what the code did before:

    __DRIscreen *psp = NULL;
    if (pcp)
       psp = pcp->psb;

    assert(psp);
    if (psp->stuff)
       other_stuff();

    return psb->even_more(pcp);

Remove all that stupid checking which still segfaults/asserts later on and
just do what we do in driUnbindContext. Also limited testing show libGL never
call driUnbindContext or driBindContext with cPriv == NULL.

13 years agost/dri: Use flush function of old context not new
Jakob Bornecrantz [Mon, 26 Apr 2010 13:59:46 +0000 (14:59 +0100)]
st/dri: Use flush function of old context not new

13 years agor300g: fix mipmapped texture3D size calculation
Marek Olšák [Tue, 27 Apr 2010 10:22:23 +0000 (12:22 +0200)]
r300g: fix mipmapped texture3D size calculation

I accidentally inverted the condition. :(
Broken since the commit 2579fe4044012a552c8be222ffae76b48de13592.
FDO bug #27851.

13 years agor300g: compensate for non-atomized emit_query_end in the CS
Marek Olšák [Tue, 27 Apr 2010 09:42:08 +0000 (11:42 +0200)]
r300g: compensate for non-atomized emit_query_end in the CS

And reserve a little more space just in case.

13 years agoprogs/tests: Remove meaningless const qualifier in arraytexture.c.
Vinson Lee [Tue, 27 Apr 2010 08:22:26 +0000 (01:22 -0700)]
progs/tests: Remove meaningless const qualifier in arraytexture.c.

13 years agonvfx: Move src/gallium/drivers to beginning of SCons include path.
Vinson Lee [Tue, 27 Apr 2010 07:46:00 +0000 (00:46 -0700)]
nvfx: Move src/gallium/drivers to beginning of SCons include path.

libdrm-2.4.20 and earlier include the nouveau/nouveau_class.h header. A
later version of libdrm will not ship this header. Mesa also has this
header at src/gallium/drivers.

The symbol NV34TCL_VTXFMT_TYPE_HALF is needed by nvfx_vbo.c. This symbol
is not in the libdrm copy of the header but is in the Mesa copy of the
header. This patch moves src/gallium/drivers to the beginning of the
include paths such that when building on hosts with libdrm-2.4.20 or
ealier the build uses the copy in Mesa.

13 years agoprogs/egl: Add egl/eglut to PROGRAM_DIRS.
Chia-I Wu [Tue, 27 Apr 2010 06:13:13 +0000 (14:13 +0800)]
progs/egl: Add egl/eglut to PROGRAM_DIRS.

Make sure eglut is built before the demos.  This should work more
reliably with make -j<N>.

13 years agodocs: update some GL3 status
Brian Paul [Tue, 27 Apr 2010 02:35:55 +0000 (20:35 -0600)]
docs: update some GL3 status

13 years agomesa: start adding GL 3.1 signed normalized texture formats
Brian Paul [Tue, 27 Apr 2010 02:35:19 +0000 (20:35 -0600)]
mesa: start adding GL 3.1 signed normalized texture formats

13 years agodocs: document updated glext.h and glxext.h files
Brian Paul [Tue, 27 Apr 2010 02:32:24 +0000 (20:32 -0600)]
docs: document updated glext.h and glxext.h files

13 years agoglxext.h: upgraded to 2010/02/10 version
Brian Paul [Tue, 27 Apr 2010 02:32:02 +0000 (20:32 -0600)]
glxext.h: upgraded to 2010/02/10 version

13 years agoglext: upgraded to version 61
Brian Paul [Tue, 27 Apr 2010 02:31:19 +0000 (20:31 -0600)]
glext: upgraded to version 61

13 years agor300g: reserve CS space for index offset
Marek Olšák [Tue, 27 Apr 2010 00:42:57 +0000 (02:42 +0200)]
r300g: reserve CS space for index offset

This has caused CS overflow since the commit
671f1e1229877d459cfd76e2cf5ea89c8d881036.

TA3D works here again.

13 years agollvmpipe: Remove unused variable.
Vinson Lee [Mon, 26 Apr 2010 23:31:05 +0000 (16:31 -0700)]
llvmpipe: Remove unused variable.

13 years agor300g: add support for more unaligned vertex formats
Marek Olšák [Mon, 26 Apr 2010 22:09:21 +0000 (00:09 +0200)]
r300g: add support for more unaligned vertex formats

An aligned stride is still needed for it to work.

I am slowly approaching the Sauerbraten milestone!

13 years agor300g: setup PSC first, then align vertex formats
Marek Olšák [Mon, 26 Apr 2010 22:06:07 +0000 (00:06 +0200)]
r300g: setup PSC first, then align vertex formats

This allows us to put correct swizzles for undefined components in PSC.

13 years agor300g: set undefined vertex swizzles to (0,0,0,1) respectively
Marek Olšák [Mon, 26 Apr 2010 22:01:03 +0000 (00:01 +0200)]
r300g: set undefined vertex swizzles to (0,0,0,1) respectively

13 years agodraw/llvm: implement fetch elts paths
Zack Rusin [Mon, 26 Apr 2010 17:51:47 +0000 (13:51 -0400)]
draw/llvm: implement fetch elts paths

we were only running the llvm paths when the input elts were linear,
now we can handle abritrary fetch elts arrays. we do this by generating
two paths - linear and fetch_elts one and just selecting the right one
at run time.

13 years agor600: add support for more rendering formats
Alex Deucher [Mon, 26 Apr 2010 19:00:28 +0000 (15:00 -0400)]
r600: add support for more rendering formats

13 years agor300g: disable point sprites (again)
Marek Olšák [Mon, 26 Apr 2010 18:53:17 +0000 (20:53 +0200)]
r300g: disable point sprites (again)

They cause lockups. The users doesn't seem to like them.

13 years agor300g: fix warnings when printing uint64_t
Marek Olšák [Mon, 26 Apr 2010 18:16:59 +0000 (20:16 +0200)]
r300g: fix warnings when printing uint64_t

Though not nice, this is the correct way.

13 years agor300g: fix warnings by using the const qualifier
Marek Olšák [Mon, 26 Apr 2010 18:16:44 +0000 (20:16 +0200)]
r300g: fix warnings by using the const qualifier

See also the libdrm commit af98ccf4dd5dcb1b904ec32b9bd1521e6bf7dda5.

13 years agor300g: use CS_OUT_TABLE better
Matt Turner [Mon, 26 Apr 2010 17:23:53 +0000 (13:23 -0400)]
r300g: use CS_OUT_TABLE better

Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Marek Olšák <maraeo@gmail.com>
13 years agor600: avoid setting invalid bit on r7xx for blits
Alex Deucher [Mon, 26 Apr 2010 17:45:01 +0000 (13:45 -0400)]
r600: avoid setting invalid bit on r7xx for blits

13 years agogallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
Alan Hourihane [Mon, 26 Apr 2010 16:42:51 +0000 (17:42 +0100)]
gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP

13 years agodraw: Always use the llvm middle end when available & enabled.
José Fonseca [Mon, 26 Apr 2010 14:31:37 +0000 (15:31 +0100)]
draw: Always use the llvm middle end when available & enabled.

13 years agosvga: Pass-through max_index to translate.
José Fonseca [Mon, 26 Apr 2010 13:55:45 +0000 (14:55 +0100)]
svga: Pass-through max_index to translate.

13 years agodraw: Pass-through pipe_buffer::max_index to translate.
José Fonseca [Mon, 26 Apr 2010 13:55:16 +0000 (14:55 +0100)]
draw: Pass-through pipe_buffer::max_index to translate.

max_index must be observed to prevent crashes due to bad index data.

I've been using this patch for some time without regressions.

Some places, where we use internal vertex buffer, it is not entirely
clear what max_index should be, so passing just ~0 to avoid regressions
for now.

13 years agotranslate: Take and respect a max_index argument.
José Fonseca [Mon, 26 Apr 2010 13:49:42 +0000 (14:49 +0100)]
translate: Take and respect a max_index argument.

13 years agor300g: Rudimentary stats, printed on exit.
Corbin Simpson [Mon, 26 Apr 2010 14:13:15 +0000 (07:13 -0700)]
r300g: Rudimentary stats, printed on exit.

Whoo!

13 years agor300g: Add stats debug flag.
Corbin Simpson [Mon, 26 Apr 2010 14:01:27 +0000 (07:01 -0700)]
r300g: Add stats debug flag.

13 years agor600: enable VERT_RESULT_PSIZ - makes point size & attenuation work
Andre Maasikas [Mon, 26 Apr 2010 10:18:04 +0000 (13:18 +0300)]
r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work

doc additions: shader export ARRAY_BASE for EXPORT_POS: 60 is position,
61 is misc vec(VS_OUT_MISC_VEC - used here),
62, 63 are clip distance vectors(VS_OUT_CCDIST#)

sorry for formating - there seem to be so many different styles in r600

13 years agor600: adjust point sprites after 911fa4a4a1
Andre Maasikas [Mon, 26 Apr 2010 09:36:39 +0000 (12:36 +0300)]
r600: adjust point sprites after 911fa4a4a1

there's no more vp results for point coords so we cannot iterate
over vp outputs. Use only Point.CoordReplace[i]

13 years agoscons: Include headers from the local include directory first.
Vinson Lee [Mon, 26 Apr 2010 08:08:34 +0000 (01:08 -0700)]
scons: Include headers from the local include directory first.

Certain headers, such as GL/glew.h, are in both the Mesa include and the
default installed include directories. On recent distros the needed
symbols can be found in both places. On older distros the installed
headers could be lacking symbols, so for a header that exists in both
places, the local one should be found first.

13 years agoos: Check for spurious wakeups in pipe_barrier_wait.
Vinson Lee [Mon, 26 Apr 2010 07:25:30 +0000 (00:25 -0700)]
os: Check for spurious wakeups in pipe_barrier_wait.

The POSIX function pthread_cond_wait can have spurious wakeups when
waiting on a condition variable.

Add a 64-bit counter that is incremented whenever the barrier becomes
full. A woken thread checks the counter. If the counter has not changed
then it has been spuriously woken and goes back to sleep. If the counter
has changed then it was properly signaled and exits the barrier.

Tested on Mac OS X.

This patch was based on ideas from Luca Barbieri.

13 years agor300g: Use table CS writing when applicable.
Corbin Simpson [Mon, 26 Apr 2010 07:23:16 +0000 (00:23 -0700)]
r300g: Use table CS writing when applicable.

I just broke the 2000 fps barrier on glxgears. Yay?