mesa.git
14 years agowinsys/drm: Handle circular dependencies in Makefile.egl.
Chia-I Wu [Wed, 10 Mar 2010 02:12:45 +0000 (10:12 +0800)]
winsys/drm: Handle circular dependencies in Makefile.egl.

The libraries have circular dependencies.  Use --start-group and
--end-group when producing the final shared libraries.

14 years agost/egl: Fix build errors in ximage backend after merge.
Chia-I Wu [Wed, 10 Mar 2010 01:48:33 +0000 (09:48 +0800)]
st/egl: Fix build errors in ximage backend after merge.

This fixes assorted merge conflicts when master is merged to
gallium-sw-api-2 in 0c96690a5b6e1c2d114e7ec5f1e9d60a4ff2a330.

14 years agonull: Add a null software winsys.
José Fonseca [Tue, 9 Mar 2010 19:47:30 +0000 (19:47 +0000)]
null: Add a null software winsys.

One where framebuffer data will be read via texture transfers.

Useful for e.g., python state tracker.

14 years agotarget-helpers: missing files
Keith Whitwell [Tue, 9 Mar 2010 19:15:28 +0000 (19:15 +0000)]
target-helpers: missing files

14 years agows/gdi: fix typo
Keith Whitwell [Tue, 9 Mar 2010 18:01:47 +0000 (18:01 +0000)]
ws/gdi: fix typo

14 years agogallium: create target for gdi libgl
Keith Whitwell [Tue, 9 Mar 2010 17:57:13 +0000 (17:57 +0000)]
gallium: create target for gdi libgl

14 years agows/xlib: no dependency on mesa state tracker
Keith Whitwell [Tue, 9 Mar 2010 17:55:19 +0000 (17:55 +0000)]
ws/xlib: no dependency on mesa state tracker

14 years agoegl/x11: use swrast-xlib helper
Keith Whitwell [Tue, 9 Mar 2010 17:31:50 +0000 (17:31 +0000)]
egl/x11: use swrast-xlib helper

14 years agogallium: create helper for swrast+xlib combination
Keith Whitwell [Tue, 9 Mar 2010 17:27:58 +0000 (17:27 +0000)]
gallium: create helper for swrast+xlib combination

Several targets may want to reuse this code.  It's pretty simple, not
sure if this is really a win.

14 years agoscons: Fix the libg-xlib Sconscript.
José Fonseca [Tue, 9 Mar 2010 17:08:36 +0000 (17:08 +0000)]
scons: Fix the libg-xlib Sconscript.

14 years agoscons: Always build the identity driver.
José Fonseca [Tue, 9 Mar 2010 17:08:16 +0000 (17:08 +0000)]
scons: Always build the identity driver.

14 years agotargets/libgl-xlib: add code to inject trace and identity layers
Keith Whitwell [Tue, 9 Mar 2010 15:58:45 +0000 (15:58 +0000)]
targets/libgl-xlib: add code to inject trace and identity layers

Finally we can inject layers for debug, trace and "other" with
relative ease between state-tracker and driver.

14 years agows/xlib: remove self-knowledge about users of xlib winsys
Keith Whitwell [Tue, 9 Mar 2010 15:25:42 +0000 (15:25 +0000)]
ws/xlib: remove self-knowledge about users of xlib winsys

Several software rasterizers can make use of this winsys, but there
isn't any reason why the winsys itself should know about them.

This change moves that information into the libgl-xlib target.

Need to fix up other targets making use of this winsys.

14 years agocell: fix up assorted compilation problems
Brian Paul [Tue, 9 Mar 2010 15:12:47 +0000 (08:12 -0700)]
cell: fix up assorted compilation problems

The driver is pretty much totally broken though.

14 years agogdi: Fixup llvmpipe gdi winsys too.
José Fonseca [Tue, 9 Mar 2010 15:12:19 +0000 (15:12 +0000)]
gdi: Fixup llvmpipe gdi winsys too.

