mesa.git
14 years agoMerge branch 'mesa_7_5_branch'
Brian Paul [Thu, 27 Aug 2009 22:54:32 +0000 (16:54 -0600)]
Merge branch 'mesa_7_5_branch'

14 years agodocs: fix selection/feedback culling bug
Brian Paul [Thu, 27 Aug 2009 22:50:44 +0000 (16:50 -0600)]
docs: fix selection/feedback culling bug

14 years agoswrast: fix incorrect tri culling in selection/feedback mode.
Brian Paul [Thu, 27 Aug 2009 22:50:03 +0000 (16:50 -0600)]
swrast: fix incorrect tri culling in selection/feedback mode.

See bug 16866.

14 years agoi915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14
Eric Anholt [Thu, 27 Aug 2009 22:33:33 +0000 (15:33 -0700)]
i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14

14 years agost/xorg: set vertex and fragment shader for the current op
Zack Rusin [Thu, 27 Aug 2009 22:17:54 +0000 (18:17 -0400)]
st/xorg: set vertex and fragment shader for the current op

14 years agost/xorg: bind rasterizer state
Zack Rusin [Thu, 27 Aug 2009 22:08:58 +0000 (18:08 -0400)]
st/xorg: bind rasterizer state

14 years agost/xorg: set blend state for exa
Zack Rusin [Thu, 27 Aug 2009 22:06:15 +0000 (18:06 -0400)]
st/xorg: set blend state for exa

14 years agost/xorg: bind framebuffer and viewport for exa
Zack Rusin [Thu, 27 Aug 2009 21:39:20 +0000 (17:39 -0400)]
st/xorg: bind framebuffer and viewport for exa

14 years agost/xorg: create and destroy shader cache
Zack Rusin [Wed, 26 Aug 2009 22:32:36 +0000 (18:32 -0400)]
st/xorg: create and destroy shader cache

14 years agost/xorg: Set shared usage of pixmaps for use via DRI2.
Michel Dänzer [Thu, 27 Aug 2009 18:29:32 +0000 (20:29 +0200)]
st/xorg: Set shared usage of pixmaps for use via DRI2.

Also allow pixmaps to have both the shared and displayed usage flags, as is
the case for the screen pixmap now.

14 years agost/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.
Michel Dänzer [Thu, 27 Aug 2009 18:27:28 +0000 (20:27 +0200)]
st/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.

14 years agost/xorg: Don't hardcode ExaPrepareCopy to fall back to software.
Michel Dänzer [Thu, 27 Aug 2009 18:27:28 +0000 (20:27 +0200)]
st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.

14 years agost/xorg: Flush context if necessary in ExaPrepareAccess.
Michel Dänzer [Thu, 27 Aug 2009 18:27:28 +0000 (20:27 +0200)]
st/xorg: Flush context if necessary in ExaPrepareAccess.

14 years agost/dri: Only ask for fake front buffer for single buffer visuals by default.
Michel Dänzer [Thu, 27 Aug 2009 18:17:53 +0000 (20:17 +0200)]
st/dri: Only ask for fake front buffer for single buffer visuals by default.

14 years agost/xorg/dri: Pass texture formats via the DRI2 protocol flags.
Michel Dänzer [Thu, 27 Aug 2009 18:17:53 +0000 (20:17 +0200)]
st/xorg/dri: Pass texture formats via the DRI2 protocol flags.

No need to guess.

14 years agor300: Cleanup reported native program limits
Nicolai Hähnle [Thu, 27 Aug 2009 15:51:12 +0000 (17:51 +0200)]
r300: Cleanup reported native program limits

The fragment program native limits are actually higher on R4xx
as reported by Alex Deucher, but using those requires some
bit-twiddling changes to program handling.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
14 years agor300: Debug messages are written to stderr, so fflush that
Nicolai Hähnle [Thu, 27 Aug 2009 15:12:22 +0000 (17:12 +0200)]
r300: Debug messages are written to stderr, so fflush that

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
14 years agoradeon/r200/r300: Fix swtcl prediction to work after primitie change.
Pauli Nieminen [Thu, 27 Aug 2009 11:21:13 +0000 (14:21 +0300)]
radeon/r200/r300: Fix swtcl prediction to work after primitie change.

Swtcl calls flush everytime primitive changes so prediction has to made again
after flushing.

