mesa.git
13 years agogallium: Don't depend directly on staging dir in Xorg template makefile
Jakob Bornecrantz [Tue, 1 Jun 2010 09:15:52 +0000 (10:15 +0100)]
gallium: Don't depend directly on staging dir in Xorg template makefile

13 years agotgsi: we don't support indirect input/output registers in SSE codegen yet
Brian Paul [Thu, 3 Jun 2010 15:01:25 +0000 (09:01 -0600)]
tgsi: we don't support indirect input/output registers in SSE codegen yet

Extend the check for indirect addressing of temp regs to include
input/output regs.

Fixes failure with piglit glsl-texcoord-array.shader_test test when using
SSE codegen.

13 years agotgsi: whitespace cleanup
Brian Paul [Thu, 3 Jun 2010 14:58:31 +0000 (08:58 -0600)]
tgsi: whitespace cleanup

13 years agogallium: add interpolation parameter to simple shader functions
Brian Paul [Thu, 3 Jun 2010 00:13:00 +0000 (18:13 -0600)]
gallium: add interpolation parameter to simple shader functions

This lets us specify linear interpolation instead of perspective
interpolation for blit operations.  Might be a bit faster.

13 years agogallium: Don't always copy the dri driver to the staging dir
Jakob Bornecrantz [Tue, 1 Jun 2010 08:34:41 +0000 (09:34 +0100)]
gallium: Don't always copy the dri driver to the staging dir

So something in the build keept updating the timestamp on the
staging directory causing us to always copy the library to it.

13 years agogallium: Create a Xorg driver template Makefile
Jakob Bornecrantz [Tue, 1 Jun 2010 08:04:29 +0000 (09:04 +0100)]
gallium: Create a Xorg driver template Makefile

13 years agoutil/u_debug: use MAX2 macro
Brian Paul [Thu, 3 Jun 2010 13:52:46 +0000 (07:52 -0600)]
util/u_debug: use MAX2 macro

13 years agollvmpipe: Number shaders/variants for more reproducible function names in the IR.
José Fonseca [Thu, 3 Jun 2010 13:22:41 +0000 (14:22 +0100)]
llvmpipe: Number shaders/variants for more reproducible function names in the IR.

13 years agogallivm: Register the JIT engine with oprofile on debug/profile builds.
José Fonseca [Thu, 3 Jun 2010 13:21:25 +0000 (14:21 +0100)]
gallivm: Register the JIT engine with oprofile on debug/profile builds.

13 years agogallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca [Thu, 3 Jun 2010 13:16:59 +0000 (14:16 +0100)]
gallivm: Factor out the quad derivative code into a single place. Fix ddy.

For ddy it should be (bottom - top).

13 years agor300g: use util/u_debug
Joakim Sindholt [Wed, 2 Jun 2010 18:37:44 +0000 (20:37 +0200)]
r300g: use util/u_debug

13 years agogallium: silence all debug_named_value related warnings
Joakim Sindholt [Tue, 1 Jun 2010 18:11:30 +0000 (20:11 +0200)]
gallium: silence all debug_named_value related warnings

13 years agoutil/u_debug: add description field to debug_named_value
Joakim Sindholt [Tue, 1 Jun 2010 18:11:02 +0000 (20:11 +0200)]
util/u_debug: add description field to debug_named_value

13 years agoscons: Handle Python OSError exception when missing libdrm_radeon.
Vinson Lee [Thu, 3 Jun 2010 07:03:18 +0000 (00:03 -0700)]
scons: Handle Python OSError exception when missing libdrm_radeon.

Instead of crashing when libdrm_radeon is unavailable, the SCons build
just does not build r600g.

13 years agor300/compiler: print opcode names instead of numbers
Marek Olšák [Thu, 3 Jun 2010 03:15:10 +0000 (05:15 +0200)]
r300/compiler: print opcode names instead of numbers

13 years agor300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740
Marek Olšák [Thu, 3 Jun 2010 01:42:03 +0000 (03:42 +0200)]
r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740

I hope I've done it right. No way to test it here...

