mesa.git
18 years agoUse the force Luke, use the force.
Aapo Tahkola [Thu, 9 Mar 2006 04:42:45 +0000 (04:42 +0000)]
Use the force Luke, use the force.

18 years agocoverity check bug fix going over end of array
Dave Airlie [Wed, 8 Mar 2006 05:44:07 +0000 (05:44 +0000)]
coverity check bug fix going over end of array

18 years agocoverity checker bug: Pointer dereferenced after NULL check
Dave Airlie [Wed, 8 Mar 2006 05:37:58 +0000 (05:37 +0000)]
coverity checker bug: Pointer dereferenced after NULL check

18 years agoFix broken DrawElements & DrawRangeElements.
Aapo Tahkola [Tue, 7 Mar 2006 22:46:52 +0000 (22:46 +0000)]
Fix broken DrawElements & DrawRangeElements.

18 years ago Committing in .
Jouk Jansen [Tue, 7 Mar 2006 07:47:37 +0000 (07:47 +0000)]
 Committing in .

 Update OpenVMS makefiles

 Modified Files:
  Mesa/src/mesa/shader/slang/descrip.mms
  Mesa/src/mesa/swrast/descrip.mms
 ----------------------------------------------------------------------

18 years agoEnable HW VBOs and other things needed by it.
Aapo Tahkola [Tue, 7 Mar 2006 05:31:36 +0000 (05:31 +0000)]
Enable HW VBOs and other things needed by it.

18 years agoConvert to work with current DRM. + tag
Aapo Tahkola [Tue, 7 Mar 2006 05:15:24 +0000 (05:15 +0000)]
Convert to work with current DRM. + tag

18 years agoVarious fallbacks, checks and tags.
Aapo Tahkola [Tue, 7 Mar 2006 05:09:48 +0000 (05:09 +0000)]
Various fallbacks, checks and tags.

18 years agojust a comment for check_compatible()
Brian Paul [Tue, 7 Mar 2006 03:01:26 +0000 (03:01 +0000)]
just a comment for check_compatible()

18 years agodisable double-buffer test in check_compatible(), fixes pbuffer/visual problem
Brian Paul [Tue, 7 Mar 2006 02:57:04 +0000 (02:57 +0000)]
disable double-buffer test in check_compatible(), fixes pbuffer/visual problem

18 years agoprint newline in _mesa_warning()
Brian Paul [Tue, 7 Mar 2006 01:46:26 +0000 (01:46 +0000)]
print newline in _mesa_warning()

18 years agocall _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() to fix...
Brian Paul [Tue, 7 Mar 2006 01:43:52 +0000 (01:43 +0000)]
call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() to fix some minor glitches

18 years agoFreeBSD updates (Pedro Giffuni)
Brian Paul [Tue, 7 Mar 2006 01:11:05 +0000 (01:11 +0000)]
FreeBSD updates (Pedro Giffuni)

18 years agoPort r200 tex tiling code to run on r300 but keep it disabled.
Aapo Tahkola [Mon, 6 Mar 2006 19:28:10 +0000 (19:28 +0000)]
Port r200 tex tiling code to run on r300 but keep it disabled.

18 years agoLater versions of Python handle formats like '% 5u' differently. For
Ian Romanick [Mon, 6 Mar 2006 18:31:50 +0000 (18:31 +0000)]
Later versions of Python handle formats like '% 5u' differently.  For
whatever reason, a space is always inserted.  That is not the desired
behavior.

18 years agoGenerate server-side GLX protocol decode functions using the 'make server'
Ian Romanick [Mon, 6 Mar 2006 18:30:17 +0000 (18:30 +0000)]
Generate server-side GLX protocol decode functions using the 'make server'
target.  The environment variable XORG_BASE must be set to point to the base
of the X.org server sources where the files are to be placed.

