mesa.git
16 years agogallium: updated comment in xm_flush_frontbuffer()
Brian Paul [Fri, 25 Apr 2008 23:50:48 +0000 (17:50 -0600)]
gallium: updated comment in xm_flush_frontbuffer()

16 years agogallium: test for new PIPE_ARCH_X86
Brian Paul [Fri, 25 Apr 2008 22:50:56 +0000 (16:50 -0600)]
gallium: test for new PIPE_ARCH_X86

16 years agogallium: flush pipe before updating bitmap texture
Brian Paul [Tue, 29 Apr 2008 23:29:33 +0000 (17:29 -0600)]
gallium: flush pipe before updating bitmap texture

Fixes duplicated text bug in progs/tests/texwrap.c

16 years agosilence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’ types
Zack Rusin [Tue, 29 Apr 2008 21:21:10 +0000 (17:21 -0400)]
silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’ types

16 years agodisable GL_TEXTURE_1D at end of frame to fix failed assertion
Brian Paul [Tue, 29 Apr 2008 21:03:06 +0000 (15:03 -0600)]
disable GL_TEXTURE_1D at end of frame to fix failed assertion

16 years agogallium: declare pipe_format enum to silence warnings
Brian Paul [Tue, 29 Apr 2008 20:39:42 +0000 (14:39 -0600)]
gallium: declare pipe_format enum to silence warnings

16 years agogallium: add pack for _FLOAT formats to pack_ub
Keith Whitwell [Tue, 29 Apr 2008 20:30:31 +0000 (21:30 +0100)]
gallium: add pack for _FLOAT formats to pack_ub

16 years agogallium: fix pack for A1R5B5G5
Keith Whitwell [Tue, 29 Apr 2008 20:30:04 +0000 (21:30 +0100)]
gallium: fix pack for A1R5B5G5

16 years agogallium: add pack for A4R4G4B4
Keith Whitwell [Tue, 29 Apr 2008 20:05:48 +0000 (21:05 +0100)]
gallium: add pack for A4R4G4B4

16 years agogallium: add pack for A1R5B5G5
Keith Whitwell [Tue, 29 Apr 2008 19:42:35 +0000 (20:42 +0100)]
gallium: add pack for A1R5B5G5

16 years agogallium: add debug_print_format() make it easier to print format error messages
Keith Whitwell [Tue, 29 Apr 2008 19:33:37 +0000 (20:33 +0100)]
gallium: add debug_print_format() make it easier to print format error messages

16 years agogallium: added some assertions to be sure the blit's surface formats are suitable
Brian Paul [Tue, 29 Apr 2008 18:55:41 +0000 (12:55 -0600)]
gallium: added some assertions to be sure the blit's surface formats are suitable

16 years agogallium: added some assertions to st_render_texture() to check surface format
Brian Paul [Tue, 29 Apr 2008 18:54:52 +0000 (12:54 -0600)]
gallium: added some assertions to st_render_texture() to check surface format

Make sure we can really render to the texture surface given its format.

16 years agogallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()
Brian Paul [Tue, 29 Apr 2008 18:53:37 +0000 (12:53 -0600)]
gallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()

Also, make sure surfaces are suitable for blitting before calling util_blit_pixels().

16 years agomesa: added _mesa_scale_and_bias_depth_uint()
Brian Paul [Tue, 29 Apr 2008 18:51:06 +0000 (12:51 -0600)]
mesa: added _mesa_scale_and_bias_depth_uint()

16 years agogallium: add \n to error strings
Brian Paul [Mon, 28 Apr 2008 22:33:15 +0000 (16:33 -0600)]
gallium: add \n to error strings

16 years agogallium: fix error msg typo
Brian Paul [Mon, 28 Apr 2008 22:32:42 +0000 (16:32 -0600)]
gallium: fix error msg typo

16 years agogallium: set border color
Roland Scheidegger [Tue, 29 Apr 2008 15:54:38 +0000 (17:54 +0200)]
gallium: set border color

16 years agomesa: explicitly delete textures before creating new ones
Brian Paul [Mon, 28 Apr 2008 20:20:11 +0000 (14:20 -0600)]
mesa: explicitly delete textures before creating new ones

Also, call glutDestroyWindow() upon exit.

16 years agogallium: fix incorrect level param in copy_image_data_to_texture()
Brian Paul [Mon, 28 Apr 2008 20:04:19 +0000 (14:04 -0600)]
gallium: fix incorrect level param in copy_image_data_to_texture()

This fixes a weird conform test failure that depended on something that
happened several tests earlier.  This took waaaaaay too long to find/fix.