13 years agodri/swrast: Remove unnecessary header.
Vinson Lee [Thu, 3 Jun 2010 00:54:10 +0000 (17:54 -0700)]
dri/swrast: Remove unnecessary header.

13 years agost/mesa: fix indirect addressing of input/output regs
Brian Paul [Wed, 2 Jun 2010 23:37:42 +0000 (17:37 -0600)]
st/mesa: fix indirect addressing of input/output regs

This fixes an issue that was missed with commit
9f544394c1d059ce09c8bb2b5e11f5e871c7915f.
Fixes piglit glsl-texcoord-array.shader_test

13 years agogallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
Brian Paul [Wed, 2 Jun 2010 22:21:47 +0000 (16:21 -0600)]
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES

Fixes failed assertion with piglit fbo-drawbuffers-fragcolor.c
See fd.o bug 28358.

With 8 color buffers + Z we need to declare 33 vars, at least.

13 years agointel: Remove a leftover DRI1/DRI2 conditional
Kristian Høgsberg [Wed, 2 Jun 2010 12:58:24 +0000 (08:58 -0400)]
intel: Remove a leftover DRI1/DRI2 conditional

13 years agoglx: fix indentation and remove extraneous break
Brian Paul [Wed, 2 Jun 2010 22:04:10 +0000 (16:04 -0600)]
glx: fix indentation and remove extraneous break

13 years agoglx: reformat and silence unused expression warning
Brian Paul [Wed, 2 Jun 2010 22:03:22 +0000 (16:03 -0600)]
glx: reformat and silence unused expression warning

13 years agoglsl: handle indirectly indexed input registers in linker
Brian Paul [Wed, 2 Jun 2010 20:48:53 +0000 (14:48 -0600)]
glsl: handle indirectly indexed input registers in linker

For example, if the fragment shader reads gl_TexCoord[i] with a
dynamic index we need to set all the InputsRead bits for all
texcoords.  We were already doing this for shader outputs.
Refactored the later code so inputs and outputs are handled with
similar code.

Fixes a swrast failure with piglit's glsl-texcoord-array.shader_test

13 years agomesa: use BITFIELD64_BIT() macro
Brian Paul [Wed, 2 Jun 2010 20:48:27 +0000 (14:48 -0600)]
mesa: use BITFIELD64_BIT() macro

13 years agoglsl: fix bad sanity-check assertion
Brian Paul [Wed, 2 Jun 2010 20:45:33 +0000 (14:45 -0600)]
glsl: fix bad sanity-check assertion

13 years agomesa: whitespace and 80 column wrapping
Brian Paul [Fri, 28 May 2010 19:33:03 +0000 (13:33 -0600)]
mesa: whitespace and 80 column wrapping

13 years agoshaders: Don't lose the param binding swizzle for single params.
Eric Anholt [Wed, 2 Jun 2010 20:56:39 +0000 (13:56 -0700)]
shaders: Don't lose the param binding swizzle for single params.

Multiple item params are OK because we don't allow swizzles for them
(in case you do array access to hit their elements, for example).  For
singles, though, using the swizzle can cut down on storage, we do want
to allow a swizzled use of another param.

Fixes OGLC texRect.c.

13 years agollvmpipe: Fix bad logic.
José Fonseca [Wed, 2 Jun 2010 19:09:02 +0000 (20:09 +0100)]
llvmpipe: Fix bad logic.

Courtesy of Vinson and coverity.

13 years agollvmpipe: Remove unnecessary header.
Vinson Lee [Wed, 2 Jun 2010 19:09:23 +0000 (12:09 -0700)]
llvmpipe: Remove unnecessary header.

13 years agollvmpipe: Fix typo in assert.
José Fonseca [Wed, 2 Jun 2010 18:59:28 +0000 (19:59 +0100)]
llvmpipe: Fix typo in assert.

13 years agollvmpipe: Per quad interpolation.
José Fonseca [Wed, 2 Jun 2010 17:43:35 +0000 (18:43 +0100)]
llvmpipe: Per quad interpolation.

