profile/ivi/mesa.git
16 years agomesa: fix copy&paste errors in degrees() functions
Brian Paul [Wed, 16 Jul 2008 20:47:21 +0000 (14:47 -0600)]
mesa: fix copy&paste errors in degrees() functions

16 years agomesa: implement grammar/parsing for precision/invariant syntax
Brian Paul [Wed, 16 Jul 2008 20:27:50 +0000 (14:27 -0600)]
mesa: implement grammar/parsing for precision/invariant syntax

Plus, fix some issues with pre-defined preprocessor symbols and version checking.

16 years agomesa: Silence compiler warnings on Windows.
Michal Krol [Wed, 16 Jul 2008 18:14:42 +0000 (20:14 +0200)]
mesa: Silence compiler warnings on Windows.

16 years agoegl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs
Brian Paul [Wed, 16 Jul 2008 16:34:50 +0000 (10:34 -0600)]
egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribs

16 years agomesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_COLOR...
Brian Paul [Wed, 16 Jul 2008 16:23:28 +0000 (10:23 -0600)]
mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE

Issues found by Bob Ellison.

16 years agopython/tests: Extend the texture tests to cover cube maps.
José Fonseca [Wed, 16 Jul 2008 14:27:15 +0000 (23:27 +0900)]
python/tests: Extend the texture tests to cover cube maps.

16 years agopython: Set PIPE_TEX_MIPFILTER_NONE by default.
José Fonseca [Wed, 16 Jul 2008 14:26:23 +0000 (23:26 +0900)]
python: Set PIPE_TEX_MIPFILTER_NONE by default.

16 years agopython: Test all miplevels.
José Fonseca [Wed, 16 Jul 2008 10:36:59 +0000 (19:36 +0900)]
python: Test all miplevels.

16 years agogallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yuv surfaces.
José Fonseca [Wed, 16 Jul 2008 10:36:36 +0000 (19:36 +0900)]
gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yuv surfaces.

16 years agopython: Expand the texture test suit to cover one YUV and one DXT format.
José Fonseca [Wed, 16 Jul 2008 05:11:45 +0000 (14:11 +0900)]
python: Expand the texture test suit to cover one YUV and one DXT format.

16 years agopython: Silent debug output.
José Fonseca [Wed, 16 Jul 2008 05:10:51 +0000 (14:10 +0900)]
python: Silent debug output.

16 years agogallium: Add pf_is_compressed utility function.
José Fonseca [Wed, 16 Jul 2008 05:10:35 +0000 (14:10 +0900)]
gallium: Add pf_is_compressed utility function.

16 years agosoftpipe: DXT formats not really supported.
José Fonseca [Wed, 16 Jul 2008 05:10:10 +0000 (14:10 +0900)]
softpipe: DXT formats not really supported.

16 years agoadditional preprocessor checks for stdint.h, inttypes.h, etc
Blair Sadewitz [Tue, 15 Jul 2008 23:21:43 +0000 (17:21 -0600)]
additional preprocessor checks for stdint.h, inttypes.h, etc

The patches to glext.h and glxext.h have been sent to Khronos/bugzilla.

16 years agomesa: added test for __NetBSD__
Blair Sadewitz [Tue, 15 Jul 2008 23:12:23 +0000 (17:12 -0600)]
mesa: added test for __NetBSD__

16 years agomesa: added test for __NetBSD__
Blair Sadewitz [Tue, 15 Jul 2008 23:11:33 +0000 (17:11 -0600)]
mesa: added test for __NetBSD__

16 years agomesa: add missing IR_LOG2 case
Brian Paul [Tue, 15 Jul 2008 22:04:26 +0000 (16:04 -0600)]
mesa: add missing IR_LOG2 case

16 years agomesa: regenerated file
Brian Paul [Tue, 15 Jul 2008 21:33:04 +0000 (15:33 -0600)]
mesa: regenerated file

16 years agomesa: fix some broken /= operators
Brian Paul [Tue, 15 Jul 2008 21:32:53 +0000 (15:32 -0600)]
mesa: fix some broken /= operators

16 years agomesa: regenerated file
Brian Paul [Tue, 15 Jul 2008 21:04:15 +0000 (15:04 -0600)]
mesa: regenerated file