16 years agotgsi: make loop structure clearer, use x86_lea for increments
Keith Whitwell [Mon, 28 Apr 2008 17:50:31 +0000 (18:50 +0100)]
tgsi: make loop structure clearer, use x86_lea for increments

16 years agotsgi: add a makefile
Keith Whitwell [Mon, 28 Apr 2008 17:43:27 +0000 (18:43 +0100)]
tsgi: add a makefile

16 years agotranslate: squash warnings
Keith Whitwell [Fri, 25 Apr 2008 14:28:54 +0000 (15:28 +0100)]
translate: squash warnings

16 years agopb: remove unused variable, squash warning
Keith Whitwell [Fri, 25 Apr 2008 14:27:33 +0000 (15:27 +0100)]
pb: remove unused variable, squash warning

16 years agogallium: Set SSE_SWIZZLES to 0 by default.
Michal Krol [Mon, 28 Apr 2008 17:03:20 +0000 (19:03 +0200)]
gallium: Set SSE_SWIZZLES to 0 by default.

16 years agogallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol [Mon, 28 Apr 2008 16:50:27 +0000 (18:50 +0200)]
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.

Change SSE_SWIZZLES #define to 0 to disable it.

16 years agogallium: check for PIPE_FORMAT_X8Z24_UNORM format
Brian Paul [Mon, 28 Apr 2008 15:40:26 +0000 (09:40 -0600)]
gallium: check for PIPE_FORMAT_X8Z24_UNORM format

16 years agogallium: replace some code with a call to st_choose_format()
Brian Paul [Mon, 28 Apr 2008 15:39:48 +0000 (09:39 -0600)]
gallium: replace some code with a call to st_choose_format()

16 years agogallium: return enum pipe_format, not uint, for a few functions
Brian Paul [Mon, 28 Apr 2008 15:38:18 +0000 (09:38 -0600)]
gallium: return enum pipe_format, not uint, for a few functions

16 years agogallium: add cases for PIPE_FORMAT_X8Z24_UNORM
Brian Paul [Mon, 28 Apr 2008 15:33:20 +0000 (09:33 -0600)]
gallium: add cases for PIPE_FORMAT_X8Z24_UNORM

16 years agopipebuffer: Be extra cautious with the incoming buffers.
José Fonseca [Sun, 27 Apr 2008 12:19:34 +0000 (21:19 +0900)]
pipebuffer: Be extra cautious with the incoming buffers.

A common mistake is trying to fence user or malloc buffers. So don't let
the crash happen inside pipebuffer lib.

16 years agortasm: Implement x86_retw.
José Fonseca [Sun, 27 Apr 2008 12:09:45 +0000 (21:09 +0900)]
rtasm: Implement x86_retw.

16 years agogallium: fix broken SGT, SLE
Brian [Sat, 26 Apr 2008 01:25:26 +0000 (19:25 -0600)]
gallium: fix broken SGT, SLE

16 years agouse PIPE_ARCH_X86
Brian [Sat, 26 Apr 2008 00:46:29 +0000 (18:46 -0600)]
use PIPE_ARCH_X86

16 years agogallium: tweak comments, minor var renaming
Brian Paul [Fri, 25 Apr 2008 21:59:55 +0000 (15:59 -0600)]
gallium: tweak comments, minor var renaming

16 years agogallium: tweak comments, minor var renaming
Brian Paul [Fri, 25 Apr 2008 21:55:47 +0000 (15:55 -0600)]
gallium: tweak comments, minor var renaming

16 years agogallium: remove unneeded st->bitmap_texcoord_bias
Brian Paul [Fri, 25 Apr 2008 22:12:11 +0000 (16:12 -0600)]
gallium: remove unneeded st->bitmap_texcoord_bias

16 years agogallium: use simple color pass-through fragment shader if textures don't exist
Brian Paul [Fri, 25 Apr 2008 21:23:21 +0000 (15:23 -0600)]
gallium: use simple color pass-through fragment shader if textures don't exist

If we run out of texture memory we may not have the texture needed by the
fragment shader.  If this happens, plug in a color passthrough shader.
So instead of crashing, we just don't see the texture.
GL_OUT_OF_MEMORY is raised, of course.

16 years agogallium: added null ptr check
Brian Paul [Fri, 25 Apr 2008 21:21:00 +0000 (15:21 -0600)]
gallium: added null ptr check

16 years agogallium: added a null ptr check
Brian Paul [Fri, 25 Apr 2008 18:00:18 +0000 (12:00 -0600)]
gallium: added a null ptr check

16 years agogallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
Brian Paul [Fri, 25 Apr 2008 20:15:42 +0000 (14:15 -0600)]
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/