14 years agomesa: direct program debug output to stderr instead of stdout
marvin24 [Thu, 27 Aug 2009 15:22:51 +0000 (09:22 -0600)]
mesa: direct program debug output to stderr instead of stdout

14 years agoMerge branch 'mesa_7_5_branch'
Brian Paul [Thu, 27 Aug 2009 15:14:09 +0000 (09:14 -0600)]
Merge branch 'mesa_7_5_branch'

14 years agogallium/util: added support for SRGB formats
Brian Paul [Thu, 27 Aug 2009 15:10:34 +0000 (09:10 -0600)]
gallium/util: added support for SRGB formats

Fixes glean/texture_srgb failure, bug #23449.

14 years agogallium/util: added cases for SRGB formats
Brian Paul [Thu, 27 Aug 2009 15:09:56 +0000 (09:09 -0600)]
gallium/util: added cases for SRGB formats

14 years agoprogs: EGL/X progs should link to libX11.
Chia-I Wu [Wed, 26 Aug 2009 04:44:02 +0000 (12:44 +0800)]
progs: EGL/X progs should link to libX11.

Since 5a459d58fca2b71cb77c39f98df8a81ce6298421, libEGL no longer links
to libX11.  Add the dependency to affected progs and cleanup
prog/egl/Makefile.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
14 years agomesa: move decls before code
Vinson Lee [Thu, 27 Aug 2009 13:40:37 +0000 (07:40 -0600)]
mesa: move decls before code

14 years agor300g: Correct scissor setting, subtract 1 from window's width and height
Cooper Yuan [Thu, 27 Aug 2009 09:46:59 +0000 (17:46 +0800)]
r300g: Correct scissor setting, subtract 1 from window's width and height

14 years agoradeon: fix scissor calcs.
Dave Airlie [Thu, 27 Aug 2009 05:36:35 +0000 (15:36 +1000)]
radeon: fix scissor calcs.

For non-FBOs we need to invert, for FBOs the scissors are non-inverted.

no matter what we need to clamp them to the buffer sizes.

14 years agoi965: Increase assmebly shader program parameter limits
Ian Romanick [Thu, 27 Aug 2009 05:04:23 +0000 (22:04 -0700)]
i965: Increase assmebly shader program parameter limits

Increase the number of native program parameters to the same values
exposed by GLSL.

14 years agoARB prog: Change handling of program parameter limits
Ian Romanick [Mon, 24 Aug 2009 19:54:48 +0000 (12:54 -0700)]
ARB prog: Change handling of program parameter limits

Several changes are made to program parameter limits.  Several of the
non-NATIVE limits are set higher.  All of the NATIVE limits are set to
zero in the core Mesa code.  Each driver must set the actual value in
its context creation routine.  If the NATIVE value remains zero, this
indicates that hardware shaders may not be supported.

Each of the preceeding changes matches the bahavior of Apple's shader
assembler, so it seems safe.

Finally, we limit the value of MaxEnvParams to be no greater than
MaxNativeAttribs.  At least one case has been found where an
application does the wrong thing if MaxNativeAttribs < MaxEnvParams.

See also bugzilla #23490.

14 years agoradeon: fix max indx/vertex emission due to state checker
Dave Airlie [Fri, 24 Jul 2009 01:46:20 +0000 (11:46 +1000)]
radeon: fix max indx/vertex emission due to state checker

14 years agomesa: gitignore
Younes Manton [Thu, 27 Aug 2009 00:13:11 +0000 (20:13 -0400)]
mesa: gitignore

14 years agonv04: Handle more Z formats.
Younes Manton [Thu, 27 Aug 2009 00:07:51 +0000 (20:07 -0400)]
nv04: Handle more Z formats.

Based on the patch from Luo Jinghua.

14 years agor300/compiler: Fix vertex program MAD emit
Nicolai Hähnle [Wed, 26 Aug 2009 21:31:37 +0000 (23:31 +0200)]
r300/compiler: Fix vertex program MAD emit

Only use the macro variant of MAD when absolutely necessary.
Apparently it cannot deal with relative addressing.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
14 years agor300/compiler: Fix bug in rc_find_free_temporary
Nicolai Hähnle [Wed, 26 Aug 2009 20:53:24 +0000 (22:53 +0200)]
r300/compiler: Fix bug in rc_find_free_temporary

