summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mesa: don't turn on GL_EXT_transform_feedback yetBrian Paul2010-04-041-1/+1
|
* st/mesa: call pipe_context::draw_arrays/elements_instanced()Brian Paul2010-04-041-4/+19
|
* mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-047-4/+118
|
* mesa: new validation functions for GL_ARB_draw_instancedBrian Paul2010-04-042-1/+116
|
* mesa: new extension flag for GL_EXT/ARB_draw_instancedBrian Paul2010-04-042-0/+3
|
* glapi: regenerated files for GL_ARB_draw_instancedBrian Paul2010-04-049-4811/+5020
|
* glapi: plug in ARB_draw_instanced.xmlBrian Paul2010-04-042-0/+3
|
* glapi: ARB_draw_instanced.xml fileBrian Paul2010-04-041-0/+69
|
* Merge branch '7.8'Ian Romanick2010-04-046-141/+186
|\
| * 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]>
| * xdemos: Build object files firstJeremy Huddleston2010-04-011-30/+15
| | | | | | | | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <[email protected]>
| * xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston2010-04-011-1/+1
| | | | | | | | Signed-off-by: Jeremy Huddleston <[email protected]>
| * glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-011-3/+22
| | | | | | | | | | driContext field for __GLXcontextRec struct is only defined if GLX_DIRECT_RENDERING is set.
| * st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs2010-03-312-4/+4
| |
* | progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.Chia-I Wu2010-04-042-0/+583
| | | | | | | | | | The demo uses a Pixmap as its drawing area, and whatever is drawn on the pixmap will be used as a texture to draw a cube.
* | st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-047-0/+245
| | | | | | | | | | Use st_manager::get_egl_image to look up GLeglImageOES and implement EGLImageTargetTexture2D and EGLImageTargetRenderbufferStorage.
* | st/egl: Implement get_egl_image hook.Chia-I Wu2010-04-041-0/+32
| | | | | | | | | | This hook may be used by rendering state trackers to implement EGLImage extensions.
* | r300g: fix TFP stride override.Dave Airlie2010-04-041-1/+1
| | | | | | | | | | | | We should use pitch for the overriden state, fixes one half of the tfp test. Signed-off-by: Dave Airlie <[email protected]>
* | r300g: add conditional renderingMarek Olšák2010-04-043-0/+33
| |
* | r300g: add r4xx fragment shader registersMarek Olšák2010-04-041-1/+47
| | | | | | | | In case anyone needs it, it's here.
* | r300g: do not use the c++ template keywordMarek Olšák2010-04-042-27/+27
| | | | | | | | It makes life for some code browsing utilites easier.
* | r300g: properly setup textures from X serverMarek Olšák2010-04-041-4/+3
| | | | | | | | The setup needs be done after querying tiling flags.
* | r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-035-1/+38
| | | | | | | | | | | | | | The tiling setup needs a bit of work, but this should be good enough for now, when we get buffers from the kernel we need to store their tiling properties. Signed-off-by: Dave Airlie <[email protected]>
* | mesa: display list support for GL_EXT_transform_feedbackBrian Paul2010-04-021-1/+48
| |
* | mesa: plug in GL_EXT_transform_feedback functions into dispatchBrian Paul2010-04-021-0/+13
| |
* | glapi: regenerated files for EXT_transform_feedbackBrian Paul2010-04-0210-3972/+4561
| |
* | glapi: include/build EXT_transform_feedback.xmlBrian Paul2010-04-022-0/+3
| |
* | glapi: new EXT_transform_feedback.xml fileBrian Paul2010-04-021-0/+123
| |
* | glapi: fix error messageBrian Paul2010-04-021-1/+1
| |
* | r300 compiler: add target output debugging.Dave Airlie2010-04-031-3/+4
| | | | | | | | | | | | print the output target in the FP debug. Signed-off-by: Dave Airlie <[email protected]>
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ↵José Fonseca2010-04-039-206/+137
| | | | | | | | | | | | | | support. Not all is bad, but I'm afraid I'll have to throw the baby with the water given they are all tied to together.
* | python/tests: Output test results in a format that Hudson CI can understand.José Fonseca2010-04-031-5/+69
| |
* | gallium/docs: Dithering might not actually do anything.Corbin Simpson2010-04-021-1/+1
| |
* | r300g: Expound on dithering comment.Corbin Simpson2010-04-021-4/+9
| |
* | r300g: make dithering work like fglrx.Dave Airlie2010-04-031-2/+4
| | | | | | | | | | | | From fglrx traces the dithering is never enabled. Signed-off-by: Dave Airlie <[email protected]>
* | gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud2010-04-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With an Intel 855GM handled by intel_drv, there's a crash with Gallium3D enabled DRI driver for Intel i915 (--enable-gallium-intel). The Gallium3D driver doesn't support the 855GM as expected by intel_drv, it failed to open the screen and give an half initialized screen structure to dri_destroy_option_cache(): optionCache.info is NULL, so it's crashing while trying to free array content. This patch at least fix the crash in the function. Here's some logs of the fixed version: [ 16274.137] LoaderOpen(/opt/mesa/lib/xorg/modules/drivers/intel_drv.so) [ 16274.139] (II) Loading /opt/mesa/lib/xorg/modules/drivers/intel_drv.so [ 16274.183] (II) Module intel: vendor="X.Org Foundation" [ 16274.183] compiled for 1.8.0, module version = 2.11.0 [ 16274.183] Module class: X.Org Video Driver [ 16274.183] ABI class: X.Org Video Driver, version 7.0 [ 16274.183] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale [ 16274.382] (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GME [ 16274.382] (--) intel(0): Chipset: "852GM/855GM" [ 16276.675] (II) intel(0): [DRI2] Setup complete [ 16276.675] (II) intel(0): [DRI2] DRI driver: i915 debug_get_option: GALLIUM_TRACE = (null) debug_get_bool_option: GALLIUM_RBUG = FALSE debug_get_bool_option: INTEL_DUMP_CMD = FALSE i915_create_screen: unknown pci id 0x3582, cannot create screen dri_init_screen_helper: failed to create pipe_screen [ 16276.794] (EE) AIGLX error: Calling driver entry point failed [ 16276.794] (EE) AIGLX: reverting to software rendering [ 16276.794] (II) AIGLX: Screen 0 is not DRI capable [ 16276.796] (II) AIGLX: Loaded and initialized /opt/mesa/lib/dri/swrast_dri.so [ 16276.796] (II) GLX: Initialized DRISWRAST GL provider for screen 0 Signed-off-by: Yann Droneaud <[email protected]> Reviewed-by: Corbin Simpson <[email protected]>
* | llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-023-1/+8
| | | | | | | | | | | | | | | | MAXWIDTH/HEIGHT were 2048 but the max texture size was 4096. This caused a crash if a 4Kx4K texture was created and rendered to. See comment about max framebuffer size in lp_scene.h. Also added assertions to catch this inconsistancy in the future.
* | gallivm: Add fallthrough comment at end of case statement.Vinson Lee2010-04-021-0/+1
| | | | | | | | | | The code is correct. Tell Coverity that the fallthrough case is intentional.