16 years agogallium: consolidate quad drawing code
Brian Paul [Fri, 25 Apr 2008 20:14:09 +0000 (14:14 -0600)]
gallium: consolidate quad drawing code

16 years agogallium: remove unused st_draw_vertices()
Brian Paul [Fri, 25 Apr 2008 20:00:40 +0000 (14:00 -0600)]
gallium: remove unused st_draw_vertices()

16 years agogallium: use util_draw_vertex_buffer() instead of st_draw_vertices()
Brian Paul [Fri, 25 Apr 2008 19:59:25 +0000 (13:59 -0600)]
gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()

16 years agoscons: Silent MSVC CRT security warnings.
José Fonseca [Fri, 25 Apr 2008 16:55:32 +0000 (01:55 +0900)]
scons: Silent MSVC CRT security warnings.

16 years agogallium: fix the compressed texture hack in st_texture_image_copy()
Brian Paul [Fri, 25 Apr 2008 16:33:48 +0000 (10:33 -0600)]
gallium: fix the compressed texture hack in st_texture_image_copy()

Actually, the hack is still there and needs to be revisited, but I get a bit
further with compressed textures now.

16 years agoscons: A few fixes for building mesa on windows.
José Fonseca [Fri, 25 Apr 2008 16:14:32 +0000 (01:14 +0900)]
scons: A few fixes for building mesa on windows.

16 years agodraw: emit extra flags whenever pipeline is active
Keith Whitwell [Fri, 25 Apr 2008 15:16:06 +0000 (16:16 +0100)]
draw: emit extra flags whenever pipeline is active

The assert was in fact over-sensitive, but emitting the extra flags
is pretty trivial & we may as well just do it whenever we know the
pipeline is running.

16 years agogallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate.
Michel Dänzer [Fri, 25 Apr 2008 14:01:09 +0000 (15:01 +0100)]
gallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate.

16 years agogallium: Add draw_pt_varray.c to scons build.
Michel Dänzer [Fri, 25 Apr 2008 13:57:50 +0000 (14:57 +0100)]
gallium: Add draw_pt_varray.c to scons build.

16 years agotgsi: fix compile when HIGH_PRECISION not defined
Keith Whitwell [Fri, 25 Apr 2008 13:20:02 +0000 (14:20 +0100)]
tgsi: fix compile when HIGH_PRECISION not defined

16 years agodraw: no need to special-case elts/get_elts for varray frontend
Keith Whitwell [Fri, 25 Apr 2008 13:10:32 +0000 (14:10 +0100)]
draw: no need to special-case elts/get_elts for varray frontend

16 years agodraw: remove unused vars
Keith Whitwell [Fri, 25 Apr 2008 13:10:02 +0000 (14:10 +0100)]
draw: remove unused vars

16 years agofrontend for rendering without elts
Zack Rusin [Thu, 24 Apr 2008 20:22:47 +0000 (16:22 -0400)]
frontend for rendering without elts

16 years agoscons: More windows userspace fixes.
José Fonseca [Fri, 25 Apr 2008 10:53:13 +0000 (19:53 +0900)]
scons: More windows userspace fixes.

16 years agogallium: Tell the driver the texture is updated when we finish rendering to it.
Michel Dänzer [Fri, 25 Apr 2008 09:34:20 +0000 (10:34 +0100)]
gallium: Tell the driver the texture is updated when we finish rendering to it.

16 years agogallium: Windows user mode portability fixes.
José Fonseca [Fri, 25 Apr 2008 09:19:51 +0000 (18:19 +0900)]
gallium: Windows user mode portability fixes.

16 years agogallium: New configuration header.
José Fonseca [Fri, 25 Apr 2008 09:18:48 +0000 (18:18 +0900)]
gallium: New configuration header.

To abstract all those weird #ifdef (__???__) checks.

It should typically be the first included header.

16 years agoscons: Teach scons about user-land windows.
José Fonseca [Fri, 25 Apr 2008 09:16:25 +0000 (18:16 +0900)]
scons: Teach scons about user-land windows.

Actually, more like get rid of all our hacks when compiling for
user-land windows.

Only MSVC is supported atm though.

16 years agogallium: fix an edgeflags crash
Brian Paul [Thu, 24 Apr 2008 22:40:08 +0000 (16:40 -0600)]
gallium: fix an edgeflags crash

16 years agodraw: remove old assignment of edgeflag value
Keith Whitwell [Thu, 24 Apr 2008 22:31:35 +0000 (23:31 +0100)]
draw: remove old assignment of edgeflag value