Find used temporaries even if they are only written to in dead code.
This fixes a bug in the NQSSADCE stage.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
14 years agoegl: Remove Xdpy from EGLDisplay.
Chia-I Wu [Wed, 26 Aug 2009 08:06:39 +0000 (16:06 +0800)]
egl: Remove Xdpy from EGLDisplay.

It is not used anymore.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
14 years agoegl_glx: Make fbconfigs and visuals per display.
Chia-I Wu [Wed, 26 Aug 2009 06:45:17 +0000 (14:45 +0800)]
egl_glx: Make fbconfigs and visuals per display.

This is to allow a driver to drive multiple displays.  Remove the use of
_EGL_PLATFORM_X and obsolete code along the way.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
14 years agoegl_softpipe: Make winsys and pipe screen per display.
Chia-I Wu [Wed, 26 Aug 2009 07:42:35 +0000 (15:42 +0800)]
egl_softpipe: Make winsys and pipe screen per display.

This is to allow a driver to drive multiple displays.  Remove the use of
_EGL_PLATFORM_X along the way.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
14 years agoEGL_i915: Make struct drm_device per display.
Chia-I Wu [Wed, 26 Aug 2009 08:39:29 +0000 (16:39 +0800)]
EGL_i915: Make struct drm_device per display.

This is to allow a driver to drive multiple displays.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
14 years agoMerge branch 'fix_r300_swtcl' into push_master
Pauli Nieminen [Wed, 26 Aug 2009 21:08:30 +0000 (00:08 +0300)]
Merge branch 'fix_r300_swtcl' into push_master

14 years agoradeon: Fix loop en condition so debug output doesn't flood meaningless values.
Pauli Nieminen [Wed, 26 Aug 2009 21:07:05 +0000 (00:07 +0300)]
radeon: Fix loop en condition so debug output doesn't flood meaningless values.

14 years agoradeon: Make RADEON_CMDBUF more fine grained.
Pauli Nieminen [Wed, 26 Aug 2009 21:05:57 +0000 (00:05 +0300)]
radeon: Make RADEON_CMDBUF more fine grained.

14 years agoradeon/r200/r300: Fix swtcl flushing not to invalidate dma region.
Pauli Nieminen [Wed, 26 Aug 2009 19:24:25 +0000 (22:24 +0300)]
radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.

We were check command buffer sizes too alte so allocated dma regions
were freed before relocations so space checking failed.

14 years agoMerge branch 'mesa_7_5_branch'
Brian Paul [Wed, 26 Aug 2009 20:49:15 +0000 (14:49 -0600)]
Merge branch 'mesa_7_5_branch'

14 years agoi965: init the tex_units_used field
Brian Paul [Wed, 26 Aug 2009 20:47:50 +0000 (14:47 -0600)]
i965: init the tex_units_used field

14 years agoi965: fix incorrect tex unit in emit_tex() and emit_txb()
Brian Paul [Wed, 26 Aug 2009 20:46:58 +0000 (14:46 -0600)]
i965: fix incorrect tex unit in emit_tex() and emit_txb()

The instructions we're translating already went through the brw_wm_pass_fp()
function which does the sampler->texture unit mapping.  We were applying
the sample->unit mapping a second time in the GLSL texture emitters.
Often, this made no difference but other times it could lead to accessing
an invalid texture and could cause a GPU lockup.

14 years agoi965: clean-up tex target switches
Brian Paul [Wed, 26 Aug 2009 20:43:45 +0000 (14:43 -0600)]
i965: clean-up tex target switches

14 years agoglsl: asst. clean-ups in set_program_uniform()
Brian Paul [Wed, 26 Aug 2009 20:35:45 +0000 (14:35 -0600)]
glsl: asst. clean-ups in set_program_uniform()

Remove redunant type check for samplers (assert instead).
Move some local vars.  Update comments.

14 years agoglsl: signal that the program needs to be re-translated when samplers change
Brian Paul [Wed, 26 Aug 2009 20:29:50 +0000 (14:29 -0600)]
glsl: signal that the program needs to be re-translated when samplers change

14 years agoprogs/glsl: asst. changes in shtest.c
Brian Paul [Wed, 26 Aug 2009 18:16:07 +0000 (12:16 -0600)]
progs/glsl: asst. changes in shtest.c