First interpolate the 4 quads upper left corners, then sub-interpolate
each quad pixel. Do the perspective divide once per quad.

Saves some muls and reciprocates. But doesn't seem to make a
noticeable improvement.

It make the code simpler and more compact, so commiting anyway.

13 years agollvmpipe: Minor cleanup to the interpolator.
José Fonseca [Wed, 2 Jun 2010 15:09:21 +0000 (16:09 +0100)]
llvmpipe: Minor cleanup to the interpolator.

13 years agogallivm: Add a lp_build_const_elem().
José Fonseca [Wed, 2 Jun 2010 15:00:40 +0000 (16:00 +0100)]
gallivm: Add a lp_build_const_elem().

13 years agollvmpipe: Store often used LLVM types in the lp_build_context.
José Fonseca [Wed, 2 Jun 2010 15:00:15 +0000 (16:00 +0100)]
llvmpipe: Store often used LLVM types in the lp_build_context.

13 years agogallivm: Zero min_lod and max_lod when only one view is selected and min/mag filter...
José Fonseca [Wed, 2 Jun 2010 12:22:38 +0000 (13:22 +0100)]
gallivm: Zero min_lod and max_lod when only one view is selected and min/mag filter are equal.

13 years agogallivm: Make lp_build_sample_wrap_int usage more accurate.
José Fonseca [Wed, 2 Jun 2010 12:08:30 +0000 (13:08 +0100)]
gallivm: Make lp_build_sample_wrap_int usage more accurate.

Fixes mesa texwrap demo border with GL_CLAMP.

13 years agogallivm: Don't use reciprocate in lp_build_sample_wrap_linear().
José Fonseca [Wed, 2 Jun 2010 11:51:38 +0000 (12:51 +0100)]
gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().

Always clamp the scaled coordinates.

13 years agogallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().
José Fonseca [Wed, 2 Jun 2010 10:25:27 +0000 (11:25 +0100)]
gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().

13 years agogallivm: Don't use lp_build_sample_wrap_nearest()
José Fonseca [Wed, 2 Jun 2010 09:57:27 +0000 (10:57 +0100)]
gallivm: Don't use lp_build_sample_wrap_nearest()

Always clamp with scaled coordinates.

13 years agollvmpipe: Centralize all position interpolation in lp_bld_interp.c.
José Fonseca [Wed, 2 Jun 2010 08:56:05 +0000 (09:56 +0100)]
llvmpipe: Centralize all position interpolation in lp_bld_interp.c.

13 years agor300g: use the stored GEM domain in add_buffer/write_reloc
Marek Olšák [Wed, 2 Jun 2010 05:00:37 +0000 (07:00 +0200)]
r300g: use the stored GEM domain in add_buffer/write_reloc

I admit blitting to/from GTT is actually enforced in this commit,
texture transfers are now damned fast!

13 years agor300g: store the GEM domain in buffer and texture structs
Marek Olšák [Wed, 2 Jun 2010 04:45:00 +0000 (06:45 +0200)]
r300g: store the GEM domain in buffer and texture structs

13 years agor300g: use r300_buffer_domain everywhere
Marek Olšák [Wed, 2 Jun 2010 04:25:02 +0000 (06:25 +0200)]
r300g: use r300_buffer_domain everywhere

13 years agor300g: blit directly to/from GTT when transfering textures
Marek Olšák [Wed, 2 Jun 2010 04:07:53 +0000 (06:07 +0200)]
r300g: blit directly to/from GTT when transfering textures

13 years agor300g: let the driver determine the GEM domain for buffer_create
Marek Olšák [Wed, 2 Jun 2010 03:50:58 +0000 (05:50 +0200)]
r300g: let the driver determine the GEM domain for buffer_create

13 years agor300g: make texture transfers more pipelined
Marek Olšák [Wed, 2 Jun 2010 01:49:43 +0000 (03:49 +0200)]
r300g: make texture transfers more pipelined

Mostly based on Michel Dänzer's patch.

13 years agor300g: better describe another flush and move it closer to the real problem
Marek Olšák [Tue, 1 Jun 2010 22:49:24 +0000 (00:49 +0200)]
r300g: better describe another flush and move it closer to the real problem