16 years agomesa: fix some broken bool, bvec2, bvec3, bvec4 constructors
Brian Paul [Tue, 15 Jul 2008 21:03:42 +0000 (15:03 -0600)]
mesa: fix some broken bool, bvec2, bvec3, bvec4 constructors

16 years agomesa: fix storage size computation in emit_arith()
Brian Paul [Tue, 15 Jul 2008 20:41:47 +0000 (14:41 -0600)]
mesa: fix storage size computation in emit_arith()

16 years agogallium: added some sanity check assertions
Brian Paul [Tue, 15 Jul 2008 19:27:44 +0000 (13:27 -0600)]
gallium: added some sanity check assertions

16 years agomesa: fix some function inlining bugs
Brian Paul [Tue, 15 Jul 2008 19:25:57 +0000 (13:25 -0600)]
mesa: fix some function inlining bugs

Need to add local vars of original function to the new scope's variable
list (though the DECLs were already present).
In slang_operation_copy() call slang_replace_scope() for SLANG_OPER_BLOCK_NEW_SCOPE opers.

16 years agomesa: improved printing
Brian Paul [Tue, 15 Jul 2008 19:11:08 +0000 (13:11 -0600)]
mesa: improved printing

16 years agomesa: Silence compiler warnings on Windows.
Michal Krol [Tue, 15 Jul 2008 09:44:47 +0000 (11:44 +0200)]
mesa: Silence compiler warnings on Windows.

16 years agost: Silence compiler warnings on Windows.
Michal Krol [Tue, 15 Jul 2008 09:26:38 +0000 (11:26 +0200)]
st: Silence compiler warnings on Windows.

16 years agomesa: Silence compiler warnings on Windows.
Michal Krol [Tue, 15 Jul 2008 09:15:27 +0000 (11:15 +0200)]
mesa: Silence compiler warnings on Windows.

16 years agopython: Cleanup.
José Fonseca [Tue, 15 Jul 2008 08:57:48 +0000 (17:57 +0900)]
python: Cleanup.

16 years agopython: Request/respect the texture & buffer usage flags in the examples.
José Fonseca [Tue, 15 Jul 2008 08:14:07 +0000 (17:14 +0900)]
python: Request/respect the texture & buffer usage flags in the examples.

16 years agopython: Get object ownership done correctly.
José Fonseca [Tue, 15 Jul 2008 08:13:37 +0000 (17:13 +0900)]
python: Get object ownership done correctly.

16 years agopython: Don't use python cflags as they conflict with existing flags.
José Fonseca [Tue, 15 Jul 2008 03:17:35 +0000 (12:17 +0900)]
python: Don't use python cflags as they conflict with existing flags.

16 years agopython: Allow hardware support.
José Fonseca [Mon, 14 Jul 2008 23:42:16 +0000 (08:42 +0900)]
python: Allow hardware support.

16 years agopython: Move the python scons code to a separate tool module.
José Fonseca [Mon, 14 Jul 2008 22:56:42 +0000 (07:56 +0900)]
python: Move the python scons code to a separate tool module.

16 years agopython: Get it to build on windows too.
José Fonseca [Mon, 14 Jul 2008 15:33:54 +0000 (00:33 +0900)]
python: Get it to build on windows too.

16 years agotgsi: Numerical label before an instruction is optional.
Michal Krol [Tue, 15 Jul 2008 08:56:30 +0000 (10:56 +0200)]
tgsi: Numerical label before an instruction is optional.

16 years agotgsi: fix bug in execution of loops inside of conditionals.
Brian Paul [Tue, 15 Jul 2008 00:08:52 +0000 (18:08 -0600)]
tgsi: fix bug in execution of loops inside of conditionals.

Fixes infinite loop bug.

16 years agomesa: assemble main() after all other functions
Brian Paul [Mon, 14 Jul 2008 21:58:57 +0000 (15:58 -0600)]
mesa: assemble main() after all other functions

Before, main() had to come after any functions it called.

16 years agomesa: comments about vectors vs components
Brian Paul [Mon, 14 Jul 2008 17:20:58 +0000 (11:20 -0600)]
mesa: comments about vectors vs components

16 years agoegl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr crashes...
Brian Paul [Mon, 14 Jul 2008 18:09:07 +0000 (12:09 -0600)]
egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr crashes in MakeCurrent

16 years agomesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled
Brian Paul [Mon, 14 Jul 2008 15:55:33 +0000 (09:55 -0600)]
mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled

