unknown
b91bb45899
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa
15 年之前
Brian Paul
3251f31d59
glsl/pp: fix extension enable/disable options
Now the #extension name: disable/enable flags do the right thing.
Fixes glean/glsl1 "Preprocessor test (extension test 3)"
15 年之前
unknown
c3b62372db
Add new symbol to exports list
15 年之前
Michal Krol
8b1c332a77
Simplify GLSL extension mechanism.
Since extension name and extension name string are the same, collapse
them into one name.
15 年之前
Michal Krol
c1395a71ac
glsl/pp: Fix ifdef directive for extension names.
15 年之前
Brian Paul
eb095b67ad
glsl: GLSL extensions have the GL_ prefix
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.
15 年之前
Zack Rusin
f88b43e8d0
st/xorg: fix a silly offset bug in xv
we were multiplying the difference in the wrong direction.
15 年之前
Kristian Høgsberg
3a0e4eb94c
r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename
Oops, I n00bed it.
15 年之前
José Fonseca
ba33fed610
llvmpipe: Fix null pointer dereference when no depth buffer is bound.
15 年之前
José Fonseca
5e6a900510
llvmpipe: Leave depth buffer in swizzled format.
This fixes several assertion failures due to only Z32 being supported.
15 年之前
Vinson Lee
7a593afa17
glu/sgi: Initialize member of class Uarray.
15 年之前
Vinson Lee
58c991a640
llvmpipe: Remove unnecessary headers.
15 年之前
Zack Rusin
08e2eab8a4
scons: export drawllvm after actually checking that llvm is present
15 年之前
Kristian Høgsberg
c19dab7c59
egl_dri2: Only allocate config if we're going to keep it
Small optimization.
15 年之前
Kristian Høgsberg
c3c1a7e1d9
egl_dri2: Initialize config attributes with visual id and class from X
15 年之前
Kristian Høgsberg
368bb3dc2b
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.
15 年之前
Kristian Høgsberg
360faf80ca
egl_dri2: Allow pbuffer and pixmap surfaces for all configs
15 年之前
Pauli Nieminen
77e6fb17d9
radeon: Fix printf formatings to match te values.
15 年之前
Pauli Nieminen
42026a8ccf
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.
15 年之前
Brian Paul
4bce2fb30e
mesa: move all limit/constant assertions into check_context_limits()
15 年之前
Francisco Jerez
96100f39be
Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.
15 年之前
Corbin Simpson
dbc1340191
r300g: One less assert.
This entire codepath needs to be cleaned to be more pliant towards
shader failure.
15 年之前
Corbin Simpson
8c85002951
r300g: Don't write non-existent bit on non-r500.
Might help with compiz being funky with MRTs.
15 年之前
Corbin Simpson
67b60b9934
r300g: Correct colorbuffer measurements.
Also clarify changes from pointminmax.
15 年之前
Corbin Simpson
5a27a77d00
r300g: Be ever-so-slightly more useful on bad shaders.
15 年之前
Kristian Høgsberg
1ebc568154
configure.ac: Enable egl demos when --enable-egl is passed
15 年之前
Kristian Høgsberg
ab487f7ffa
xeglgears: Add test case for eglBindTexImage()
15 年之前
Kristian Høgsberg
bba5a98dfd
egl_dri2: Implement eglBindTexImage()
15 年之前
Kristian Høgsberg
debf00e5fc
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.
15 年之前
Kristian Høgsberg
8c593d3ea9
egl_dri2: Use a helper function for looking up and binding extensions
15 年之前
Brian Paul
ed46e90f05
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
Not sure why this is needed now, after the gallivm re-org.
15 年之前
Brian Paul
822d951b5d
llvmpipe: remove .s rule (already in Makefile.template)
15 年之前
Brian Paul
aa4ed6a0e6
llvmpipe: lp_tile_surface.c isn't committed yet
15 年之前
Pauli Nieminen
4767d27ee3
radeon: Add some debug output for fbo support
15 年之前
Pauli Nieminen
9e587dbd78
r200: Fix UMS notto emit stp.
Polgon stipples are handled by kernel in UMS. Mark the
state as never to be emited for UMS.
15 年之前
Roland Scheidegger
653a83445f
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
15 年之前
Brian Paul
b0613d8767
docs: fix typo: s/osdemo/osdemos/
(cherry picked from commit 0371956d66
)
15 年之前
Chris Li
a8f4904fb3
gallium: Adding the %.s rule to generate asm code
Signed-off-by: José Fonseca <jfonseca@vmware.com>
15 年之前
Chris Li
62d1e40e0d
gallium: Using the proper pattern rules for Makefile template.
The .o.c rule is consider obsolete.
Signed-off-by: José Fonseca <jfonseca@vmware.com>
15 年之前
Chris Li
8b6ec94aec
llvmpipe: Make llvm unit test depend on libllvmpipe.a
Signed-off-by: José Fonseca <jfonseca@vmware.com>
15 年之前
Roland Scheidegger
dd7be07c96
st/mesa: fix wrong initialization of MaxPointSize
15 年之前
Jakob Bornecrantz
6ef1d60407
vmware/core: Support drm interface version 1.0.0
15 年之前
Jakob Bornecrantz
6a4cd124af
vmware/core: Use correct flags in scanout code
15 年之前
Jakob Bornecrantz
6ffb6318a0
vmware/core: Handle new scanout field
15 年之前
Jakob Bornecrantz
a9d61c286d
vmware/core: Update header to latest version
15 年之前
Jakob Bornecrantz
7afcfa0683
vmware/core: Remove old ioctl structs not used
Leftover that was never used in this driver
15 年之前
Michal Krol
72fa4ef649
llvmpipe: Remove reference to prefilter field.
15 年之前
Kristian Høgsberg
2ecbe4e208
glx: Fix TOP setting in src/glx Makefile
Argh, forgot to commit this fix before pushing.
15 年之前
Kristian Høgsberg
6e8897ff9f
Retire miniglx and move the actual glx code up to src/glx
15 年之前
Kristian Høgsberg
538539d879
egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY
15 年之前