16 years agogallium: initial edgeflags code
Brian Paul [Thu, 24 Apr 2008 22:01:18 +0000 (16:01 -0600)]
gallium: initial edgeflags code

16 years agogallium: plug in softpipe_set_edgeflags() function
Brian Paul [Thu, 24 Apr 2008 21:59:08 +0000 (15:59 -0600)]
gallium: plug in softpipe_set_edgeflags() function

16 years agogallium: comments
Brian Paul [Thu, 24 Apr 2008 21:58:46 +0000 (15:58 -0600)]
gallium: comments

16 years agodraw: default edgeflag should be one
Keith Whitwell [Thu, 24 Apr 2008 20:13:56 +0000 (21:13 +0100)]
draw: default edgeflag should be one

16 years agogallium: disable the bitmap/texcoord bias
Brian Paul [Thu, 24 Apr 2008 19:44:40 +0000 (13:44 -0600)]
gallium: disable the bitmap/texcoord bias

Doesn't seem to be needed after fixing the float->int conversion problem.

16 years agomesa: adjust glBitmap coords by a small epsilon
Brian Paul [Thu, 24 Apr 2008 19:36:26 +0000 (13:36 -0600)]
mesa: adjust glBitmap coords by a small epsilon

Fixes problem with bitmaps jumping around by one pixel depending on window
size.  The rasterpos is often X.9999 instead of X+1.
Run progs/redbook/drawf and resize window to check.

16 years agogallium: use cso_destroy_vertex/fragment_shader() functions
Brian Paul [Thu, 24 Apr 2008 18:11:24 +0000 (12:11 -0600)]
gallium: use cso_destroy_vertex/fragment_shader() functions

Also, rearrange the st_destroy_context() code a bit to prevent some
invalid/NULL ptr derefs during tear-down.

16 years agogallium: make cso_release_all() public
Brian Paul [Thu, 24 Apr 2008 18:10:14 +0000 (12:10 -0600)]
gallium: make cso_release_all() public

16 years agogallium: minor clean-ups, comments
Brian Paul [Thu, 24 Apr 2008 17:59:22 +0000 (11:59 -0600)]
gallium: minor clean-ups, comments

16 years agogallium: tweak the new shader delete funcs
Brian Paul [Thu, 24 Apr 2008 17:56:06 +0000 (11:56 -0600)]
gallium: tweak the new shader delete funcs

16 years agogallium: added cso_delete_vertex_fragment_shader() functions
Brian Paul [Thu, 24 Apr 2008 17:52:37 +0000 (11:52 -0600)]
gallium: added cso_delete_vertex_fragment_shader() functions

The state tracker now uses these functions to free shaders, rather than
the pipe->delete_vs/fs-state() functions.  Before, we could get in a situation
where we free() a shader and happen to alloc() a new one at the same address.
The cso_set_vertex/fragment_shader() function would no-op the state change
since the pointers were the same.  This led to problems elsewhere, of course.

The new delete functions null-out the CSO's current shader pointers.

16 years agogallium: Make sure the size of non-existent storage components is set to 0.
Michel Dänzer [Thu, 24 Apr 2008 17:39:25 +0000 (18:39 +0100)]
gallium: Make sure the size of non-existent storage components is set to 0.

Before adding support for formats with unused storage components, the size of
components swizzled to 0 or 1 was ignored, so this didn't matter.

16 years agoi915: Fix for wrong texture in texobj with VBUF
Jakob Bornecrantz [Thu, 24 Apr 2008 15:07:45 +0000 (17:07 +0200)]
i915: Fix for wrong texture in texobj with VBUF

16 years agotranslate: Actually return a value from translate_cache_create().
Michal Krol [Thu, 24 Apr 2008 12:05:39 +0000 (14:05 +0200)]
translate: Actually return a value from translate_cache_create().

16 years agotrivial: simple edgeflag test
Keith Whitwell [Thu, 24 Apr 2008 11:38:58 +0000 (12:38 +0100)]
trivial: simple edgeflag test

16 years agodraw: handle edgeflags and reset-line-stipple again
Keith Whitwell [Thu, 24 Apr 2008 11:38:15 +0000 (12:38 +0100)]
draw: handle edgeflags and reset-line-stipple again

16 years agoxlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size updates...
Keith Whitwell [Thu, 24 Apr 2008 11:36:04 +0000 (12:36 +0100)]
xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size updates fail

16 years agogallium: Initial support for pixel formats with unused storage components.
Michel Dänzer [Thu, 24 Apr 2008 09:12:07 +0000 (10:12 +0100)]
gallium: Initial support for pixel formats with unused storage components.