I haven't been able to get rid of this one, see the comments in the code.

13 years agor300g: remove one flush
Marek Olšák [Tue, 1 Jun 2010 22:44:09 +0000 (00:44 +0200)]
r300g: remove one flush

Looks like it's not needed now.

13 years agollvmpipe: Obey color interpolation.
José Fonseca [Tue, 1 Jun 2010 20:29:01 +0000 (21:29 +0100)]
llvmpipe: Obey color interpolation.

Don't force color to be linearly interpolated when that's not being
requested.

13 years agollvmpipe: Use struct lp_shader_input in the interpolator.
José Fonseca [Tue, 1 Jun 2010 20:27:18 +0000 (21:27 +0100)]
llvmpipe: Use struct lp_shader_input in the interpolator.

Eliminates all this identical yet slightly different code to decide how
shader inputs should be interpolated.

As bonus, don't interpolate the position twice when it is listed in the
TGSI shader inputs.

13 years agointel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA
Kristian Høgsberg [Tue, 1 Jun 2010 18:33:43 +0000 (14:33 -0400)]
intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA

The pixel transfer rules state that we must set alpha to 1.0 in this case
which we can't easily do with the blitter.  We can do to passes: one that
sets the alpha to 0xff and one that copies the RGB bits or we can just
use the 3D engine.  Neither approach seems worth it for this case.

13 years agost/xorg, vmware: Make throttling configurable.
Thomas Hellstrom [Mon, 31 May 2010 19:34:59 +0000 (20:34 +0100)]
st/xorg, vmware: Make throttling configurable.

The xorg state tracker gets two new options to let the user choose
whether to enable / disable dirty throttling and swapbuffer throttling.
The default value of these options are enabled, unless the winsys
supplies a customizer with other values. The customizer record has been
extended to allow this, and also to set winsys-based throttling on a per-
context basis.

The vmware part of this patch disables the dirty throttling if the kernel
supports command submission throttling, and also in that case sets kernel
based throttling for everything but swapbuffers. The vmware winsys does not
set throttling per context, even if it theoretically could, but instead
sets throttling per screen. This should perhaps be changed, should the
xorg state tracker start to use multiple rendering contexts. Kernel throttling
is off by default for all new screens/contexts, so the dri state tracker
is not affected.

This significantly improves interactivity of the vmware xorg driver.

Cherry-picked from commit a8f3b3f88acc1f0193fa740e76e9d815f07f32ab

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
13 years agosvga: Add a winsys callback to get the svga_winsys_context
Thomas Hellstrom [Mon, 31 May 2010 21:03:56 +0000 (22:03 +0100)]
svga: Add a winsys callback to get the svga_winsys_context

The winsys may need to extract the svga_winsys_context from a
pipe_context. Add a function to enable that functionality.

Cherry-picked from commit e8a8c5e339dfd7a36bb6435fd34175482b9187b8

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
13 years agotgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.
José Fonseca [Tue, 1 Jun 2010 15:37:32 +0000 (16:37 +0100)]
tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.

It was not used anywhere; the code was buggy (it didn't take care of
indirect registers and could potential cause buffer underflows) and the
same effect can now be easily achieved by just by looking at
input_semantic_name[] and input_usage_mask[].

13 years agotgsi: Remove tgsi-instruction-set.txt.
José Fonseca [Tue, 1 Jun 2010 15:30:24 +0000 (16:30 +0100)]
tgsi: Remove tgsi-instruction-set.txt.

Deprecated by tgsi.rst, and no point in keeping it around if it's not
being updated.

13 years agollvmpipe: Don't waste time interpolating unused input channels.
José Fonseca [Tue, 1 Jun 2010 15:28:45 +0000 (16:28 +0100)]
llvmpipe: Don't waste time interpolating unused input channels.

13 years agotgsi: Determine which shader input channels are effectively.
José Fonseca [Tue, 1 Jun 2010 15:27:36 +0000 (16:27 +0100)]
tgsi: Determine which shader input channels are effectively.