14 years agoscons: Add new targets option.
José Fonseca [Tue, 9 Mar 2010 15:07:57 +0000 (15:07 +0000)]
scons: Add new targets option.

This will likely change. Most probably we'll just add an alias to indvidual
targets and use the regular scons targets arguments.

14 years agowinsys/gdi: get softpipe version compiling
Keith Whitwell [Tue, 9 Mar 2010 15:02:21 +0000 (15:02 +0000)]
winsys/gdi: get softpipe version compiling

14 years agosoftpipe: silence warning
Keith Whitwell [Tue, 9 Mar 2010 14:49:02 +0000 (14:49 +0000)]
softpipe: silence warning

14 years agows/gdi: missing file
Keith Whitwell [Tue, 9 Mar 2010 14:49:39 +0000 (14:49 +0000)]
ws/gdi: missing file

14 years agows/gdi: sketch of gdi changes
Keith Whitwell [Tue, 9 Mar 2010 14:32:44 +0000 (14:32 +0000)]
ws/gdi: sketch of gdi changes

14 years agocell: untwiddle surface contents in flush_frontbuffer()
Keith Whitwell [Tue, 9 Mar 2010 14:03:41 +0000 (14:03 +0000)]
cell: untwiddle surface contents in flush_frontbuffer()

Don't make the shared software winsys rely on internal knowledge about
the cell driver's texture twiddling.

This is just a sketch and hasn't even been compile tested.

14 years agocell: attempt conversion to sw_winsys
Keith Whitwell [Tue, 9 Mar 2010 12:31:20 +0000 (12:31 +0000)]
cell: attempt conversion to sw_winsys

14 years agows/xlib: remove USE_XSHM preprocessor macro
Keith Whitwell [Tue, 9 Mar 2010 11:48:57 +0000 (11:48 +0000)]
ws/xlib: remove USE_XSHM preprocessor macro

14 years agows/xlib: manage the GC internally
Keith Whitwell [Tue, 9 Mar 2010 11:39:40 +0000 (11:39 +0000)]
ws/xlib: manage the GC internally

No need for the user of this winsys to supply/manage the x11 gc for
us.

14 years agoMerge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell [Tue, 9 Mar 2010 11:02:37 +0000 (11:02 +0000)]
Merge commit 'origin/master' into gallium-sw-api-2

Conflicts:
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/softpipe/sp_texture.c
src/gallium/drivers/softpipe/sp_winsys.h
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/x11/native_x11.c
src/gallium/state_trackers/egl/x11/native_x11.h
src/gallium/state_trackers/egl/x11/native_ximage.c

14 years agoSquashed commit of gallium-no-texture-blanket
Keith Whitwell [Tue, 9 Mar 2010 10:54:13 +0000 (10:54 +0000)]
Squashed commit of gallium-no-texture-blanket

commit f90b3f01af82b9522067b1824e21709a6fb2d3af
Author: Keith Whitwell <keithw@vmware.com>
Date:   Mon Mar 8 14:39:44 2010 +0000

    gallium: remove p_screen::surface_buffer_create

    This isn't very useful without texture_blanket(), which has also been
    removed.

    Note that this function hasn't been removed from the old pipe_winsys
    (u_simple_screen) still used internally by some drivers (eg softpipe).

commit 6c462de39a4b9980a5f034a95e580efdfcb8173b
Author: Keith Whitwell <keithw@vmware.com>
Date:   Mon Mar 8 14:27:40 2010 +0000

    egl/x11: disable texture_blanket usage

commit b42da9160df9f47224e5b3291b972f41767aa6e5
Merge: 4be2436 3ca9336
Author: Keith Whitwell <keithw@vmware.com>
Date:   Mon Mar 8 14:27:24 2010 +0000

    Merge commit 'origin/master' into gallium-no-texture-blanket

    Conflicts:
     src/gallium/drivers/svga/svga_screen_texture.c

