summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-10os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee
Pthreads barrier functions are not available on some POSIX platforms.
2010-02-10ffb: Fix build.Vinson Lee
2010-02-10gallium: cast to silence waringBrian Paul
2010-02-10gallium: use os_time.hBrian Paul
2010-02-10gallium: use os_time.h in pb_bufmgr_cache.cBrian Paul
Untested, but seems straightforward.
2010-02-10gallium: use os_time.h in u_timed_winsys.cBrian Paul
2010-02-10scons: add another prefix for mingw32 on FedoraBrian Paul
(cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a)
2010-02-10dri: Fix one last copy-and-paste brain damage from a previous commitIan Romanick
2010-02-10scons: User friendly message for code generated filesJosé Fonseca
2010-02-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesaKarl Schultz
2010-02-10Update Visual Studio Project files to compile the shader compiler and build ↵Karl Schultz
the prebuilt shader header files.
2010-02-10r300g: Fix typo.Corbin Simpson
Thanks to Uros Bizjak for catching it.
2010-02-10r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson
Fixes fallout from 9a1bf52c.
2010-02-10scons: Only build progs when explicitly requested in the command line.José Fonseca
2010-02-10llvmpipe: Map rendertargets when bound as textures.José Fonseca
Fixes gearbox segfault (fdo 25960). Corruption remains.
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick
A number of places in 3cce4a1e10361458630511543b7a8a6438544775 use TRUE instead of GL_TRUE. This causes build failures in all of the drivers that I don't typically build. Win. Reported by sungami on IRC. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2010-02-10intel: Don't expose GLX_SWAP_EXCHANGE_OMLIan Romanick
We can't always guarantee that the swap will happen by exchange, so we can't expose this mode. GLX_SWAP_UNDEFINED_OML already covers the case where the swap *might be* by exchange. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2010-02-10intel: Expose a minimal number of configs with accumulation bufferIan Romanick
Expose one config per color depth that includes accumulation buffer. We could probably expose only one config with accumulation buffer, but that would require figuring out the actual color depth. This is easier and only exposes 2 useless configs. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
Modify the interface to driCreateConfigs allowing drivers to not expose configs with an accumuation buffer. All of the drivers calling function have been updated to pass true for the accumulation selector. This maintains the current behavior. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com>
2010-02-10intel: Stop exposing useless 24 depth/0 stencil configsIan Romanick
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2010-02-10intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2Ian Romanick
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2010-02-10intel: Update comment in intelInitScreen2 to noting DRI2 protocol issuesIan Romanick
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2010-02-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesaunknown
2010-02-10glsl/pp: fix extension enable/disable optionsBrian Paul
Now the #extension name: disable/enable flags do the right thing. Fixes glean/glsl1 "Preprocessor test (extension test 3)"
2010-02-10Add new symbol to exports listunknown
2010-02-10Simplify GLSL extension mechanism.Michal Krol
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 Krol
2010-02-10glsl: GLSL extensions have the GL_ prefixBrian Paul
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 Rusin
we were multiplying the difference in the wrong direction.
2010-02-10r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg
Oops, I n00bed it.
2010-02-10llvmpipe: Fix null pointer dereference when no depth buffer is bound.José Fonseca
2010-02-10llvmpipe: Leave depth buffer in swizzled format.José Fonseca
This fixes several assertion failures due to only Z32 being supported.
2010-02-10glu/sgi: Initialize member of class Uarray.Vinson Lee
2010-02-10llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-10scons: export drawllvm after actually checking that llvm is presentZack Rusin
2010-02-09egl_dri2: Only allocate config if we're going to keep itKristian Høgsberg
Small optimization.
2010-02-09egl_dri2: Initialize config attributes with visual id and class from XKristian Høgsberg
2010-02-09eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg
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øgsberg
2010-02-10radeon: Fix printf formatings to match te values.Pauli Nieminen
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
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 Paul
2010-02-10Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.Francisco Jerez
2010-02-09r300g: One less assert.Corbin Simpson
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 Simpson
Might help with compiz being funky with MRTs.
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
Also clarify changes from pointminmax.
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson
2010-02-09configure.ac: Enable egl demos when --enable-egl is passedKristian Høgsberg
2010-02-09xeglgears: Add test case for eglBindTexImage()Kristian Høgsberg
2010-02-09egl_dri2: Implement eglBindTexImage()Kristian Høgsberg