summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Simplify GLSL extension mechanism.Michal Krol6-18/+10
Since extension name and extension name string are the same, collapse them into one name.
2010-02-10glsl/pp: Fix ifdef directive for extension names.Michal Krol1-42/+30
2010-02-10glsl: GLSL extensions have the GL_ prefixBrian Paul1-2/+2
Both the #extension directive name and the preprocessor symbol start with the GL_ prefix. For example: ... New glean/glsl1 tests have been added to test the #extension feature.
2010-02-10st/xorg: fix a silly offset bug in xvZack Rusin1-2/+9
we were multiplying the difference in the wrong direction.
2010-02-10r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg1-1/+1
Oops, I n00bed it.
2010-02-10llvmpipe: Fix null pointer dereference when no depth buffer is bound.José Fonseca1-0/+3
2010-02-10llvmpipe: Leave depth buffer in swizzled format.José Fonseca4-118/+78
This fixes several assertion failures due to only Z32 being supported.
2010-02-10glu/sgi: Initialize member of class Uarray.Vinson Lee1-0/+1
2010-02-10llvmpipe: Remove unnecessary headers.Vinson Lee2-3/+0
2010-02-10scons: export drawllvm after actually checking that llvm is presentZack Rusin1-7/+6
2010-02-09egl_dri2: Only allocate config if we're going to keep itKristian Høgsberg1-36/+31
Small optimization.
2010-02-09egl_dri2: Initialize config attributes with visual id and class from XKristian Høgsberg1-16/+58
2010-02-09eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg1-5/+10
This may not make a lot of sense for non-X EGL, but for EGL under X it's very useful.
2010-02-09egl_dri2: Allow pbuffer and pixmap surfaces for all configsKristian Høgsberg1-8/+7
2010-02-10radeon: Fix printf formatings to match te values.Pauli Nieminen2-2/+2
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen4-0/+9
This hides the assertion failure in glean/fbo test. Underlying problem when same texture is set twice to different attachments will cause assertion.
2010-02-09mesa: move all limit/constant assertions into check_context_limits()Brian Paul1-30/+30
2010-02-10Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.Francisco Jerez2-1173/+0
2010-02-09r300g: One less assert.Corbin Simpson1-1/+0
This entire codepath needs to be cleaned to be more pliant towards shader failure.
2010-02-09r300g: Don't write non-existent bit on non-r500.Corbin Simpson1-4/+11
Might help with compiz being funky with MRTs.
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson3-10/+36
Also clarify changes from pointminmax.
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson1-1/+3
2010-02-09configure.ac: Enable egl demos when --enable-egl is passedKristian Høgsberg1-0/+4
2010-02-09xeglgears: Add test case for eglBindTexImage()Kristian Høgsberg1-24/+75
2010-02-09egl_dri2: Implement eglBindTexImage()Kristian Høgsberg1-9/+76
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg8-24/+27
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.
2010-02-09egl_dri2: Use a helper function for looking up and binding extensionsKristian Høgsberg1-27/+52
2010-02-09gallium/auxiliary: add -D__STDC_CONSTANT_MACROSBrian Paul1-0/+3
Not sure why this is needed now, after the gallivm re-org.
2010-02-09llvmpipe: remove .s rule (already in Makefile.template)Brian Paul1-5/+0
2010-02-09llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul1-1/+0
2010-02-09radeon: Add some debug output for fbo supportPauli Nieminen4-0/+80
2010-02-09r200: Fix UMS notto emit stp.Pauli Nieminen1-1/+4
Polgon stipples are handled by kernel in UMS. Mark the state as never to be emited for UMS.
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger28-104/+1381
Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c
2010-02-09docs: fix typo: s/osdemo/osdemos/Brian Paul1-1/+1
(cherry picked from commit 0371956d66cdc8a1629753fca9cb3cdc49b0d145)
2010-02-09gallium: Adding the %.s rule to generate asm codeChris Li1-0/+3
Signed-off-by: José Fonseca <jfonseca@vmware.com>
2010-02-09gallium: Using the proper pattern rules for Makefile template.Chris Li1-3/+3
The .o.c rule is consider obsolete. Signed-off-by: José Fonseca <jfonseca@vmware.com>
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li1-3/+2
Signed-off-by: José Fonseca <jfonseca@vmware.com>
2010-02-08st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger1-0/+4
2010-02-06vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz1-1/+1
2010-02-06vmware/core: Use correct flags in scanout codeJakob Bornecrantz1-4/+4
2010-02-06vmware/core: Handle new scanout fieldJakob Bornecrantz4-4/+35
2010-02-06vmware/core: Update header to latest versionJakob Bornecrantz1-3/+9
2010-02-06vmware/core: Remove old ioctl structs not usedJakob Bornecrantz1-43/+0
Leftover that was never used in this driver
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol1-1/+0
2010-02-09glx: Fix TOP setting in src/glx MakefileKristian Høgsberg1-1/+1
Argh, forgot to commit this fix before pushing.
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg70-4367/+114
2010-02-09egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAYKristian Høgsberg1-6/+6
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul1-2/+1
2010-02-09progs/tests: add line drawing option to cylwrap.cBrian Paul1-10/+34
2010-02-09progs/tests: add x/y rotation to cylwrap.cBrian Paul1-14/+45