14 years agoi965: added texture unit sanity check
Brian Paul [Wed, 26 Aug 2009 18:07:52 +0000 (12:07 -0600)]
i965: added texture unit sanity check

Check that all the textures needed by the current fragment program
actually exist and are valid.

14 years agoi965: keep track of which texture units the fragment shader accesses
Brian Paul [Wed, 26 Aug 2009 18:07:03 +0000 (12:07 -0600)]
i965: keep track of which texture units the fragment shader accesses

We'll use this for debug/sanity checking.

14 years agodocs: document sampler array bug fix
Brian Paul [Wed, 26 Aug 2009 18:04:35 +0000 (12:04 -0600)]
docs: document sampler array bug fix

14 years agoi965: clean up texture target switches
Brian Paul [Wed, 26 Aug 2009 17:05:04 +0000 (11:05 -0600)]
i965: clean up texture target switches

14 years agomesa: var renaming, new assertion
Brian Paul [Wed, 26 Aug 2009 16:58:06 +0000 (10:58 -0600)]
mesa: var renaming, new assertion

14 years agomesa: additional instruction field size assertions
Brian Paul [Wed, 26 Aug 2009 16:57:18 +0000 (10:57 -0600)]
mesa: additional instruction field size assertions

14 years agoMerge branch 'mesa_7_5_branch'
Brian Paul [Wed, 26 Aug 2009 18:01:23 +0000 (12:01 -0600)]
Merge branch 'mesa_7_5_branch'

14 years agoprogs/glsl: handle window resizes in texaaline.c
Brian Paul [Wed, 26 Aug 2009 17:56:19 +0000 (11:56 -0600)]
progs/glsl: handle window resizes in texaaline.c

14 years agoprogs/glsl: add special Makefile rule for samplers_array
Brian Paul [Wed, 26 Aug 2009 17:55:15 +0000 (11:55 -0600)]
progs/glsl: add special Makefile rule for samplers_array

14 years agoprogs/glsl: change samplers.c to better test sampler/texture indexing
Brian Paul [Wed, 26 Aug 2009 17:53:25 +0000 (11:53 -0600)]
progs/glsl: change samplers.c to better test sampler/texture indexing

Now the left half is yellow and the right half is red, with the gradients
going in opposite directions.

14 years agoglsl: fix bug in sampler array indexing
Brian Paul [Wed, 26 Aug 2009 17:39:24 +0000 (11:39 -0600)]
glsl: fix bug in sampler array indexing

Need to add the 'offset' parameter when indexing the parameter array.
Before, if we were setting arrays of samplers, we were actually only
setting the 0th sampler's value.

Because of how progs/glsl/samplers.c is constructed, this wasn't showing
up as a failure in the samplers_array output.

14 years agor600: fix two sided stencil
Alex Deucher [Wed, 26 Aug 2009 17:33:06 +0000 (13:33 -0400)]
r600: fix two sided stencil

14 years agor600: add missing radeon_cs_space_set_flush call
Alex Deucher [Wed, 26 Aug 2009 17:08:49 +0000 (13:08 -0400)]
r600: add missing radeon_cs_space_set_flush call

fixes crash in etracer reported by kdekorte on IRC

14 years agost/xorg: create basic vertex shader
Zack Rusin [Wed, 26 Aug 2009 16:50:14 +0000 (12:50 -0400)]
st/xorg: create basic vertex shader

14 years agost/xorg: create basic fragment shader
Zack Rusin [Wed, 26 Aug 2009 16:14:27 +0000 (12:14 -0400)]
st/xorg: create basic fragment shader

14 years agor600: make reloc_chunk size dynamic
Alex Deucher [Wed, 26 Aug 2009 16:17:44 +0000 (12:17 -0400)]
r600: make reloc_chunk size dynamic

14 years agor600: fix memory leak
Alex Deucher [Wed, 26 Aug 2009 15:09:59 +0000 (11:09 -0400)]
r600: fix memory leak

14 years agor300: r4xx and rs4xx also have lte discard regs
Alex Deucher [Wed, 26 Aug 2009 14:53:30 +0000 (10:53 -0400)]
r300: r4xx and rs4xx also have lte discard regs