The 7.0.0 server release already contains files generated by these scripts.
The scripts should have been committed months ago.  Sorry for the lag. :(

18 years agoDisplay the correct bug number in the information text.
Ian Romanick [Mon, 6 Mar 2006 16:42:12 +0000 (16:42 +0000)]
Display the correct bug number in the information text.

18 years agoDon't try to bind to proxy texture target. This is defined by the spec to be
Ian Romanick [Mon, 6 Mar 2006 16:31:50 +0000 (16:31 +0000)]
Don't try to bind to proxy texture target.  This is defined by the spec to be
an error.  Since we're working with a proxy target, don't bother using real
texture data.

Add a missing new-line in an error printf.

18 years agoBuild test for bugzilla #3050
Ian Romanick [Sat, 4 Mar 2006 04:46:10 +0000 (04:46 +0000)]
Build test for bugzilla #3050

18 years agoTest case for bugzilla #3050.
Ian Romanick [Sat, 4 Mar 2006 04:44:47 +0000 (04:44 +0000)]
Test case for bugzilla #3050.

18 years agoUse standard ARB names instead of vendor-specific NV names for the ARB/NV_vertex_prog...
Roland Scheidegger [Fri, 3 Mar 2006 15:03:04 +0000 (15:03 +0000)]
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_vertex_program enums in common state handling code, and update comments accordingly. Change some slightly confusing code which gave the impression GL_VERTEX_PROGRAM_ARB and GL_VERTEX_PROGRAM_NV enums were different.

18 years agofix up the emit_func list in the experimental arbprogram sse code.
Roland Scheidegger [Fri, 3 Mar 2006 14:11:19 +0000 (14:11 +0000)]
fix up the emit_func list in the experimental arbprogram sse code.

18 years agoFix bogus span mask in s_atifragshader.c leading to trouble when the pixel was later...
Roland Scheidegger [Fri, 3 Mar 2006 02:46:03 +0000 (02:46 +0000)]
Fix bogus span mask in s_atifragshader.c leading to trouble when the pixel was later discarded by z test (this fixes doom3 r200 renderpath with swrast). Fix calling _swrast_alpha_test potentially leading to bogus results when Alpha Test might not be enabled. While here, don't disable deferred_texture (early z) when ATI_fragment_shader is active, as it is not necessary (for the record, this boosts doom3 swrast performance by roughly a factor of 2 (4 seconds per frame now...) with the r200 render path, might be a worthwile optimization for fragment programs which don't write z).

18 years agoAdd position_invarient support
Keith Whitwell [Thu, 2 Mar 2006 20:16:34 +0000 (20:16 +0000)]
Add position_invarient support