commit 4be2436316929e3dfc55bc34d810920c06556b66
Author: Keith Whitwell <keithw@vmware.com>
Date:   Thu Mar 4 14:59:26 2010 +0000

    gallium: remove texture blanket call

    No longer needed, except for nouveau and egl/xll/native_ximage.c.

    Fix for nouveau is to keep the call, but move it to an internal
    function within nouveau.

    Fix for that egl/x11 relies on gallium-sw-api branch or its successor.

commit 69b6764330367d63c237d0bde9fb96435d0e0257
Author: Keith Whitwell <keithw@vmware.com>
Date:   Thu Mar 4 13:35:16 2010 +0000

    drm_api: wrap comment

14 years agost/egl: Use xlib_sw_winsys in ximage backend.
Chia-I Wu [Mon, 8 Mar 2010 02:09:43 +0000 (10:09 +0800)]
st/egl: Use xlib_sw_winsys in ximage backend.

14 years agowinsys/xlib: Fix a segfault when USE_XSHM is not defined.
Chia-I Wu [Tue, 9 Mar 2010 04:36:34 +0000 (12:36 +0800)]
winsys/xlib: Fix a segfault when USE_XSHM is not defined.

14 years agor300g: remove hacks from translate_vertex_data_swizzle
Marek Olšák [Tue, 9 Mar 2010 01:10:36 +0000 (02:10 +0100)]
r300g: remove hacks from translate_vertex_data_swizzle

The first part of the fix of BGRA vertex colors.

14 years agodraw: quads never provoke the first vertex
Marek Olšák [Tue, 9 Mar 2010 03:40:55 +0000 (04:40 +0100)]
draw: quads never provoke the first vertex

14 years agosoftpipe: quads never provoke the first vertex
Marek Olšák [Sun, 7 Mar 2010 03:56:06 +0000 (04:56 +0100)]
softpipe: quads never provoke the first vertex

14 years agollvmpipe: quads never provoke the first vertex
Marek Olšák [Sun, 7 Mar 2010 03:54:43 +0000 (04:54 +0100)]
llvmpipe: quads never provoke the first vertex

14 years agomesa/st: Gallium quads, by spec, never change provoking vertex.
Corbin Simpson [Wed, 10 Feb 2010 18:39:18 +0000 (10:39 -0800)]
mesa/st: Gallium quads, by spec, never change provoking vertex.

Fixes glean/clipFlat for r300g.

14 years agost/egl: Fix KMS build error after winsys handle change.
Chia-I Wu [Tue, 9 Mar 2010 03:32:17 +0000 (11:32 +0800)]
st/egl: Fix KMS build error after winsys handle change.

14 years agogallium: update some comments, remove others which are superfluous
Brian Paul [Mon, 8 Mar 2010 23:20:16 +0000 (16:20 -0700)]
gallium: update some comments, remove others which are superfluous

14 years agovega: remove redundant DEFINES from .c.o rule
Brian Paul [Mon, 8 Mar 2010 23:19:15 +0000 (16:19 -0700)]
vega: remove redundant DEFINES from .c.o rule

14 years agollvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul [Mon, 8 Mar 2010 22:19:13 +0000 (15:19 -0700)]
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels

Change the texture data_ptr from just a single image pointer to an
array of image pointers, indexed by mipmap level.
We'll use this for mipmap filtering.
For now, the mipmap level is hard-coded to zero.

14 years agonv: define NV30/40/50_MAX_TEXTURE_LEVELS
Brian Paul [Mon, 8 Mar 2010 21:02:38 +0000 (14:02 -0700)]
nv: define NV30/40/50_MAX_TEXTURE_LEVELS

14 years agor300g: define R300_MAX_TEXTURE_LEVELS
Brian Paul [Mon, 8 Mar 2010 21:01:30 +0000 (14:01 -0700)]
r300g: define R300_MAX_TEXTURE_LEVELS

14 years agosvga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/
Brian Paul [Mon, 8 Mar 2010 21:00:20 +0000 (14:00 -0700)]
svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/