14 years agost/dri: Add some debug code
Jakob Bornecrantz [Wed, 26 Aug 2009 12:30:54 +0000 (14:30 +0200)]
st/dri: Add some debug code

14 years agost/xorg: Temporary fix for none stencil visuals
Jakob Bornecrantz [Wed, 26 Aug 2009 12:27:50 +0000 (14:27 +0200)]
st/xorg: Temporary fix for none stencil visuals

Should be replaced with something looking at the proper
glx visual for the buffers.

14 years agost/xorg: Find out correct type for depth stencil buffers
Jakob Bornecrantz [Wed, 26 Aug 2009 11:45:31 +0000 (13:45 +0200)]
st/xorg: Find out correct type for depth stencil buffers

14 years agost/dri: Redo config generation
Jakob Bornecrantz [Wed, 26 Aug 2009 10:26:14 +0000 (12:26 +0200)]
st/dri: Redo config generation

14 years agost/xorg: Add support for dirty framebuffer region reporting.
Michel Dänzer [Wed, 26 Aug 2009 11:18:37 +0000 (13:18 +0200)]
st/xorg: Add support for dirty framebuffer region reporting.

Add a BlockHandler which flushes the context and reports the dirty region
gathered using the X server damage layer.

In the interim, with dirty region reporting only allocate textures for the
framebuffer and shared pixmaps (e.g. DRI2 buffers) and fall back to software
for other pixmaps. This will be improved in the future.

14 years agor600: Update vertex fetch shader if necessary
Cooper Yuan [Wed, 26 Aug 2009 08:21:10 +0000 (16:21 +0800)]
r600: Update vertex fetch shader if necessary

14 years agost/dri: make the GL_ARB_map_buffer_range entrypoints available
Ben Skeggs [Wed, 26 Aug 2009 06:17:37 +0000 (16:17 +1000)]
st/dri: make the GL_ARB_map_buffer_range entrypoints available

14 years agoradeon/r100/r200: actually init the OQ support properly
Dave Airlie [Wed, 26 Aug 2009 04:16:54 +0000 (14:16 +1000)]
radeon/r100/r200: actually init the OQ support properly

14 years agoradeon/r200: OQ support for r200 in theory.
Dave Airlie [Wed, 26 Aug 2009 04:03:48 +0000 (14:03 +1000)]
radeon/r200: OQ support for r200 in theory.

this is an untested port of the r100 OQ code

14 years agoradeon: add r100 OQ support with kms.
Dave Airlie [Wed, 26 Aug 2009 03:56:45 +0000 (13:56 +1000)]
radeon: add r100 OQ support with kms.

This adds OQ support for the r100 chipsets, it requires
KMS unless someone wants to make a kernel patch to add support
for OQ regs.

14 years agoprogs/glsl: call ValidateShaderProgram()
Brian Paul [Tue, 25 Aug 2009 23:45:50 +0000 (17:45 -0600)]
progs/glsl: call ValidateShaderProgram()

14 years agomesa: validate shader before drawing (for debugging, disabled)
Brian Paul [Tue, 25 Aug 2009 23:43:54 +0000 (17:43 -0600)]
mesa: validate shader before drawing (for debugging, disabled)

14 years agoglsl: update a texture/sampler comment
Brian Paul [Tue, 25 Aug 2009 23:43:16 +0000 (17:43 -0600)]
glsl: update a texture/sampler comment

14 years agoglsl: implement shader sampler validation
Brian Paul [Tue, 25 Aug 2009 23:42:47 +0000 (17:42 -0600)]
glsl: implement shader sampler validation

Shader validation should fail if there are two samplers of different types
which reference the same texture unit.  For example, if a cubemap sampler
and a 2D sampler both reference texture unit 0, that's invalid.

14 years agomesa: use gl_texture_index type for gl_program::SamplerTargets
Brian Paul [Tue, 25 Aug 2009 23:37:38 +0000 (17:37 -0600)]
mesa: use gl_texture_index type for gl_program::SamplerTargets

14 years agoprogs/util: added ValidateShaderProgram() to shaderutil.c
Brian Paul [Tue, 25 Aug 2009 23:36:28 +0000 (17:36 -0600)]
progs/util: added ValidateShaderProgram() to shaderutil.c