18 years agoFix more enums defined not only by one extension when queried by glGet (GL_COLOR_SUM_...
Roland Scheidegger [Thu, 2 Mar 2006 12:06:57 +0000 (12:06 +0000)]
Fix more enums defined not only by one extension when queried by glGet (GL_COLOR_SUM_EXT, GL_POINT_SPRITE_NV, GL_POINT_SPRITE_COORD_ORIGIN, GL_TRANSPOSE_CURRENT_MATRIX_ARB). Fix similar bugs (also those previously overseen dependant on NV/ARB_vertex_program) in glIsEnabled. Add missing GL_COLOR_SUM_EXT enum to glIsEnabled.

18 years agoadded GL_EXT_framebuffer_blit, etc
Brian Paul [Thu, 2 Mar 2006 04:12:34 +0000 (04:12 +0000)]
added GL_EXT_framebuffer_blit, etc

18 years agotest glBlitFramebufferEXT w/ -blit flag
Brian Paul [Thu, 2 Mar 2006 03:54:14 +0000 (03:54 +0000)]
test glBlitFramebufferEXT w/ -blit flag

18 years agoimproved error msg
Brian Paul [Thu, 2 Mar 2006 03:51:04 +0000 (03:51 +0000)]
improved error msg

18 years agocheck FEATURE_EXT_framebuffer_blit
Brian Paul [Thu, 2 Mar 2006 03:46:33 +0000 (03:46 +0000)]
check FEATURE_EXT_framebuffer_blit

18 years agoplug in BlitFramebuffer function
Brian Paul [Thu, 2 Mar 2006 03:45:28 +0000 (03:45 +0000)]
plug in BlitFramebuffer function

18 years agoimplementation of _swrast_BlitFramebuffer()
Brian Paul [Thu, 2 Mar 2006 03:37:18 +0000 (03:37 +0000)]
implementation of _swrast_BlitFramebuffer()

18 years agoFix glGet with enums which are used not only in NV_vertex_program, but other extensio...
Roland Scheidegger [Wed, 1 Mar 2006 23:11:14 +0000 (23:11 +0000)]
Fix glGet with enums which are used not only in NV_vertex_program, but other extensions too (ARB_vertex_program, ARB_fragment_program, NV_fragment_program), if no support for NV_vertex_program is present. While here, fix return value if enum is used which is not supported by the exposed extensions (GL_INVALID_ENUM instead of GL_INVALID_VALUE). Fix some compile-time #ifs depending on NV_vertex/fragment_program which should also be dependant on ARB_vertex/fragment_program. See bug #6070

18 years agoNo need for _mesa_save_error() to be public.
Brian Paul [Wed, 1 Mar 2006 15:44:20 +0000 (15:44 +0000)]
No need for _mesa_save_error() to be public.
glVertexAttrib() w/ bad index should generate GL_INVALID_VALUE, not
GL_INVALID_ENUM.
Misc clean-ups.

18 years agoadded BlitFramebuffer() support
Brian Paul [Wed, 1 Mar 2006 15:36:34 +0000 (15:36 +0000)]
added BlitFramebuffer() support

18 years agoNew comments. Use tuples () instead of lists [] in a few places.
Brian Paul [Wed, 1 Mar 2006 15:33:56 +0000 (15:33 +0000)]
New comments.  Use tuples () instead of lists [] in a few places.

18 years agoadded Flush in glXCopyContext()
Brian Paul [Wed, 1 Mar 2006 15:32:38 +0000 (15:32 +0000)]
added Flush in glXCopyContext()

18 years agoupdated comment
Brian Paul [Wed, 1 Mar 2006 02:09:40 +0000 (02:09 +0000)]
updated comment

18 years agoAdded glBlitFramebufferEXT function.
Brian Paul [Wed, 1 Mar 2006 02:07:50 +0000 (02:07 +0000)]
Added glBlitFramebufferEXT function.

18 years agoremove temporary tokens, more error checks for blit function
Brian Paul [Wed, 1 Mar 2006 02:02:43 +0000 (02:02 +0000)]
remove temporary tokens, more error checks for blit function

18 years agoadded s_blit.c
Brian Paul [Wed, 1 Mar 2006 02:00:58 +0000 (02:00 +0000)]
added s_blit.c

18 years ago_swrast_blit_framebuffer() function
Brian Paul [Wed, 1 Mar 2006 01:57:30 +0000 (01:57 +0000)]
_swrast_blit_framebuffer() function

18 years agoGL_EXT_framebuffer_blit tokens/functions
Brian Paul [Wed, 1 Mar 2006 01:54:59 +0000 (01:54 +0000)]
GL_EXT_framebuffer_blit tokens/functions

18 years agoFree temps when possible
Aapo Tahkola [Tue, 28 Feb 2006 23:39:32 +0000 (23:39 +0000)]
Free temps when possible

18 years agoDont let (possibly) undefined z component reach hw as its unused
Aapo Tahkola [Tue, 28 Feb 2006 23:22:48 +0000 (23:22 +0000)]
Dont let (possibly) undefined z component reach hw as its unused

18 years agoNo need to call *_FIREVERTICES twice.
Aapo Tahkola [Tue, 28 Feb 2006 23:17:00 +0000 (23:17 +0000)]
No need to call *_FIREVERTICES twice.

18 years agoFix aliasing bug (Benjamin Herrenschmidt)
Aapo Tahkola [Tue, 28 Feb 2006 23:08:28 +0000 (23:08 +0000)]
Fix aliasing bug (Benjamin Herrenschmidt)

18 years agoAllow error checking to look for presence of either of two extensions.
Brian Paul [Tue, 28 Feb 2006 21:45:09 +0000 (21:45 +0000)]
Allow error checking to look for presence of either of two extensions.
See bug 6070.

18 years agoonly run shader on active fragments in the span
Brian Paul [Tue, 28 Feb 2006 15:48:43 +0000 (15:48 +0000)]
only run shader on active fragments in the span

18 years agocheck if active fragment shader for deferred texturing/shading
Brian Paul [Tue, 28 Feb 2006 15:48:19 +0000 (15:48 +0000)]
check if active fragment shader for deferred texturing/shading

18 years agocheck for active shader, set FRAGPROG_BIT in raster mask
Brian Paul [Tue, 28 Feb 2006 15:44:33 +0000 (15:44 +0000)]
check for active shader, set FRAGPROG_BIT in raster mask

18 years agosilence a bunch of warnings
Brian Paul [Mon, 27 Feb 2006 15:45:38 +0000 (15:45 +0000)]
silence a bunch of warnings

18 years agoMore GLSL code:
Michal Krol [Mon, 27 Feb 2006 14:41:41 +0000 (14:41 +0000)]
More GLSL code:
- add x86 code generator;
- add full support for uniforms in ARB_shader_objects;
- add assembly instruction: global_addr;
- reorganize #includes;
- built-in uniforms accessed by index, rather than by name;
- add some entries to x86sse rtasm;
- add configurations to VC6 projects: 'Release x86' and 'Debug x86';
- #define SLANG_X86 active only on VC6 x86 builds;
- introduce code export table for a shader;
- remove GNU license from the noise library;

18 years agore-formated with indent.
Brian Paul [Sun, 26 Feb 2006 18:18:12 +0000 (18:18 +0000)]
re-formated with indent.

18 years agoRemove need to initialize the InstSize[] array elements by just storing
Brian Paul [Sun, 26 Feb 2006 18:02:13 +0000 (18:02 +0000)]
Remove need to initialize the InstSize[] array elements by just storing
the instruction size in _mesa_alloc_instruction().

18 years agodisplay list clean-ups
Brian Paul [Sun, 26 Feb 2006 17:16:37 +0000 (17:16 +0000)]
display list clean-ups

18 years agoAdd all pci ids known by ddx to radeon dri driver. Remove the entries not known by...
Roland Scheidegger [Sat, 25 Feb 2006 02:03:12 +0000 (02:03 +0000)]
Add all pci ids known by ddx to radeon dri driver. Remove the entries not known by ddx (probably secondary ids, non-existant cards and similar). Add rs400 to the family enum, and configure the rv410 like a 2 quad chip (?)

18 years agofix broken _mesa_copy_context() for GL_LIGHTING_BIT
Brian Paul [Fri, 24 Feb 2006 18:19:11 +0000 (18:19 +0000)]
fix broken _mesa_copy_context() for GL_LIGHTING_BIT

18 years agoneed to check for _NEW_BUFFERS in xmesa_update_state()
Brian Paul [Fri, 24 Feb 2006 17:58:48 +0000 (17:58 +0000)]
need to check for _NEW_BUFFERS in xmesa_update_state()

18 years agoFix _mesa_copy_texture_state() so that we copy texture object bindings,
Brian Paul [Fri, 24 Feb 2006 17:16:57 +0000 (17:16 +0000)]
Fix _mesa_copy_texture_state() so that we copy texture object bindings,
not the actual contents of texture objects.  This makes glXCopyContext()
work properly.

18 years agoEXT_framebuffer_object (Dave Reveman)
Brian Paul [Fri, 24 Feb 2006 15:36:24 +0000 (15:36 +0000)]
EXT_framebuffer_object (Dave Reveman)

18 years agoinclude inttypes.h if __osf__ defined (Randall Hand)
Brian Paul [Thu, 23 Feb 2006 15:36:39 +0000 (15:36 +0000)]
include inttypes.h if __osf__ defined (Randall Hand)

18 years agoupdate Blender link
Brian Paul [Thu, 23 Feb 2006 14:29:03 +0000 (14:29 +0000)]
update Blender link

18 years agoadd some #includes, fix some prototypes (bug 5992)
Brian Paul [Wed, 22 Feb 2006 16:54:05 +0000 (16:54 +0000)]
add some #includes, fix some prototypes (bug 5992)

18 years agoinclude proper header file, remove local extern declarations
Brian Paul [Wed, 22 Feb 2006 16:44:04 +0000 (16:44 +0000)]
include proper header file, remove local extern declarations

18 years agoadd missing prototypes, use _slang_ prefix on non-static functions
Brian Paul [Wed, 22 Feb 2006 16:43:26 +0000 (16:43 +0000)]
add missing prototypes, use _slang_ prefix on non-static functions

18 years agosilence a variety of compiler warnings
Brian Paul [Wed, 22 Feb 2006 16:35:34 +0000 (16:35 +0000)]
silence a variety of compiler warnings

18 years agoupdated GLUT link
Brian Paul [Wed, 22 Feb 2006 15:50:57 +0000 (15:50 +0000)]
updated GLUT link

18 years agoMore GLSL code:
Michal Krol [Tue, 21 Feb 2006 12:35:06 +0000 (12:35 +0000)]
More GLSL code:
- uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos);
- fix bugs and optimize array size handling;
- 2D texture sampling (needs Enable(TEXTURE_2D) to work);
- decrease built-in library assembly size by 30%.