In glStencilFunc/Op/Mask() set both the front and back-face state, unless
GL_EXT_stencil_two_side is enabled.  Before, we only set the front+back state
if GL_ATI_separate_stencil was enabled.

Ultimately, we probably should remove GL_EXT_stencil_two_side since it's
incompatible with GL 2.x.

16 years agoglu: only export public symbols
Julien Cristau [Sun, 13 Jul 2008 15:27:58 +0000 (17:27 +0200)]
glu: only export public symbols

16 years agomklib: don't version symbols when using --exports
Julien Cristau [Sun, 13 Jul 2008 15:13:32 +0000 (17:13 +0200)]
mklib: don't version symbols when using --exports

Use the default version instead of one based on the library SONAME
in the version script created by --exports.

16 years agomesa: also check for __NetBSD__
Blair Sadewitz [Mon, 14 Jul 2008 14:16:46 +0000 (08:16 -0600)]
mesa: also check for __NetBSD__

16 years agopython: Basic test case for 2d texture.
José Fonseca [Mon, 14 Jul 2008 13:27:40 +0000 (22:27 +0900)]
python: Basic test case for 2d texture.

16 years agopython: Raw tile access to surface.
José Fonseca [Mon, 14 Jul 2008 13:26:40 +0000 (22:26 +0900)]
python: Raw tile access to surface.

16 years agopython: Get the sample app to draw triangle like trivial/tri exanple.
José Fonseca [Mon, 14 Jul 2008 03:40:50 +0000 (12:40 +0900)]
python: Get the sample app to draw triangle like trivial/tri exanple.

16 years agopython: Surface clears.
José Fonseca [Mon, 14 Jul 2008 02:44:21 +0000 (11:44 +0900)]
python: Surface clears.

16 years agopython: Set default state.
José Fonseca [Mon, 14 Jul 2008 02:38:44 +0000 (11:38 +0900)]
python: Set default state.

16 years agopython: Allow to create/specify shaders.
José Fonseca [Mon, 14 Jul 2008 01:45:40 +0000 (10:45 +0900)]
python: Allow to create/specify shaders.

16 years agoi915: Ops should not have pushed that
Jakob Bornecrantz [Sun, 13 Jul 2008 16:55:38 +0000 (18:55 +0200)]
i915: Ops should not have pushed that

This reverts commit 930a863c4f6f11d0fd5cf396ef76054d52c69b9f.

16 years agoEGL: Only build EGL dri based drivers under linux-dri based configs
Jakob Bornecrantz [Sun, 13 Jul 2008 16:04:49 +0000 (18:04 +0200)]
EGL: Only build EGL dri based drivers under linux-dri based configs

16 years agoi915: WIP swap rework
Jakob Bornecrantz [Thu, 10 Jul 2008 18:20:46 +0000 (20:20 +0200)]
i915: WIP swap rework

16 years agopython: New state tracker which exposes the pipe driver to python scripts.
José Fonseca [Sun, 13 Jul 2008 14:36:59 +0000 (23:36 +0900)]
python: New state tracker which exposes the pipe driver to python scripts.

Still under development. Just barely works.

16 years agoutil: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca [Sun, 13 Jul 2008 13:39:58 +0000 (22:39 +0900)]
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.

You don't need a pipe_context * for this, and all other necessary info is
already inside pipe_surface.

16 years agopb: buffer over/underflows are errors.
José Fonseca [Sun, 13 Jul 2008 13:37:47 +0000 (22:37 +0900)]
pb: buffer over/underflows are errors.

16 years agotgsi: Parse destination operand modulate modifier.
Michal Krol [Sun, 13 Jul 2008 13:23:14 +0000 (15:23 +0200)]
tgsi: Parse destination operand modulate modifier.

16 years agotgsi: Parse extended source register modifiers.
Michal Krol [Sun, 13 Jul 2008 13:14:31 +0000 (15:14 +0200)]
tgsi: Parse extended source register modifiers.

16 years agotgsi: Parse _SAT and _SAT opcode suffix.
Michal Krol [Sun, 13 Jul 2008 12:50:12 +0000 (14:50 +0200)]
tgsi: Parse _SAT and _SAT opcode suffix.

16 years agotgsi: Parse IMM statements.
Michal Krol [Sun, 13 Jul 2008 12:03:21 +0000 (14:03 +0200)]
tgsi: Parse IMM statements.