14 years agoi965: add some texture unit/target assertions
Brian Paul [Tue, 25 Aug 2009 22:12:46 +0000 (16:12 -0600)]
i965: add some texture unit/target assertions

14 years agomesa: print some program fields in binary too
Brian Paul [Tue, 25 Aug 2009 22:11:39 +0000 (16:11 -0600)]
mesa: print some program fields in binary too

14 years agor200: Add scissor to state atom list.
Pauli Nieminen [Tue, 25 Aug 2009 22:43:27 +0000 (01:43 +0300)]
r200: Add scissor to state atom list.

Scissors are jsut one of states that we have to emit so it should be in state list

14 years agoradeon/r600: Fix remaining warnings when building 64 bit binary.
Pauli Nieminen [Tue, 25 Aug 2009 18:46:32 +0000 (21:46 +0300)]
radeon/r600: Fix remaining warnings when building 64 bit binary.

14 years agor200: Addd missing parameter to debug output.
Pauli Nieminen [Tue, 25 Aug 2009 18:39:39 +0000 (21:39 +0300)]
r200: Addd missing parameter to debug output.

14 years agor200: Fix commit size prediction.
Pauli Nieminen [Tue, 25 Aug 2009 18:36:19 +0000 (21:36 +0300)]
r200: Fix commit size prediction.

Scissor are emited for every primitive so fix that in prediction.

14 years agoxorg: insert shaders into the cache
Zack Rusin [Tue, 25 Aug 2009 18:22:26 +0000 (14:22 -0400)]
xorg: insert shaders into the cache

14 years agoexa: add basic code to cache vertex and fragment shaders
Zack Rusin [Tue, 25 Aug 2009 18:01:58 +0000 (14:01 -0400)]
exa: add basic code to cache vertex and fragment shaders

14 years agoexa: check whether the op is accelerated
Zack Rusin [Tue, 25 Aug 2009 17:22:20 +0000 (13:22 -0400)]
exa: check whether the op is accelerated

14 years agoradeon: Fix all compiler warnings.
Pauli Nieminen [Tue, 25 Aug 2009 16:28:00 +0000 (19:28 +0300)]
radeon: Fix all compiler warnings.

14 years agomesa: remove -I$(TOP)/src/gallium/drivers from sources.mak
Brian Paul [Tue, 25 Aug 2009 15:42:25 +0000 (09:42 -0600)]
mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak

Core Mesa and the state tracker do not depend on any gallium drivers.

14 years agoRevert "glapi: Fix a possible race in getting current context/dispatch."
Brian Paul [Tue, 25 Aug 2009 15:37:43 +0000 (09:37 -0600)]
Revert "glapi: Fix a possible race in getting current context/dispatch."

This reverts commit 17090cf3efb0db8fa01b502a9c0df27cbd1a67da.

We're reverting this because it causes ABI breakage with the X server.
Maybe re-attempt with another patch.

14 years agoxorg: revert bad merge
Zack Rusin [Tue, 25 Aug 2009 13:55:42 +0000 (09:55 -0400)]
xorg: revert bad merge

14 years agoAdd support for building the Xorg state tracker with scons.
Michel Dänzer [Tue, 25 Aug 2009 13:39:05 +0000 (15:39 +0200)]
Add support for building the Xorg state tracker with scons.

scons ... statetrackers=xorg

14 years agoRevert "glx: Make drawables persistent untill they are changed by glXMakeCurrent"
Pauli Nieminen [Tue, 25 Aug 2009 02:03:58 +0000 (05:03 +0300)]
Revert "glx: Make drawables persistent untill they are changed by glXMakeCurrent"

This commit was not mean to end in to master yet. It is still queston if this
right design to fix the problem.

This reverts commit 45e3be3c07f543f3f2869ba7750ba4695cd25122.

14 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_state_predict
Pauli Nieminen [Mon, 24 Aug 2009 23:36:13 +0000 (02:36 +0300)]
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_state_predict

14 years agor300: fix condition logic
Maciej Cencora [Mon, 24 Aug 2009 23:27:40 +0000 (01:27 +0200)]
r300: fix condition logic

The s3tc extensions are properly enabled now, when force_s3tc_enable option is set in driconf.

14 years agor300: set proper CS section size
Maciej Cencora [Mon, 24 Aug 2009 23:26:28 +0000 (01:26 +0200)]
r300: set proper CS section size