18 years ago Committing in .
Jouk Jansen [Tue, 21 Feb 2006 12:28:34 +0000 (12:28 +0000)]
 Committing in .

 Update OpenVMS makefiles

 Modified Files:
  Mesa/src/mesa/shader/slang/descrip.mms
  Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms
 ----------------------------------------------------------------------

18 years agoAdded xcb dri config file.
Jeremy Kolb [Sun, 19 Feb 2006 22:31:26 +0000 (22:31 +0000)]
Added xcb dri config file.

18 years agoRemove old linux-x86-xcb (didn't do anything).
Jeremy Kolb [Sun, 19 Feb 2006 22:30:46 +0000 (22:30 +0000)]
Remove old linux-x86-xcb (didn't do anything).
Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile.

18 years agoMore GLSL code.
Michal Krol [Sat, 18 Feb 2006 15:11:18 +0000 (15:11 +0000)]
More GLSL code.
- general constructors allowed;
- implement noise functions (from Stefan Gustavson - thanks!)
- cosmetic stuff.

18 years agoFix STENCIL_WRITE_MASK defn for bug 5902
Keith Whitwell [Fri, 17 Feb 2006 17:03:14 +0000 (17:03 +0000)]
Fix STENCIL_WRITE_MASK defn for bug 5902

18 years agoSkip ARL while we dont implement it. Fix broken nv vps but do it with software for...
Aapo Tahkola [Thu, 16 Feb 2006 19:50:40 +0000 (19:50 +0000)]
Skip ARL while we dont implement it. Fix broken nv vps but do it with software for now.

18 years agoReinstate vertex format after a rasterization fallback for both r200 and radeon drive...
Roland Scheidegger [Thu, 16 Feb 2006 17:16:33 +0000 (17:16 +0000)]
Reinstate vertex format after a rasterization fallback for both r200 and radeon driver when a tcl fallback is active, fixes a blender issue with non-tcl hw (bug #5601)

18 years agoInclude dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by the
Eric Anholt [Wed, 15 Feb 2006 21:03:34 +0000 (21:03 +0000)]
Include dix-config.h if HAVE_DIX_CONFIG_H is defined.  This will be used by the
X Server to get things like _XSERVER64 (for X headers) and NO_LIBCWRAPPER
defined consistently when its builds Mesa internally.

18 years agoSet NumInstructions (bug 5864)
Brian Paul [Wed, 15 Feb 2006 15:59:37 +0000 (15:59 +0000)]
Set NumInstructions (bug 5864)

18 years agoFix a few warnings:
Brian Paul [Wed, 15 Feb 2006 15:51:01 +0000 (15:51 +0000)]
Fix a few warnings:
 - nested comments (use #if 0 / #endif instead)
 - missing default clause in switch statements
 - use of possibly undefined variables

18 years agoAdd support for forward function declarations.
Michal Krol [Wed, 15 Feb 2006 11:15:16 +0000 (11:15 +0000)]
Add support for forward function declarations.

18 years agoAdd fragment shader execute entry.
Michal Krol [Wed, 15 Feb 2006 11:12:47 +0000 (11:12 +0000)]
Add fragment shader execute entry.

18 years agoAdd s_arbshader.c, s_arbshader.h.
Michal Krol [Wed, 15 Feb 2006 11:09:26 +0000 (11:09 +0000)]
Add s_arbshader.c, s_arbshader.h.

18 years agoAdd swrast/s_arbshader.c.
Michal Krol [Wed, 15 Feb 2006 11:07:56 +0000 (11:07 +0000)]
Add swrast/s_arbshader.c.

18 years agoAdd arbshader stage.
Michal Krol [Wed, 15 Feb 2006 11:06:00 +0000 (11:06 +0000)]
Add arbshader stage.

18 years agoEnable texcoords when program object in use.
Michal Krol [Wed, 15 Feb 2006 11:03:57 +0000 (11:03 +0000)]
Enable texcoords when program object in use.

18 years agoGet arbfslight demo running.
Michal Krol [Wed, 15 Feb 2006 11:02:07 +0000 (11:02 +0000)]
Get arbfslight demo running.

18 years agoEnable GL_ARB_fragment_shader extension.
Michal Krol [Wed, 15 Feb 2006 11:00:15 +0000 (11:00 +0000)]
Enable GL_ARB_fragment_shader extension.

18 years agoDemonstrate GLSL fragment and vertex shaders.
Michal Krol [Wed, 15 Feb 2006 10:58:52 +0000 (10:58 +0000)]
Demonstrate GLSL fragment and vertex shaders.

18 years agoremove stray 'foo' line
Brian Paul [Wed, 15 Feb 2006 04:10:55 +0000 (04:10 +0000)]
remove stray 'foo' line

18 years agoreplace size_t * w/ unsigned int * (Jurg Billeter)
Brian Paul [Tue, 14 Feb 2006 15:04:45 +0000 (15:04 +0000)]
replace size_t * w/ unsigned int * (Jurg Billeter)

18 years agofix AIX issues (bug 5874)
Brian Paul [Tue, 14 Feb 2006 14:57:04 +0000 (14:57 +0000)]
fix AIX issues (bug 5874)

18 years ago Update OpenVMS compile support
Jouk Jansen [Mon, 13 Feb 2006 12:00:29 +0000 (12:00 +0000)]
   Update OpenVMS compile support

18 years agoMore glsl code.
Michal Krol [Mon, 13 Feb 2006 11:47:41 +0000 (11:47 +0000)]
More glsl code.

18 years agoREVISION 3.
Michal Krol [Mon, 13 Feb 2006 11:45:57 +0000 (11:45 +0000)]
REVISION 3.
Remove illegal operators for overloading.

18 years agoCosmetic changes.
Michal Krol [Mon, 13 Feb 2006 11:42:48 +0000 (11:42 +0000)]
Cosmetic changes.

18 years agoDelete most of the comments.
Michal Krol [Mon, 13 Feb 2006 11:40:32 +0000 (11:40 +0000)]
Delete most of the comments.
Minor tweaks with the functions.
Add experimental print functions.

18 years agoGet it running for ARB_vertex_shader.
Michal Krol [Mon, 13 Feb 2006 11:38:37 +0000 (11:38 +0000)]
Get it running for ARB_vertex_shader.
Add experimental print functions to builtin library.
Some functionality missing:
- automatic arrays;
- general constructors;
- local variable initialization;
- texture sampling and noise;
- semantic error checking;
- function prototypes.

18 years agoRename current_program to CurrentProgram.
Michal Krol [Mon, 13 Feb 2006 11:31:16 +0000 (11:31 +0000)]
Rename current_program to CurrentProgram.
Temporary vertex_shader execution code.

18 years agoAdd tnl\t_vb_arbshader.c.
Michal Krol [Mon, 13 Feb 2006 11:27:33 +0000 (11:27 +0000)]
Add tnl\t_vb_arbshader.c.

18 years agoAdd tnl/t_vb_arbshader.c.
Michal Krol [Mon, 13 Feb 2006 11:25:43 +0000 (11:25 +0000)]
Add tnl/t_vb_arbshader.c.

18 years agoAdd ARB_vertex_shader stage just before render stage.
Michal Krol [Mon, 13 Feb 2006 11:23:36 +0000 (11:23 +0000)]
Add ARB_vertex_shader stage just before render stage.
If enabled, all other stages, except render, are disabled.