16 years agotgsi: Parse texture instructions correctly.
Michal Krol [Sun, 13 Jul 2008 11:13:39 +0000 (13:13 +0200)]
tgsi: Parse texture instructions correctly.

16 years agotgsi: Fix instruction operand counts.
Michal Krol [Sun, 13 Jul 2008 10:16:16 +0000 (12:16 +0200)]
tgsi: Fix instruction operand counts.

16 years agotgsi: Fix instruction opcode parsing.
Michal Krol [Sun, 13 Jul 2008 09:43:30 +0000 (11:43 +0200)]
tgsi: Fix instruction opcode parsing.

16 years agotgsi: Add missing SWZ opcode.
Michal Krol [Sun, 13 Jul 2008 09:42:33 +0000 (11:42 +0200)]
tgsi: Add missing SWZ opcode.

16 years agotgsi: Parse DCL statements.
Michal Krol [Sun, 13 Jul 2008 09:37:36 +0000 (11:37 +0200)]
tgsi: Parse DCL statements.

16 years agotgsi: Remove depricated ATTRIB interpolate mode.
Michal Krol [Sun, 13 Jul 2008 09:30:02 +0000 (11:30 +0200)]
tgsi: Remove depricated ATTRIB interpolate mode.

16 years agollvm: build fixes.
Stephane Marchesin [Sun, 13 Jul 2008 09:33:41 +0000 (11:33 +0200)]
llvm: build fixes.

16 years agoscons: List `util/tgsi_text.c'.
Michal Krol [Sat, 12 Jul 2008 15:10:21 +0000 (17:10 +0200)]
scons: List `util/tgsi_text.c'.

16 years agotgsi: Add tgsi_text utility module.
Michal Krol [Sat, 12 Jul 2008 15:06:37 +0000 (17:06 +0200)]
tgsi: Add tgsi_text utility module.

Translates textual shader into a binary token stream.
The syntax matches the tgsi_dump module, so it's possible to
simply copy-paste the shader dump and transform it back
to a binary form.

16 years agotgsi: Fix dumping of indirect addressing.
Michal Krol [Sat, 12 Jul 2008 15:03:30 +0000 (17:03 +0200)]
tgsi: Fix dumping of indirect addressing.

16 years agotgsi: Add missing copyright headers.
Michal Krol [Sat, 12 Jul 2008 09:16:01 +0000 (11:16 +0200)]
tgsi: Add missing copyright headers.

16 years agoegl: a minor overhauld of egl_xdri.c
Brian Paul [Fri, 11 Jul 2008 21:44:46 +0000 (15:44 -0600)]
egl: a minor overhauld of egl_xdri.c

Rely more on the libGL code to avoid duplicated efforts.  Also fix confusion
arising from multiple __DRIscreen objects.

16 years agoglx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regular DRI...
Brian Paul [Fri, 11 Jul 2008 21:43:52 +0000 (15:43 -0600)]
glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regular DRI drivers.

Also, clean-up, consolidate the dlopen() code a bit.

16 years agobuild egl subdirs
Brian Paul [Thu, 10 Jul 2008 21:11:01 +0000 (15:11 -0600)]
build egl subdirs

16 years agogallium: Make dri drivers create a egl_name_dri.so if supported
Jakob Bornecrantz [Fri, 11 Jul 2008 18:01:33 +0000 (20:01 +0200)]
gallium: Make dri drivers create a egl_name_dri.so if supported

16 years agogallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util
Jakob Bornecrantz [Thu, 10 Jul 2008 20:39:56 +0000 (22:39 +0200)]
gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util

16 years agogallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using the aux...
Brian Paul [Thu, 10 Jul 2008 20:23:27 +0000 (14:23 -0600)]
gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using the aux draw module

16 years agoegl: added EGL_OPENVG_API case (allow all APIs)
Brian Paul [Thu, 10 Jul 2008 19:30:37 +0000 (13:30 -0600)]
egl: added EGL_OPENVG_API case (allow all APIs)

16 years agoegl: add all EGL_*_BITs to ClientAPIsMask
Brian Paul [Thu, 10 Jul 2008 19:29:42 +0000 (13:29 -0600)]
egl: add all EGL_*_BITs to ClientAPIsMask

16 years agogallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies
Brian Paul [Thu, 10 Jul 2008 19:27:30 +0000 (13:27 -0600)]
gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies

libutil.a and libtranslate.a depend on libcso_cache.a so put them in that order.

16 years agoegl: implement xdri_eglGetProcAddress() for gallium
Brian Paul [Thu, 10 Jul 2008 16:48:28 +0000 (10:48 -0600)]
egl: implement xdri_eglGetProcAddress() for gallium

Plus comments, clean-ups.

16 years agomesa: check for null shader->Source
Brian Paul [Wed, 9 Jul 2008 21:54:21 +0000 (15:54 -0600)]
mesa: check for null shader->Source

16 years agomesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check
Brian Paul [Wed, 9 Jul 2008 21:08:39 +0000 (15:08 -0600)]
mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check

16 years agomesa: call glutDestroyWindow() on exit
Brian Paul [Wed, 9 Jul 2008 21:52:04 +0000 (15:52 -0600)]
mesa: call glutDestroyWindow() on exit

16 years agomesa: disable fprintf() error
Brian Paul [Wed, 9 Jul 2008 21:51:18 +0000 (15:51 -0600)]
mesa: disable fprintf() error

16 years agoegl: link libEGL w/ additional libs
Brian Paul [Wed, 9 Jul 2008 21:49:59 +0000 (15:49 -0600)]
egl: link libEGL w/ additional libs

16 years agoegl: misc updates/fixes
Brian Paul [Wed, 9 Jul 2008 21:47:27 +0000 (15:47 -0600)]
egl: misc updates/fixes

Set surface size when created.
Implement dri_find_dri_screen().
Look for "egl_xxx_dri.so" library before regular DRI driver.

16 years agogallium: fix logic in pb_check_usage()
Brian Paul [Wed, 9 Jul 2008 17:46:16 +0000 (11:46 -0600)]
gallium: fix logic in pb_check_usage()

16 years agomesa: check for OpenBSD (bug 15604)
Brian Paul [Wed, 9 Jul 2008 14:48:41 +0000 (08:48 -0600)]
mesa: check for OpenBSD (bug 15604)

cherry-picked from master

16 years agomesa: fix state.clip[n].plane parsing bug (bug 16611)
Brian Paul [Wed, 9 Jul 2008 14:47:23 +0000 (08:47 -0600)]
mesa: fix state.clip[n].plane parsing bug (bug 16611)

cherry-picked from master

16 years agoegl: plug a small memleak
Zack Rusin [Wed, 9 Jul 2008 14:20:28 +0000 (10:20 -0400)]
egl: plug a small memleak

16 years agodraw: remove some debug output
Zack Rusin [Wed, 9 Jul 2008 13:29:49 +0000 (09:29 -0400)]
draw: remove some debug output

16 years agomesa: remove debug code
Brian Paul [Tue, 8 Jul 2008 22:58:50 +0000 (16:58 -0600)]
mesa: remove debug code

16 years agomesa: implement glGetUniformiv() with new ctx->Driver function
Brian Paul [Tue, 8 Jul 2008 22:12:01 +0000 (16:12 -0600)]
mesa: implement glGetUniformiv() with new ctx->Driver function

The old implementation could overwrite the caller's param buffer.

16 years agomesa: fix bug/failure in recursive function inlining
Brian Paul [Tue, 8 Jul 2008 21:04:47 +0000 (15:04 -0600)]
mesa: fix bug/failure in recursive function inlining

Fixes a failure for cases such as y = f(a, f(a, b))
All the usual tests still pass but regressions are possible...

16 years agogallium: tweak printing of generic declarations
Brian Paul [Tue, 8 Jul 2008 21:00:11 +0000 (15:00 -0600)]
gallium: tweak printing of generic declarations

16 years agomesa: more debug output
Brian Paul [Tue, 8 Jul 2008 20:59:31 +0000 (14:59 -0600)]
mesa: more debug output

16 years agomesa: compute global var size before doing codegen
Brian Paul [Tue, 8 Jul 2008 19:05:43 +0000 (13:05 -0600)]
mesa: compute global var size before doing codegen

16 years agomesa: add missing VARYING case to storage_string()
Brian Paul [Tue, 8 Jul 2008 19:02:33 +0000 (13:02 -0600)]
mesa: add missing VARYING case to storage_string()

16 years agoi915: Takedown EGL screen
Jakob Bornecrantz [Tue, 8 Jul 2008 14:54:22 +0000 (16:54 +0200)]
i915: Takedown EGL screen