Zack Rusin [Wed, 10 Feb 2010 05:07:51 +0000 (00:07 -0500)]
scons: export drawllvm after actually checking that llvm is present
Kristian Høgsberg [Wed, 10 Feb 2010 02:01:04 +0000 (21:01 -0500)]
egl_dri2: Only allocate config if we're going to keep it
Small optimization.
Kristian Høgsberg [Wed, 10 Feb 2010 01:49:40 +0000 (20:49 -0500)]
egl_dri2: Initialize config attributes with visual id and class from X
Kristian Høgsberg [Wed, 10 Feb 2010 00:59:33 +0000 (19:59 -0500)]
eglinfo: Also print visual type, assuming X visual types
This may not make a lot of sense for non-X EGL, but for EGL under X
it's very useful.
Kristian Høgsberg [Tue, 9 Feb 2010 21:06:23 +0000 (16:06 -0500)]
egl_dri2: Allow pbuffer and pixmap surfaces for all configs
Pauli Nieminen [Wed, 10 Feb 2010 01:20:02 +0000 (03:20 +0200)]
radeon: Fix printf formatings to match te values.
Pauli Nieminen [Wed, 10 Feb 2010 01:00:12 +0000 (03:00 +0200)]
radeon: Define EXT_framebuffer_object constants to match hw.
This hides the assertion failure in glean/fbo test. Underlying
problem when same texture is set twice to different attachments
will cause assertion.
Brian Paul [Wed, 10 Feb 2010 01:05:42 +0000 (18:05 -0700)]
mesa: move all limit/constant assertions into check_context_limits()
Francisco Jerez [Tue, 9 Feb 2010 23:36:22 +0000 (00:36 +0100)]
Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.
Corbin Simpson [Tue, 9 Feb 2010 21:58:53 +0000 (13:58 -0800)]
r300g: One less assert.
This entire codepath needs to be cleaned to be more pliant towards
shader failure.
Corbin Simpson [Tue, 9 Feb 2010 21:53:30 +0000 (13:53 -0800)]
r300g: Don't write non-existent bit on non-r500.
Might help with compiz being funky with MRTs.
Corbin Simpson [Tue, 9 Feb 2010 21:50:54 +0000 (13:50 -0800)]
r300g: Correct colorbuffer measurements.
Also clarify changes from pointminmax.
Corbin Simpson [Tue, 9 Feb 2010 21:50:38 +0000 (13:50 -0800)]
r300g: Be ever-so-slightly more useful on bad shaders.
Kristian Høgsberg [Tue, 9 Feb 2010 20:54:59 +0000 (15:54 -0500)]
configure.ac: Enable egl demos when --enable-egl is passed
Kristian Høgsberg [Tue, 9 Feb 2010 20:52:30 +0000 (15:52 -0500)]
xeglgears: Add test case for eglBindTexImage()
Kristian Høgsberg [Tue, 9 Feb 2010 20:49:28 +0000 (15:49 -0500)]
egl_dri2: Implement eglBindTexImage()
Kristian Høgsberg [Tue, 9 Feb 2010 20:26:14 +0000 (15:26 -0500)]
dri_interface: Introduce DRI tokens for the texBuffer texture formats
This used to take GLX tokens, but the DRI interface can't depend on GLX
defines. We fix this by introducing DRI tokens that have the same value
as the GLX texture format tokens.
Kristian Høgsberg [Tue, 9 Feb 2010 15:57:43 +0000 (10:57 -0500)]
egl_dri2: Use a helper function for looking up and binding extensions
Brian Paul [Tue, 9 Feb 2010 20:10:05 +0000 (13:10 -0700)]
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
Not sure why this is needed now, after the gallivm re-org.
Brian Paul [Tue, 9 Feb 2010 20:08:23 +0000 (13:08 -0700)]
llvmpipe: remove .s rule (already in Makefile.template)
Brian Paul [Tue, 9 Feb 2010 20:07:58 +0000 (13:07 -0700)]
llvmpipe: lp_tile_surface.c isn't committed yet
Pauli Nieminen [Tue, 9 Feb 2010 19:37:19 +0000 (21:37 +0200)]
radeon: Add some debug output for fbo support
Pauli Nieminen [Mon, 8 Feb 2010 09:49:10 +0000 (11:49 +0200)]
r200: Fix UMS notto emit stp.
Polgon stipples are handled by kernel in UMS. Mark the
state as never to be emited for UMS.
Roland Scheidegger [Tue, 9 Feb 2010 18:32:21 +0000 (19:32 +0100)]
Merge branch 'gallium-nopointsizeminmax'
Conflicts:
src/gallium/drivers/nv10/nv10_state.c
src/gallium/drivers/nv20/nv20_state.c
src/gallium/drivers/nv50/nv50_program.c
Brian Paul [Tue, 9 Feb 2010 18:21:41 +0000 (11:21 -0700)]
docs: fix typo: s/osdemo/osdemos/
(cherry picked from commit
0371956d66cdc8a1629753fca9cb3cdc49b0d145)
Chris Li [Sat, 6 Feb 2010 05:25:17 +0000 (21:25 -0800)]
gallium: Adding the %.s rule to generate asm code
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Chris Li [Sat, 6 Feb 2010 05:22:39 +0000 (21:22 -0800)]
gallium: Using the proper pattern rules for Makefile template.
The .o.c rule is consider obsolete.
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Chris Li [Sat, 6 Feb 2010 03:41:32 +0000 (19:41 -0800)]
llvmpipe: Make llvm unit test depend on libllvmpipe.a
Signed-off-by: José Fonseca <jfonseca@vmware.com>
Roland Scheidegger [Mon, 8 Feb 2010 17:48:08 +0000 (18:48 +0100)]
st/mesa: fix wrong initialization of MaxPointSize
Jakob Bornecrantz [Sat, 6 Feb 2010 00:30:29 +0000 (01:30 +0100)]
vmware/core: Support drm interface version 1.0.0
Jakob Bornecrantz [Sat, 6 Feb 2010 00:29:47 +0000 (01:29 +0100)]
vmware/core: Use correct flags in scanout code
Jakob Bornecrantz [Sat, 6 Feb 2010 00:21:36 +0000 (01:21 +0100)]
vmware/core: Handle new scanout field
Jakob Bornecrantz [Fri, 5 Feb 2010 23:56:24 +0000 (00:56 +0100)]
vmware/core: Update header to latest version
Jakob Bornecrantz [Fri, 29 Jan 2010 16:11:36 +0000 (17:11 +0100)]
vmware/core: Remove old ioctl structs not used
Leftover that was never used in this driver
Michal Krol [Tue, 9 Feb 2010 15:20:55 +0000 (16:20 +0100)]
llvmpipe: Remove reference to prefilter field.
Kristian Høgsberg [Tue, 9 Feb 2010 15:21:19 +0000 (10:21 -0500)]
glx: Fix TOP setting in src/glx Makefile
Argh, forgot to commit this fix before pushing.
Kristian Høgsberg [Tue, 9 Feb 2010 14:58:36 +0000 (09:58 -0500)]
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg [Tue, 9 Feb 2010 14:49:56 +0000 (09:49 -0500)]
egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY
Brian Paul [Fri, 5 Feb 2010 19:57:11 +0000 (12:57 -0700)]
fix bug in perspective corrected interpolants for lines
Brian Paul [Fri, 5 Feb 2010 17:54:40 +0000 (10:54 -0700)]
progs/tests: add line drawing option to cylwrap.c
Brian Paul [Fri, 5 Feb 2010 17:21:15 +0000 (10:21 -0700)]
progs/tests: add x/y rotation to cylwrap.c
Brian Paul [Fri, 5 Feb 2010 17:18:25 +0000 (10:18 -0700)]
st/mesa: remove special-case cyl-wrap code
Cylinder wrap mode works with perspective interpolation now.
Michal Krol [Fri, 5 Feb 2010 16:12:48 +0000 (17:12 +0100)]
softpipe: Properly implement cylindrical wrapping.
Michal Krol [Fri, 5 Feb 2010 14:16:07 +0000 (15:16 +0100)]
Revert "softpipe: Implement cylindrical wrapping for linear interpolator."
This reverts commit
444cd62ca33a45bd39e8408979a0a01c246c6381.
Brian Paul [Thu, 4 Feb 2010 23:43:08 +0000 (16:43 -0700)]
progs/tests: new test program for exercising cylindrical tex wrap mode
Brian Paul [Thu, 4 Feb 2010 23:36:55 +0000 (16:36 -0700)]
st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
Brian Paul [Thu, 4 Feb 2010 23:40:47 +0000 (16:40 -0700)]
mesa: add back-door support for cylindrical texture wrap mode
If the texture priority field is 0.125 set the PROG_PARAM_BIT_CYL_WRAP
flag. The gallium state tracker will look for this flag.
This feature is only for testing purposes and may be remove at some
point. But if it's useful we could write a GL/Mesa extension to
expose it properly.
Michal Krol [Wed, 3 Feb 2010 14:49:10 +0000 (15:49 +0100)]
gallium: Remove prefilter member from pipe_sampler_state struct.
Michal Krol [Wed, 3 Feb 2010 14:45:32 +0000 (15:45 +0100)]
docs: Document TGSI Declaration token.
Michal Krol [Wed, 3 Feb 2010 14:30:17 +0000 (15:30 +0100)]
softpipe: Implement cylindrical wrapping for linear interpolator.
Michal Krol [Wed, 3 Feb 2010 14:29:21 +0000 (15:29 +0100)]
tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.
Michal Krol [Wed, 3 Feb 2010 14:28:50 +0000 (15:28 +0100)]
tgsi: Add ureg_DECL_fs_input_cyl().
Allows one to declare fragment shader inputs with cylindrical wrap info.
Michal Krol [Wed, 3 Feb 2010 14:28:03 +0000 (15:28 +0100)]
gallium: Add cylindrical wrap info to TGSI declaration.
Michal Krol [Wed, 3 Feb 2010 10:19:04 +0000 (11:19 +0100)]
tgsi: Remove tgsi_dump_c.[ch].
Little utility after development stabilisation, use tgsi_dump instead.
Michal Krol [Tue, 9 Feb 2010 13:25:41 +0000 (14:25 +0100)]
mesa: Enable true refcounting for NullBufferObj.
This object can be shared with another context, so we cannot just
delete it when the owning context is being destroyed.
Ensuring that buffer objects are properly refcounted guarantees
NullBufferObj is destroyed when all references to it are removed.
Michal Krol [Mon, 8 Feb 2010 18:43:42 +0000 (19:43 +0100)]
mesa: Protect buffer objects reference counting with a mutex.
José Fonseca [Mon, 1 Feb 2010 21:33:04 +0000 (21:33 +0000)]
mesa: Ensure object refcount is null when destroying the buffer.
Lets see if this is not too pedantic. Obj pointers are never exposed to
GL apps so it should be possible to get this right.
Furthermore apps with GL widgets and test suits create and destroy many
contexts and objects, so bad reference counting is not really an option.
José Fonseca [Mon, 1 Feb 2010 21:30:50 +0000 (21:30 +0000)]
mesa: Fix null buffer object reference counting.
Always use _mesa_reference_buffer_object, and never call
ctx->Driver.DeleteBuffer() directly to prevent dangling pointers to the
null buffer object.
This fixes crash/assertions in sharedtex_mt and Autodesk Mudbox.
José Fonseca [Mon, 1 Feb 2010 21:22:10 +0000 (21:22 +0000)]
mesa: Always do proper ref counting of shared state.
José Fonseca [Thu, 28 Jan 2010 20:51:52 +0000 (20:51 +0000)]
svga: Actually call fence_reference in texture downloads.
Vinson Lee [Tue, 9 Feb 2010 09:35:14 +0000 (01:35 -0800)]
progs/xdemos: Silence uninitialized variable warning.
Vinson Lee [Tue, 9 Feb 2010 09:26:11 +0000 (01:26 -0800)]
r300g: Fix off-by-one errors in array bounds assertions.
Zack Rusin [Tue, 9 Feb 2010 05:00:35 +0000 (00:00 -0500)]
scons: don't assume llvm is always present
Zack Rusin [Tue, 9 Feb 2010 02:50:33 +0000 (21:50 -0500)]
llvmpipe: switch to using dynamic stack allocation instead of registers
with mutable vars we don't need to follow the phi nodes. meaning that
control flow becomes trivial as we don't have scan the rest of the tgsi
to figure out the variable usage anymore. futhermore the memory2register
pass promotes alloca/store/load to registers while inserting the right phi
nodes. so we get simplicity and performance.
Vinson Lee [Tue, 9 Feb 2010 02:22:29 +0000 (18:22 -0800)]
identity: Remove unnecessary header.
Vinson Lee [Tue, 9 Feb 2010 02:14:49 +0000 (18:14 -0800)]
softpipe: Remove unnecessary headers.
Brian Paul [Tue, 9 Feb 2010 00:51:48 +0000 (17:51 -0700)]
gallivm: added lp_bld_misc.cpp to sources list
Brian Paul [Tue, 9 Feb 2010 00:40:02 +0000 (17:40 -0700)]
llvmpipe: include gallivm/lp_bld_misc.h
Brian Paul [Tue, 9 Feb 2010 00:39:08 +0000 (17:39 -0700)]
gallivm: added gallivm/lp_bld_misc.cpp to Makefile
Brian Paul [Tue, 9 Feb 2010 00:38:35 +0000 (17:38 -0700)]
llvmpipe: remove files moved to gallivm/ from llvmpipe/Makefile
Brian Paul [Tue, 9 Feb 2010 00:34:59 +0000 (17:34 -0700)]
llvmpipe: s/textured/texture/
Brian Paul [Mon, 8 Feb 2010 20:09:18 +0000 (13:09 -0700)]
llvmpipe: added counters for color tile clear, load, store
Brian Paul [Mon, 8 Feb 2010 20:07:31 +0000 (13:07 -0700)]
llvmpipe: use new os time functions
Francisco Jerez [Mon, 8 Feb 2010 22:15:03 +0000 (23:15 +0100)]
glx: Fix SwapBuffers regression introduced by
01923fb72d.
After that commit, some dri2 protocol symbols were being checked from
places that weren't including dri2proto.h, effectively disabling some
valuable SwapBuffers codepaths.
Zack Rusin [Mon, 8 Feb 2010 23:05:22 +0000 (18:05 -0500)]
llvmpipe: export the tgsi translation code to a common layer
the llvmpipe tgsi translation is a lot more complete than what was in
gallivm so replacing the latter with the former. this is needed since
the draw llvm paths will use the same code. effectively the proven
llvmpipe code becomes gallivm.
Corbin Simpson [Mon, 8 Feb 2010 22:03:28 +0000 (14:03 -0800)]
radeong: Provide drm_api::destroy hook.
Pedantic Corbin is pedantic.
Corbin Simpson [Mon, 8 Feb 2010 21:37:55 +0000 (13:37 -0800)]
radeong: Always return something for create_screen.
Prevents a segfault on e.g. r600.
Keith Whitwell [Mon, 8 Feb 2010 19:45:02 +0000 (19:45 +0000)]
st/dri: fix compile breakage
Keith Whitwell [Mon, 8 Feb 2010 17:15:47 +0000 (17:15 +0000)]
egl: re-fix context_create typo
Keith Whitwell [Mon, 8 Feb 2010 17:13:15 +0000 (17:13 +0000)]
svga: remove dead debug sleep
Keith Whitwell [Mon, 8 Feb 2010 16:35:43 +0000 (16:35 +0000)]
gallium: remove softpipe references in other drivers
Keith Whitwell [Mon, 8 Feb 2010 16:35:32 +0000 (16:35 +0000)]
drm/radeon: remove softpipe references
Marc Dietrich [Sat, 6 Feb 2010 14:07:48 +0000 (15:07 +0100)]
cell: fix the usual cell breakage
also update the cell config a bit
Signed-off-by: Brian Paul <brianp@vmware.com>
Keith Whitwell [Mon, 8 Feb 2010 12:55:59 +0000 (12:55 +0000)]
gallium: squash-merge of gallium screen context
Squashed commit of the following:
commit
009598122adf5cad42bf9af067eccaf8e89e1233
Author: Christoph Bumiller <
e0425955@student.tuwien.ac.at>
Date: Mon Feb 8 11:03:26 2010 +0000
nouveau: fix gallium-screen-context branch fallout
commit
7b2ffc2019d72e833afea7eebf3e80121187375d
Merge: 51e190e c036d13
Author: Keith Whitwell <keithw@vmware.com>
Date: Fri Feb 5 09:55:02 2010 +0000
Merge commit 'origin/master' into gallium-screen-context
Conflicts:
src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c
This branch has got a pretty tortured history now, I expect
a squash merge will be appropriate when it is done.
commit
51e190e95acf120f72768fafb29e9721e358df1b
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:58:02 2010 +0000
gallium: fix some build issues
commit
f524bdaa723fb181637ad30c6ad708aeedabe25b
Merge: f906212 3aba0a2
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:51:32 2010 +0000
Merge commit 'origin/master' into gallium-screen-context
commit
f9062126883199eabf045714c717cd35f4b7b313
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 17:17:12 2010 +0000
gallium/docs: small description of screen::create_context
commit
efcb37bd3d5ed37f06c6105bd2d750b374ec0927
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:42 2010 +0000
drm/radeon: more dead create_context wrapper removal
commit
6badc0dd9e06cf2ec936940bcf12b9ef5324b301
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:30 2010 +0000
drm/i965: more dead create_context wrapper removal
commit
cf04ebd5a54b18b2d894cfdab2b0f2fd55626ffc
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:42:05 2010 +0000
st/python: more dead create_context wrapper removal
commit
444f114c3516abf71c430e6e9d0d2ae3b80679d3
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:37:58 2010 +0000
idenity: wrapped context creation
commit
5a6d09cb9e468d1ee6c8d54b887618819d8d94f2
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:28:47 2010 +0000
ws/gdi: remove dead context_create wrapper
commit
132b55f4bec39386ac625f09aaa11f609664024c
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:27:52 2010 +0000
ws/gdi: remove dead context_create wrapper
commit
56d2d21a0cdcb197a364049d354c2f15a4fc026a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:25:38 2010 +0000
st/xorg: use screen::context_create
commit
838c5cfe56b2af6c644909bed3c5e7cdd64c336a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:23:20 2010 +0000
glx/xlib: simplify creation of trace-wrapped contexts
Trace screen knows how to properly wrap context creation in the
wrapped screen, so nothing special to do here.
commit
c99404c03ebaec4175f08a2f363e43c9085f2635
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:18:24 2010 +0000
st/python: no need to special case context creation for trace
commit
193a527a682b6877bb1faecd8092df4dfd055a18
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:15:30 2010 +0000
drm/radeon: remove dead create_context declaration
commit
bb984eecc25cf23bc77e1c818b81165ba1a07c9a
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:14:58 2010 +0000
nv/drm: remove dead create_context ref
commit
e809313a44287dc4e16c28e9e74ef3b2b5271aa1
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:12:51 2010 +0000
st/egl: remove a layer of wrappers around screen::create_context
commit
39caa6672a04122f185c22e17aab86d1c40938bf
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:05:28 2010 +0000
r300g: fill in screen::context_create
commit
407f12556d16ba0656774d8a1d9ebda22f82f473
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 16:04:04 2010 +0000
cell: adapt for screen::create_context, untested
commit
d02b0c6ce321a04c76fdabb09e0e4380ce1c1376
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:50:24 2010 +0000
drm/nv: adapt for screen::create_context
All contexts now created directly through the screen, so remove
equivalent code here.
Remove apparently un-needed array of contexts in the winsys.
commit
53eec5b1349aa1b6892a75a7bff7e7530957aeae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:50:08 2010 +0000
stw: adapt for screen::create_context, untested
commit
c6a64de3eb381bc9a88e9fbdecbf87d77925aaf5
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:49:20 2010 +0000
trace: expose the wrapped context's priv data
If we are going to keep this priv idea, really want an accessor
function for it so that trace and other drivers can wrap that.
commit
75d6104e11d86ec2b0749627ed58e35f856ee6eb
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:47:55 2010 +0000
nv30: adapt to screen::context_create
commit
12f5deb6ed9723e9b5d34577052b8365813ca14e
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:44:47 2010 +0000
nv40: adapt to screen::context_create
commit
14baccaa3b6bbb3b91056126f6521828e786dc62
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:35:27 2010 +0000
nv50: adapt to screen::create_context
Not build tested. Need to figure out how to build nouveau.
commit
a0e94505ccd2d7f3e604465a2ac302f1286b73b6
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:22:27 2010 +0000
llvmpipe: update for screen::create_context, untested
commit
0eae17107c950346030e4f7e0ec232f868d3893d
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 15:16:57 2010 +0000
xlib/llvmpipe: remove dead winsys context creation path
commit
2f69f9ffaa7e2a01d2483277246ed13051ae4ca3
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 14:58:27 2010 +0000
gallium: convert most code to use screen::create_context
I wish I could build all of gallium at once to find breakages.
commit
d7b57f4061b82322cbcae176125913d9f0dea6c1
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 12:46:21 2010 +0000
glx: permit building with older protocol headers
I'd like to be able to build mesa on current distro releases without
having to upgrade from the standard dri2proto and glproto headers. With
this change I'm able to build on ancient releases such as Ubuntu 9-10...
In general, it would be nice to be able to build-test mesa to check for
unintended breakages without having to follow the external dependencies
of every group working on the codebase.
commit
57adedd6fb06c98572ed8d4aef19203df4c4eea2
Merge: da71847 e1906ae
Author: Keith Whitwell <keithw@vmware.com>
Date: Thu Feb 4 11:38:15 2010 +0000
Merge commit 'origin/master' into gallium-screen-context
Conflicts:
src/gallium/drivers/softpipe/sp_video_context.h
src/gallium/drivers/trace/tr_context.c
src/gallium/state_trackers/wgl/shared/stw_context.c
src/gallium/winsys/gdi/gdi_softpipe_winsys.c
commit
da71847ea6414d7e352c6094f8963bb4eda344dc
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:57:39 2009 +0100
wgl: Use pipe_screen::context_create.
commit
2595a188f93fd903600ef5d8517737ee0592035d
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:56:47 2009 +0100
trace: Implement pipe_screen::context_create.
commit
f3640e4ae37a5260cbfba999d079f827de0a313a
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:56:17 2009 +0100
softpipe: Implement pipe_screen::context_create.
commit
347266bddc8bd39c711bacb2193793759d0f3696
Author: José Fonseca <jfonseca@vmware.com>
Date: Sat May 2 08:55:31 2009 +0100
gallium: New pipe_screen::context_create callback.
Keith Whitwell [Thu, 4 Feb 2010 12:46:21 +0000 (12:46 +0000)]
glx: permit building with older protocol headers
I'd like to be able to build mesa on current distro releases without
having to upgrade from the standard dri2proto and glproto headers. With
this change I'm able to build on ancient releases such as Ubuntu 9-10...
In general, it would be nice to be able to build-test mesa to check for
unintended breakages without having to follow the external dependencies
of every group working on the codebase.
Seems to introduce no changes to the build of libglapi.a when tested against
new versions of the headers.
Joakim Sindholt [Mon, 8 Feb 2010 11:33:02 +0000 (12:33 +0100)]
progs/demos: update .gitignore
Vinson Lee [Mon, 8 Feb 2010 09:53:31 +0000 (01:53 -0800)]
progs/xdemos: Silence uninitialized variable warning.
Dave Airlie [Mon, 8 Feb 2010 07:17:34 +0000 (17:17 +1000)]
radeon: fix UMS since stp addition.
UMS doesn't need the STP atom.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Pauli Nieminen [Sun, 7 Feb 2010 05:36:13 +0000 (07:36 +0200)]
mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.
Without subtracting one pow2 value would be rounded up to next pow2
which is not correct behaviour for the function.
Pauli Nieminen [Sun, 7 Feb 2010 04:41:12 +0000 (06:41 +0200)]
r200: Fix LOD min/max emit.
Just emit minLod and maxLod to correct reisters.
Fixes lodclamp and levelclamp test cases from piglit.
Pauli Nieminen [Sun, 7 Feb 2010 01:06:27 +0000 (03:06 +0200)]
r100/r200/r300/r600: Set MaxCombinedTextureImageunits.
Fixes glActiveTexture to set GL_INVALID_ENUM when trying
to activate texture unit that is not available.
piglit test case general/texunit passes now.
Pauli Nieminen [Sun, 7 Feb 2010 00:50:48 +0000 (02:50 +0200)]
r200: Fix lod bias correction.
glean/pointSprite shows that rv280 is trying to read from better
quality mipmap level. We have to correct default lod bias to match
required texture selection.
Vinson Lee [Sun, 7 Feb 2010 08:09:46 +0000 (00:09 -0800)]
llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warnings.
Vinson Lee [Sun, 7 Feb 2010 08:05:02 +0000 (00:05 -0800)]
svga: Remove unnecessary header.
Vinson Lee [Sun, 7 Feb 2010 08:02:05 +0000 (00:02 -0800)]
llvmpipe: Remove unnecessary headers.
Marek Olšák [Fri, 5 Feb 2010 23:43:23 +0000 (00:43 +0100)]
r300g: cleanup XXXs in the DSA state
Marek Olšák [Fri, 5 Feb 2010 07:12:01 +0000 (08:12 +0100)]
r300g: make a local copy of framebuffer state
The previous more direct approach was simply incorrect.
piglit/levelclamp passes again.
Marek Olšák [Fri, 5 Feb 2010 06:07:22 +0000 (07:07 +0100)]
r300g: fix color channel masks
glean/maskedClear passes again.
Marek Olšák [Fri, 5 Feb 2010 04:55:15 +0000 (05:55 +0100)]
r300g: remove useless GA_COLOR_CONTROL emit
Already emitted in r300_emit_draw_xxx.
Marek Olšák [Fri, 5 Feb 2010 04:01:14 +0000 (05:01 +0100)]
r300g: add L8_SRGB and A8L8_SRGB texture formats