TGSI's UsageMask flag is never set. We can move this logic into
tgsi_ureg, but there there are still cases where's not used, so this
seems a better place for now.

13 years agogallium/docs: Update FRAC -> FRC.
José Fonseca [Tue, 1 Jun 2010 15:25:05 +0000 (16:25 +0100)]
gallium/docs: Update FRAC -> FRC.

13 years agomesa: use split_location_offset() in GetUniform() functions
Brian Paul [Tue, 1 Jun 2010 15:02:07 +0000 (09:02 -0600)]
mesa: use split_location_offset() in GetUniform() functions

Commit 5d0e136eff54a34258b5adaeda4cb267831e8234 exposed a long-standing
bug in the glGetUniform*() code paths.  We weren't properly decoding
the location parameter.

Fixes fd.o bug/regression 28344

Note: this patch should go into the 7.8 branch after the above-mentioned
commit.

13 years agost/xorg: Fix Xv cliprect scaling.
Thomas Hellstrom [Sat, 13 Mar 2010 19:25:29 +0000 (20:25 +0100)]
st/xorg: Fix Xv cliprect scaling.

Due to a quantization error, different cliprects of scaled video windows may
not have identical x / y scale.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
13 years agost/xorg Avoid advertizing rotation / reflection support.
Thomas Hellstrom [Sat, 6 Mar 2010 14:48:48 +0000 (15:48 +0100)]
st/xorg Avoid advertizing rotation / reflection support.

We don't support it yet since we don't implement the shadow allocate
functions.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
13 years agovgapi: Generate PIC objects.
Chia-I Wu [Mon, 31 May 2010 23:30:50 +0000 (07:30 +0800)]
vgapi: Generate PIC objects.

Fixes "...; recompile with -fPIC" error on x86-64.  See fdo 28336.

13 years agoglapi: Generate PIC objects.
José Fonseca [Mon, 31 May 2010 21:11:38 +0000 (22:11 +0100)]
glapi: Generate PIC objects.

Fixes fdo 28336.

13 years agollvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.
José Fonseca [Mon, 31 May 2010 19:01:29 +0000 (20:01 +0100)]
llvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.

13 years agost/egl: Use stamps only to avoid unnecessary geometry update.
Chia-I Wu [Mon, 31 May 2010 11:59:57 +0000 (19:59 +0800)]
st/egl: Use stamps only to avoid unnecessary geometry update.

resource_surface_add_resources should still be called even when the
stamps match.  For example, a caller may ask for two different sets of
attachments.

13 years agomesa: Fix excess initializers in get.c table.
Chia-I Wu [Mon, 31 May 2010 09:35:02 +0000 (17:35 +0800)]
mesa: Fix excess initializers in get.c table.

13 years agoswrast: add TFP support to swrast.
Dave Airlie [Sun, 23 May 2010 12:10:04 +0000 (22:10 +1000)]
swrast: add TFP support to swrast.

This adds TFP support to the swrast driver, with this I can run gnome-shell inside Xephyr slowly. I've no idea why I did it, and g-s has other rendering issues under swrast, but it might be useful to hook up llvmpipe later. I've no idea if I even want to commit it at this point.

An enhanced version might just pass the pointer in the indirect rendering case
and avoid the memcpy.

Signed-off-by: Dave Airlie <airlied@redhat.com>
13 years agogallium: fix TFP on gallium
Dave Airlie [Mon, 31 May 2010 09:24:50 +0000 (19:24 +1000)]
gallium: fix TFP on gallium

This fixes an uninitialised value use in the dri2 st when doing TFP.

It uses the driContextPriv which isn't initialised at alloc time.

Signed-off-by: Dave Airlie <airlied@redhat.com>
13 years agost/egl: Update KMS backend to use resource_surface.
Chia-I Wu [Mon, 31 May 2010 08:51:10 +0000 (16:51 +0800)]
st/egl: Update KMS backend to use resource_surface.

