summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith2010-04-194-6/+10
| | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Dan Nicholson <[email protected]> (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc)
* DRI2: check for swapAvailable before using swap interval protocolJesse Barnes2010-04-191-1/+7
| | | | This should have been part of the last change...
* DRI2: synchronize swap interval with server at startup timeJesse Barnes2010-04-191-1/+6
| | | | | | | In the direct rendered case, we need to tell the server our initial swap interval. If we don't, the local and server values will be out of sync, since the server and client defaults may be different (as they were before this patch).
* st/mesa: invert scissor rect depending on FB orientationBrian Paul2010-04-191-5/+8
| | | | Fixes fd.o bug 27715
* mesa: Fix build with gcc 3.3.Matthieu Herrb2010-04-192-3/+6
| | | | Signed-off-by: Brian Paul <[email protected]>
* radeon: Let this build with gcc 3.3Matthieu Herrb2010-04-191-3/+5
| | | | | | Declaring the loop index inside for () is not supported by this version. Signed-off-by: Brian Paul <[email protected]>
* radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.Owain Ainsworth2010-04-191-1/+1
| | | | | | | | This should be drmCommandWriteRead to avoid an EINVAL error on systems that strictly check ioctl args. This command has been r/w for ever. Discussion with airlied agreed that this was the correct course. Signed-off-by: Brian Paul <[email protected]>
* mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb2010-04-191-1/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-1921-57/+213
| | | | | | | | | | | When points or lines are decomposed into triangles, we need to be sure to disable polygon culling, stippling, "un-filled" modes, etc. This patch sets the rasterization state to disable those things prior to drawing points/lines with triangles, then restores the previous state afterward. The new piglit point-no-line-cull test checks this problem & solution.
* docs: update links for new mesa-users and mesa-announce listsBrian Paul2010-04-161-4/+4
|
* savage: call _mesa_meta_init/free()Tormod Volden2010-04-161-0/+5
| | | | | | | | Fixes crash when using _mesa_CopyTexImage2D. Bug #27652. Signed-off-by: Tormod Volden <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* softpipe: Fix division by zeroArpad Borsos2010-04-141-3/+3
| | | | | | | This can be triggered by running the cairo tests using the gl backend and softpipe. Signed-off-by: Brian Paul <[email protected]>
* Initialize DRI2 swap interval to 0Michael Schmidt2010-04-141-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=27628
* DRI2: report swap events correctly in direct rendered caseJesse Barnes2010-04-131-2/+1
| | | | | | | In the direct rendered case, we need to convert DRI2 swap complete events to GLX events for the client to consume. This path had what looks like a stray "& 0x75" from some earlier debugging that prevented clients from seeing the right event code.
* docs: update name, link for mesa-dev listBrian Paul2010-04-121-2/+2
|
* i915g: Fix assert.Vinson Lee2010-04-111-1/+1
|
* r300: respect radeon common code fallbacksMaciej Cencora2010-04-113-2/+10
| | | | Fixes progs/demos/shadowtex under KMS
* r300: set proper vertex index limits also in non indexed modeMaciej Cencora2010-04-111-0/+8
| | | | Fixes #27521, broken menus in UT2004 and broken water refraction in Sauerbraten.
* r600: add new r7xx pci idsAlex Deucher2010-04-092-0/+6
|
* glx: Fix config chooser logic for 'mask' matchingKristian Høgsberg2010-04-091-5/+9
| | | | | | | | | | | | | | | | | | | | | When matching attributes using the 'mask' matching criteria, the spec says that "Only GLXFBConfigs for which the set bits of attribute include all the bits that are set in the requested value are considered. (Additional bits might be set in the attribute)." The current test returns true if the two bit masks have bits in common, specifically it matches even if the requested value has bits set that are not set in the fbconfig attribute. For example, an application asking for GLX_DRAWABLE_TYPE, GLX_PIXMAP_BIT | GLX_PBUFFER_BIT, as glxpbdemo does, will match fbconfigs that don't support pbuffer rendering, as long as they support pixmap rendering. Reviewed-by: Ian Romanick <[email protected]>
* mesa: fix instruction indexing bugsBrian Paul2010-04-091-2/+2
| | | | | | | We were looping over instructions but only looking at the 0th instruction's opcode. Fixes fd.o bug 27566.
* docs: link to 7.8.2 release notesBrian Paul2010-04-081-0/+1
|
* docs: initial 7.8.2 release notesBrian Paul2010-04-081-0/+46
|
* progs/tests: added some debug code (disabled)Brian Paul2010-04-081-0/+13
|
* st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regressionBrian Paul2010-04-081-21/+20
| | | | | | | | | | Commit 1454f20a991ddda35f1a2ffda953012078b407ba caused the regression. When the vertex shader emitted both a texcoord and color we were grabbing the wrong vertex attributes. Fix the draw_quad() code to put texcoords in slot[1] and color in slot[2]. That's a bit cleaner than changing the vertex shader code. Tested with progs/tests/zreaddraw.c
* intel: Call intel_prepare_render() in intelClear()Li Peng2010-04-082-2/+4
| | | | | Make sure we have up to date buffers before we start looking at the tiling bits to determine how to clear.
* texenvprogram: fix for ARB_draw_buffers.Dave Airlie2010-04-081-15/+28
| | | | | | | piglit has a test called fbo-drawbuffers, this fails for me on r300g, and fixing the texenv program to use the DATA outputs fixes it. Signed-off-by: Dave Airlie <[email protected]>
* docs: Update 7.8.1 release MD5 sumsmesa-7.8.1Ian Romanick2010-04-051-7/+7
|
* mesa: bump MESA_TINY versionBrian Paul2010-04-051-1/+1
|
* docs: added news item for 7.8.1 releaseBrian Paul2010-04-051-0/+8
|
* docs: add link to 7.8.1 release notesBrian Paul2010-04-051-0/+1
|
* softpipe: index the correct blend/mask state indexBrian Paul2010-04-051-2/+4
| | | | | | | | Need to check pipe_blend_state::independent_blend_enable to determine which render target/index to use when checking blend enable and colormask state. This is part of the fix for piglit/fbo-drawbuffers
* docs: Add 7.8.1 release MD5 sumsIan Romanick2010-04-051-1/+9
|
* mesa: set version string to 7.8.1Ian Romanick2010-04-052-3/+3
|
* Initial 7.8.1 release notesIan Romanick2010-04-051-0/+54
|
* mesa: update_arrays() depends on program state.Henri Verbeet2010-04-051-3/+2
| | | | | | It uses ctx->VertexProgram._Current. Signed-off-by: Brian Paul <[email protected]>
* Update to final names from GLX_INTEL_swap_event specIan Romanick2010-04-042-2/+2
| | | | Fixes bug #27454.
* gl: updated glxext.h to version 27Ian Romanick2010-04-041-103/+106
|
* util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee2010-04-031-1/+1
|
* xdemos: Build object files firstJeremy Huddleston2010-04-031-30/+15
| | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <[email protected]>
* glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-021-2/+39
| | | | | Add ifdef guards around variables of types defined only for GLX_DIRECT_RENDERING.
* st/vega: Do not depend on libm.Chia-I Wu2010-04-021-2/+3
| | | | | This fixes the "no rule to make target -lm" error on darwin, reported by Jeremy Huddleston.
* GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes2010-04-011-2/+2
| | | | | | | | The IDs will be the same in the case where an X window is used directly as a GLX drawable, but will fail if a new GLX drawable is created explicitly, as with glxgears_fbconfig. Fixes fdo bug #27190.
* Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-0172-51324/+127
| | | | | | | | | | | This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42.
* apple: Don't build galliumJeremy Huddleston2010-04-011-1/+1
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* apple: Use mesa gl.h rather than generating one.Jeremy Huddleston2010-04-017-181/+48
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* apple: Integrate our libGL into the existing build system betterJeremy Huddleston2010-04-014-76/+118
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-0116-121/+106
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston2010-04-017-20231/+0
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-0170-38/+71587
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>