Also clarify that RGB formats with no (used) alpha component are treated as
having alpha = 1.0.

16 years agogallium: reorder code to fix a recursive flush
Brian Paul [Thu, 24 Apr 2008 00:09:20 +0000 (18:09 -0600)]
gallium: reorder code to fix a recursive flush

16 years agogallium: fix issues in recursive flushing
Brian Paul [Thu, 24 Apr 2008 00:08:20 +0000 (18:08 -0600)]
gallium: fix issues in recursive flushing

When flushing/rendering, some stages (like AA line/point) need to set
pipe/driver state.  Those driver functions often call draw_flush().
That leads to recursion.

Use new draw->suspend_flush flag to explicitly prevent that in the key places.
Remove the draw->vcache_flushing field.
Reuse draw->flushing as a debug/assertion var.

16 years agogallium: fix comments
Brian Paul [Wed, 23 Apr 2008 23:41:30 +0000 (17:41 -0600)]
gallium: fix comments

16 years agogallium: fix comments, whitespace changes
Brian Paul [Wed, 23 Apr 2008 23:40:39 +0000 (17:40 -0600)]
gallium: fix comments, whitespace changes

16 years agogallium: passthrough tri, not point
Brian Paul [Wed, 23 Apr 2008 18:11:00 +0000 (12:11 -0600)]
gallium: passthrough tri, not point

16 years agoAdd translate cache to fetch_emit stage and add out of memory
Zack Rusin [Wed, 23 Apr 2008 18:07:53 +0000 (14:07 -0400)]
Add translate cache to fetch_emit stage and add out of memory
checks to code creating the cache.

16 years agoCreate a sharable translate_cache and use it.
Zack Rusin [Wed, 23 Apr 2008 18:00:13 +0000 (14:00 -0400)]
Create a sharable translate_cache and use it.

16 years agogallium: fix potential divide by zero in fog computation
Brian Paul [Wed, 23 Apr 2008 17:37:49 +0000 (11:37 -0600)]
gallium: fix potential divide by zero in fog computation

It's legal for Fog.Start == Fog.End and conformance testing does so.

16 years agogallium: additional debug code
Brian Paul [Wed, 23 Apr 2008 17:36:47 +0000 (11:36 -0600)]
gallium: additional debug code

16 years agogallium: move logicop test outside of loop
Brian Paul [Wed, 23 Apr 2008 17:24:42 +0000 (11:24 -0600)]
gallium: move logicop test outside of loop

16 years agogallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE
Brian Paul [Wed, 23 Apr 2008 17:23:12 +0000 (11:23 -0600)]
gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE

16 years agogallium: more vertex debug code
Brian Paul [Wed, 23 Apr 2008 17:22:18 +0000 (11:22 -0600)]
gallium: more vertex debug code

16 years agofix the simple hash finding function and use it
Zack Rusin [Wed, 23 Apr 2008 17:32:41 +0000 (13:32 -0400)]
fix the simple hash finding function and use it

16 years agogallium: Fix texture refcount leak.
José Fonseca [Wed, 23 Apr 2008 17:13:31 +0000 (02:13 +0900)]
gallium: Fix texture refcount leak.

16 years agopipebuffer: New function to flush the buffer cache.
José Fonseca [Wed, 23 Apr 2008 16:59:57 +0000 (01:59 +0900)]
pipebuffer: New function to flush the buffer cache.

16 years agogallium: Add extern "C" to the headers.
José Fonseca [Wed, 23 Apr 2008 15:10:51 +0000 (00:10 +0900)]
gallium: Add extern "C" to the headers.

16 years agogallium: fix broken hashing for vertex translation
Brian Paul [Wed, 23 Apr 2008 16:29:52 +0000 (10:29 -0600)]
gallium: fix broken hashing for vertex translation

It seems we get hash collisions fairly easily and the code as it was didn't
deal with that properly.

I think we need a simpler hashing interface...

16 years agodraw: remove stupid debug (Keith)
Keith Whitwell [Wed, 23 Apr 2008 12:56:05 +0000 (13:56 +0100)]
draw: remove stupid debug (Keith)

16 years agodraw: add missing break (Jakob)
Keith Whitwell [Wed, 23 Apr 2008 12:51:50 +0000 (13:51 +0100)]
draw: add missing break (Jakob)

16 years agomesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c
Keith Whitwell [Wed, 23 Apr 2008 12:10:13 +0000 (13:10 +0100)]
mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c

16 years agofix non-i386 builds
Ben Skeggs [Wed, 23 Apr 2008 02:38:37 +0000 (12:38 +1000)]
fix non-i386 builds