13 years agost/egl: Update GDI backend to use resource_surface.
Chia-I Wu [Mon, 31 May 2010 08:19:00 +0000 (16:19 +0800)]
st/egl: Update GDI backend to use resource_surface.

13 years agost/egl: Update ximage backend to use resource_surface.
Chia-I Wu [Mon, 31 May 2010 07:58:23 +0000 (15:58 +0800)]
st/egl: Update ximage backend to use resource_surface.

13 years agost/egl: Add helper functions for use by backends.
Chia-I Wu [Mon, 31 May 2010 07:26:46 +0000 (15:26 +0800)]
st/egl: Add helper functions for use by backends.

There is only resource_surface for now.  It helps manage the resources
of a software-based native surface such as XImage or GDI.

13 years agointel: Initialize batch->reserved_space on allocation
Chris Wilson [Mon, 31 May 2010 08:58:25 +0000 (09:58 +0100)]
intel: Initialize batch->reserved_space on allocation

Fixes the assert (and buffer overrun):

  glknots: intel_batchbuffer.c:164: _intel_batchbuffer_flush: Assertion
  'used >= batch->buf->size' failed.

Reported in bug:

  Bug 28274 - xscreensaver's glknots hangs GPU (945GME/Pineview)
  https://bugs.freedesktop.org/show_bug.cgi?id=28274

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
13 years agotargets/egl: Add SConscript for egl-apis.
Chia-I Wu [Mon, 31 May 2010 04:38:44 +0000 (12:38 +0800)]
targets/egl: Add SConscript for egl-apis.

It will build api_OpenVG.dll on Windows.

13 years agost/vega: Use SConscript for Windows build.
Chia-I Wu [Mon, 31 May 2010 04:38:21 +0000 (12:38 +0800)]
st/vega: Use SConscript for Windows build.

Fix several portability issues and add SConscript for Windows build.

13 years agogallium/util: Define isfinite and isnan for MSVC.
Chia-I Wu [Mon, 31 May 2010 05:01:46 +0000 (13:01 +0800)]
gallium/util: Define isfinite and isnan for MSVC.

Define isfinite and isnan to _finite and _isnan respectively for MSVC.
Those macros are needed by st/vega.

13 years agomapi/vgapi: Add SConscript for Windows build.
Chia-I Wu [Mon, 31 May 2010 04:37:23 +0000 (12:37 +0800)]
mapi/vgapi: Add SConscript for Windows build.

13 years agost/egl: Use OS-specific module suffices.
Chia-I Wu [Mon, 31 May 2010 04:32:30 +0000 (12:32 +0800)]
st/egl: Use OS-specific module suffices.

At least, .dll is used on Windows.

13 years agotargets/egl: Add SConscript for egl_gdi_swrast.
Chia-I Wu [Mon, 31 May 2010 04:17:27 +0000 (12:17 +0800)]
targets/egl: Add SConscript for egl_gdi_swrast.

egl_gdi_swrast uses st/egl/gdi and winsys/sw/gdi to provide an EGL
driver for Windows.

13 years agost/egl: Add GDI backend.
Chia-I Wu [Mon, 31 May 2010 04:03:39 +0000 (12:03 +0800)]
st/egl: Add GDI backend.

The backend uses Windows GDI driver to provide a software EGL
implementation on Windows.

13 years agoegl: Use SConscript for Windows build.
Chia-I Wu [Mon, 31 May 2010 03:47:58 +0000 (11:47 +0800)]
egl: Use SConscript for Windows build.

Fix several portability issues and add SConscript for Windows build.

13 years agoegl: Use khronos types for EGL_MESA_screen_surface.
Chia-I Wu [Mon, 31 May 2010 03:19:26 +0000 (11:19 +0800)]
egl: Use khronos types for EGL_MESA_screen_surface.

That is, use khronos_uint32_t instead of uint32_t.

13 years agoDefine PUBLIC to dllexport on MSVC.
Chia-I Wu [Mon, 31 May 2010 03:15:06 +0000 (11:15 +0800)]
Define PUBLIC to dllexport on MSVC.

Define PUBLIC to __declspec(dllexport) when _MVC_VER is defined.