14 years agoi915g: define I915_MAX_TEXTURE_2D/3D_LEVELS
Brian Paul [Mon, 8 Mar 2010 20:59:39 +0000 (13:59 -0700)]
i915g: define I915_MAX_TEXTURE_2D/3D_LEVELS

14 years agoi965g: define BRW_MAX_TEXTURE_2D/3D_LEVELS
Brian Paul [Mon, 8 Mar 2010 20:57:14 +0000 (13:57 -0700)]
i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELS

14 years agosoftpipe: define SP_MAX_TEXTURE_2D/3D_LEVELS
Brian Paul [Mon, 8 Mar 2010 20:56:44 +0000 (13:56 -0700)]
softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELS

14 years agollvmpipe: define max texture levels
Brian Paul [Mon, 8 Mar 2010 20:36:34 +0000 (13:36 -0700)]
llvmpipe: define max texture levels

14 years agollvmpipe: rewrap for 80 columns
Brian Paul [Mon, 8 Mar 2010 20:25:28 +0000 (13:25 -0700)]
llvmpipe: rewrap for 80 columns

14 years agoi965: Fix up the handling of point sprite coordinate replacement.
Eric Anholt [Mon, 8 Mar 2010 20:12:31 +0000 (12:12 -0800)]
i965: Fix up the handling of point sprite coordinate replacement.

The code was walking over the regs of pairs of attributes and checking
whether the attribute with a given reg index had point sprite enabled.
So the point sprite setup code was rarely even getting executed.
Instead, we need to determine which channels of a reg need point
sprite coordinate replacement.  In addition, it was multiplying the
attribute by 1/w, when it's supposed to cover (0, 1) in each direction
regardless of w, and it wasn't filling in the Z and W components of
the texcoord as specified.

Fixes piglit point-sprite and the spriteblast demo.  Bug #24431, #22245.

14 years agogallivm: fix a crash by making sure we set the has_mask flag correctly
Zack Rusin [Mon, 8 Mar 2010 20:04:04 +0000 (15:04 -0500)]
gallivm: fix a crash by making sure we set the has_mask flag correctly

14 years agoxdemos/omlsync: improve OML WaitMsc test
Jesse Barnes [Mon, 8 Mar 2010 19:30:26 +0000 (11:30 -0800)]
xdemos/omlsync: improve OML WaitMsc test

Use the divisor/remainder for the WaitForMscOML call if a wait_interval
is passed.  Allows for testing of the WaitMSC paths in the server & DDX.

14 years agogallium: remove xlib_driver::display_surface
Keith Whitwell [Mon, 8 Mar 2010 19:23:10 +0000 (19:23 +0000)]
gallium: remove xlib_driver::display_surface

Just use flush_frontbuffer directly.  The flush_frontbuffer routine has
been somewhat devalued recently, but it is actually just the right
interface for our needs.

It is in pipe_screen, meaning that any wrapping (eg trace module)
will get properly unwrapped before we try and use the pipe_surface
argument for real.

If a particular co-state-tracker needs to implement this itself, it
should organize a way to allow the winsys to call back up to its
level, rather than hijacking the driver-supplied implementation.

14 years agogallium: make it work
Keith Whitwell [Mon, 8 Mar 2010 19:21:27 +0000 (19:21 +0000)]
gallium: make it work

14 years agogallium: introduce target directory
Keith Whitwell [Mon, 8 Mar 2010 19:11:35 +0000 (19:11 +0000)]
gallium: introduce target directory

Currently there are still at least two functions bundled up inside the
winsys concept:

a) that of a backend resource manager, sometimes capable of performing
   present() operations,

b) the initialization code/routine for the whole driver stack.

The inclusion of (b) makes it difficult to share implementations of
(a) between different drivers.  For instance, a clean xlib winsys
could be of use for software-rasterized VG, GLES, EGL, etc, stacks.
But that is only true as long as there is no dependency from the
winsys to higher level code, as would be the case when we include (b)
in this component.

This change creates a new gallium/targets subtree, specifically for
implementing the glue needed to build individual driver stacks, and
moves that code out of a single example winsys, namely xlib.