13 years agoUpdate KHRONOS_APICALL for _WIN32 platform.
Chia-I Wu [Mon, 31 May 2010 03:03:48 +0000 (11:03 +0800)]
Update KHRONOS_APICALL for _WIN32 platform.

Use __declspec(dllexport) when KHRONOS_DLL_EXPORTS is defined.

13 years agoAlways define int32_t in compiler headers.
Chia-I Wu [Mon, 31 May 2010 02:58:47 +0000 (10:58 +0800)]
Always define int32_t in compiler headers.

eglplatform.h no longer defines int32_t.

13 years agoglapi: Update SConscript for Windows.
Chia-I Wu [Mon, 31 May 2010 02:52:23 +0000 (10:52 +0800)]
glapi: Update SConscript for Windows.

Define macros to enable dllexport and thread support.  Adjust the output
path of mapi sources.

13 years agoUpdate OpenGL ES headers.
Chia-I Wu [Mon, 31 May 2010 02:15:55 +0000 (10:15 +0800)]
Update OpenGL ES headers.

13 years agoautoconf: Remove unused APIS.
Chia-I Wu [Mon, 31 May 2010 02:25:22 +0000 (10:25 +0800)]
autoconf: Remove unused APIS.

It was used by glapi, which has been moved to mapi.

13 years agomesa: Fix/add feature test to shader.c.
Chia-I Wu [Mon, 31 May 2010 02:36:51 +0000 (10:36 +0800)]
mesa: Fix/add feature test to shader.c.

Those macros used by _mesa_init_shader_dispatch are not available when
FEATURE_GL is not defined.

13 years agor300g: set correct pitch in libdrm
Marek Olšák [Mon, 31 May 2010 02:01:56 +0000 (04:01 +0200)]
r300g: set correct pitch in libdrm

to match what DDX sets. This prevents some flushes from occuring.

13 years agor300g: remove texture usage transfer flag
Marek Olšák [Mon, 31 May 2010 00:25:14 +0000 (02:25 +0200)]
r300g: remove texture usage transfer flag

13 years agor600g: remove unused struct r600_state
Marek Olšák [Sat, 29 May 2010 13:40:51 +0000 (15:40 +0200)]
r600g: remove unused struct r600_state

What was the purpose of it?

13 years agovbo: Remove unnecessary header.
Vinson Lee [Sun, 30 May 2010 22:47:21 +0000 (15:47 -0700)]
vbo: Remove unnecessary header.

13 years agor600g: Remove unnecessary headers.
Vinson Lee [Sun, 30 May 2010 22:30:05 +0000 (15:30 -0700)]
r600g: Remove unnecessary headers.

13 years agor600g: RS880 is r6xx-based
Alex Deucher [Sun, 30 May 2010 20:07:56 +0000 (16:07 -0400)]
r600g: RS880 is r6xx-based

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
13 years agollvmpipe: Remove unused framebuffer stuff from the rasterizer.
José Fonseca [Thu, 27 May 2010 15:38:02 +0000 (16:38 +0100)]
llvmpipe: Remove unused framebuffer stuff from the rasterizer.

13 years agollvmpipe: Don't force a linear to tiled conversion after rasterization on debug builds.
José Fonseca [Thu, 27 May 2010 15:34:20 +0000 (16:34 +0100)]
llvmpipe: Don't force a linear to tiled conversion after rasterization on debug builds.

Only do this if runtime debugging flags to show subtiles/tiles are set.

13 years agollvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.
José Fonseca [Thu, 27 May 2010 15:17:06 +0000 (16:17 +0100)]
llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.

Like the other places.

13 years agoutil: Add inline function for approximate floating point comparison.
José Fonseca [Thu, 27 May 2010 15:16:11 +0000 (16:16 +0100)]
util: Add inline function for approximate floating point comparison.

13 years agollvmpipe: Use pointer_to_func() instead of custom wrappers.
José Fonseca [Sun, 30 May 2010 15:38:23 +0000 (16:38 +0100)]
llvmpipe: Use pointer_to_func() instead of custom wrappers.