Other drivers continue to build unchanged, but hopefully can migrate
to this structure over time.

14 years agoMerge branch '7.8'
Brian Paul [Mon, 8 Mar 2010 18:43:20 +0000 (11:43 -0700)]
Merge branch '7.8'

14 years agosoftpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()
Brian Paul [Mon, 8 Mar 2010 18:34:55 +0000 (11:34 -0700)]
softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()

Before, we only cleared the flags for the active tiles (the ones inside
the framebuffer bound).  The problem is if we later bound a different,
larger surface to the tile cache we'd have some stale clear-flags still
set (and mistakenly clear some tiles in the new surface).

Fixes fd.o bug 26932.

14 years agost/mesa: don't detach renderbuffer, surface in st_finish_render_texture()
Brian Paul [Mon, 8 Mar 2010 18:31:23 +0000 (11:31 -0700)]
st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()

There's no reason to release the renderbuffer from the framebuffer object
or release the gallium surface in this function (they're reference counted).
In fact, we don't want to do this because we may later use the texture as a
pixel source (ex: glBlitFramebuffer) and need the surface.

Fixes fd.o bug 26923 and is part of the fix for bug 26932.

14 years agor600: enable GL_ARB_pixel_buffer_object
Alex Deucher [Mon, 8 Mar 2010 16:59:02 +0000 (11:59 -0500)]
r600: enable GL_ARB_pixel_buffer_object

14 years agomesa: add additional missing z formats for render to texture
Brian Paul [Mon, 8 Mar 2010 16:58:54 +0000 (09:58 -0700)]
mesa: add additional missing z formats for render to texture

Allow render to texture for X8_Z24 and Z24_X8 formats.
Replace big if/else with switch, etc.

14 years agoradeon/r200/r600: allow src and dst BOs to be placed in GTT during blit
Alex Deucher [Mon, 8 Mar 2010 15:13:49 +0000 (10:13 -0500)]
radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit

14 years agoradeon/r200/r600: reset bos when validating buffers during blit
Alex Deucher [Mon, 8 Mar 2010 15:04:02 +0000 (10:04 -0500)]
radeon/r200/r600: reset bos when validating buffers during blit

14 years agor600: recalculate point size, if point min/max size changes
Alex Deucher [Mon, 8 Mar 2010 15:00:59 +0000 (10:00 -0500)]
r600: recalculate point size, if point min/max size changes

14 years agor600: no need to flush on context init
Alex Deucher [Mon, 8 Mar 2010 14:57:26 +0000 (09:57 -0500)]
r600: no need to flush on context init

14 years agor300: don't enable EXT_packed_depth_stencil
Maciej Cencora [Sat, 13 Feb 2010 23:02:05 +0000 (00:02 +0100)]
r300: don't enable EXT_packed_depth_stencil

R300 hw doesn't support sampling from Z24_S8 or S8_Z24 formats.

14 years agoradeon: no need to emit full state twice after flush
Maciej Cencora [Sat, 16 Jan 2010 14:11:37 +0000 (15:11 +0100)]
radeon: no need to emit full state twice after flush

14 years agor300: allow src and dst BOs to be placed in GTT during blit
Maciej Cencora [Thu, 4 Mar 2010 17:35:55 +0000 (18:35 +0100)]
r300: allow src and dst BOs to be placed in GTT during blit

Fixes some relocation failures

14 years agor300: reset bos when validating buffers during blit
Maciej Cencora [Sat, 6 Feb 2010 17:25:36 +0000 (18:25 +0100)]
r300: reset bos when validating buffers during blit

14 years agoradeon: fallback to software in glCopyTexImage if blit isn't available
Maciej Cencora [Sat, 6 Feb 2010 18:37:23 +0000 (19:37 +0100)]
radeon: fallback to software in glCopyTexImage if blit isn't available

14 years agows/xlib: remove dead files
Keith Whitwell [Mon, 8 Mar 2010 16:48:45 +0000 (16:48 +0000)]
ws/xlib: remove dead files

14 years agor300: VAP flush is needed only when vertex program or constants are changed
Maciej Cencora [Sun, 7 Mar 2010 11:02:28 +0000 (12:02 +0100)]
r300: VAP flush is needed only when vertex program or constants are changed

14 years agows/xlib: fixup softpipe build
Keith Whitwell [Mon, 8 Mar 2010 16:48:39 +0000 (16:48 +0000)]
ws/xlib: fixup softpipe build

14 years agor300: recalculate point size, if point min/max size changes
Maciej Cencora [Sat, 6 Mar 2010 12:39:13 +0000 (13:39 +0100)]
r300: recalculate point size, if point min/max size changes

Fixes two wine d3d9 unit tests

14 years agor300: no need to flush on context init
Maciej Cencora [Sat, 6 Mar 2010 12:18:11 +0000 (13:18 +0100)]
r300: no need to flush on context init

14 years agor300: remove unnecessary code
Maciej Cencora [Sat, 6 Mar 2010 12:09:47 +0000 (13:09 +0100)]
r300: remove unnecessary code

_tnl_UpdateFixedFunctionProgram is already called in r300_draw.c

14 years agomesa: add render-to-texture case for MESA_FORMAT_S8_Z24
Brian Paul [Mon, 8 Mar 2010 16:38:07 +0000 (09:38 -0700)]
mesa: add render-to-texture case for MESA_FORMAT_S8_Z24

14 years agowinsys/xlib: remove dependency on glx/x11 state tracker
Keith Whitwell [Mon, 8 Mar 2010 16:20:09 +0000 (16:20 +0000)]
winsys/xlib: remove dependency on glx/x11 state tracker

Introduce xlib_drawable struct, pass this down to winsys instead of
having it use the internal data structures from glx/x11

14 years agows/xlib: remove redundant declarations
Keith Whitwell [Mon, 8 Mar 2010 15:35:51 +0000 (15:35 +0000)]
ws/xlib: remove redundant declarations

14 years agowinsys/xlib: sketch of cell support
Keith Whitwell [Mon, 8 Mar 2010 13:35:23 +0000 (13:35 +0000)]
winsys/xlib: sketch of cell support

14 years agomesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbuffer
Brian Paul [Mon, 8 Mar 2010 16:34:46 +0000 (09:34 -0700)]
mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbuffer

MESA_FORMAT_Z16 has no stencil bits.

14 years agoradeon/r200/r600: allow src and dst BOs to be placed in GTT during blit
Alex Deucher [Mon, 8 Mar 2010 15:13:49 +0000 (10:13 -0500)]
radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit

14 years agoradeon/r200/r600: reset bos when validating buffers during blit
Alex Deucher [Mon, 8 Mar 2010 15:04:02 +0000 (10:04 -0500)]
radeon/r200/r600: reset bos when validating buffers during blit

14 years agor600: recalculate point size, if point min/max size changes
Alex Deucher [Mon, 8 Mar 2010 15:00:59 +0000 (10:00 -0500)]
r600: recalculate point size, if point min/max size changes

14 years agor600: no need to flush on context init
Alex Deucher [Mon, 8 Mar 2010 14:57:26 +0000 (09:57 -0500)]
r600: no need to flush on context init

14 years agoMerge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell [Mon, 8 Mar 2010 12:03:46 +0000 (12:03 +0000)]
Merge commit 'origin/gallium-winsys-handle-rebased'

14 years agor300g: fix updating the tiling flags for the framebuffer state
Marek Olšák [Mon, 8 Mar 2010 03:38:16 +0000 (04:38 +0100)]
r300g: fix updating the tiling flags for the framebuffer state

14 years agor300g: remove unnecessary state emissions and clean up
Marek Olšák [Mon, 8 Mar 2010 03:31:03 +0000 (04:31 +0100)]
r300g: remove unnecessary state emissions and clean up

14 years agost/vega: Fix OpenVG demo segfaults.
Chia-I Wu [Wed, 3 Mar 2010 15:51:13 +0000 (23:51 +0800)]
st/vega: Fix OpenVG demo segfaults.

When the paint is color, paint_bind_samplers binds a dummy sampler
without a texture.  It causes demos requiring a sampler (those use a
mask or an image) to crash.

14 years agodri/nouveau: Split big client buffers in the indexed case too.
Francisco Jerez [Sun, 7 Mar 2010 18:12:27 +0000 (19:12 +0100)]
dri/nouveau: Split big client buffers in the indexed case too.

14 years agodri/nouveau: Fix nv[12]x color sum.
Francisco Jerez [Sun, 7 Mar 2010 17:40:21 +0000 (18:40 +0100)]
dri/nouveau: Fix nv[12]x color sum.

14 years agodri/nv04: GL_EXT_secondary_color
Andrew Randrianasulu [Sun, 7 Mar 2010 01:09:21 +0000 (01:09 +0000)]
dri/nv04: GL_EXT_secondary_color

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
14 years agodri/nouveau: Trivially add GL_NV_blend_square
Andrew Randrianasulu [Tue, 2 Mar 2010 01:29:14 +0000 (01:29 +0000)]
dri/nouveau: Trivially add GL_NV_blend_square

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
14 years agodri/nouveau: Check _ColorDrawBuffers[0] before emitting fb state.
Francisco Jerez [Sun, 7 Mar 2010 13:20:31 +0000 (14:20 +0100)]
dri/nouveau: Check _ColorDrawBuffers[0] before emitting fb state.

14 years agoradeon: handle compressed sRGB texture formats
Maciej Cencora [Sun, 7 Mar 2010 14:00:29 +0000 (15:00 +0100)]
radeon: handle compressed sRGB texture formats

14 years agor300g: fix DRM errors
Marek Olšák [Tue, 23 Feb 2010 00:14:44 +0000 (01:14 +0100)]
r300g: fix DRM errors

14 years agor300g: disable macrotiling when the texture height is smaller than a macrotile
Marek Olšák [Fri, 19 Feb 2010 02:02:34 +0000 (03:02 +0100)]
r300g: disable macrotiling when the texture height is smaller than a macrotile

Otherwise incorrect rendering occurs (no idea why).

14 years agor300g: enable micro- and macrotiling for all textures and renderbuffers
Marek Olšák [Sun, 14 Feb 2010 03:57:09 +0000 (04:57 +0100)]
r300g: enable micro- and macrotiling for all textures and renderbuffers

14 years agor300g: add ability to tile/detile textures using blit during transfers
Marek Olšák [Sun, 14 Feb 2010 02:19:01 +0000 (03:19 +0100)]
r300g: add ability to tile/detile textures using blit during transfers

14 years agor300g: move r300_transfer to separate files
Marek Olšák [Sat, 6 Feb 2010 02:11:50 +0000 (03:11 +0100)]
r300g: move r300_transfer to separate files

14 years agoradeon: move glGetTexImage handlers to seperate file
Maciej Cencora [Sun, 17 Jan 2010 11:47:46 +0000 (12:47 +0100)]
radeon: move glGetTexImage handlers to seperate file

14 years agoradeon: Some possible improvements that I spoted in radeon_tiled_texture branch.
Maciej Cencora [Sun, 7 Mar 2010 11:15:25 +0000 (12:15 +0100)]
radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.

14 years agoradeon: properly calculate rowstride for tiled images
Maciej Cencora [Sun, 7 Mar 2010 11:09:43 +0000 (12:09 +0100)]
radeon: properly calculate rowstride for tiled images

14 years agoradeon: minor refactoring of mipmap code
Maciej Cencora [Sat, 16 Jan 2010 22:11:36 +0000 (23:11 +0100)]
radeon: minor refactoring of mipmap code

14 years agoradeon: add texture helper function
Maciej Cencora [Sat, 9 Jan 2010 19:36:47 +0000 (20:36 +0100)]
radeon: add texture helper function