summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* winsys/drm: Handle circular dependencies in Makefile.egl.Chia-I Wu2010-03-101-2/+4
| | | | | The libraries have circular dependencies. Use --start-group and --end-group when producing the final shared libraries.
* st/egl: Fix build errors in ximage backend after merge.Chia-I Wu2010-03-103-6/+10
| | | | | This fixes assorted merge conflicts when master is merged to gallium-sw-api-2 in 0c96690a5b6e1c2d114e7ec5f1e9d60a4ff2a330.
* null: Add a null software winsys.José Fonseca2010-03-096-1/+206
| | | | | | One where framebuffer data will be read via texture transfers. Useful for e.g., python state tracker.
* target-helpers: missing filesKeith Whitwell2010-03-092-0/+121
|
* ws/gdi: fix typoKeith Whitwell2010-03-091-1/+1
|
* gallium: create target for gdi libglKeith Whitwell2010-03-095-42/+63
|
* ws/xlib: no dependency on mesa state trackerKeith Whitwell2010-03-091-2/+1
|
* egl/x11: use swrast-xlib helperKeith Whitwell2010-03-091-3/+2
|
* gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-096-81/+17
| | | | | Several targets may want to reuse this code. It's pretty simple, not sure if this is really a win.
* scons: Fix the libg-xlib Sconscript.José Fonseca2010-03-091-9/+14
|
* scons: Always build the identity driver.José Fonseca2010-03-091-1/+3
|
* targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2010-03-096-11/+56
| | | | | Finally we can inject layers for debug, trace and "other" with relative ease between state-tracker and driver.
* ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell2010-03-0919-347/+96
| | | | | | | | | Several software rasterizers can make use of this winsys, but there isn't any reason why the winsys itself should know about them. This change moves that information into the libgl-xlib target. Need to fix up other targets making use of this winsys.
* cell: fix up assorted compilation problemsBrian Paul2010-03-0911-35/+59
| | | | The driver is pretty much totally broken though.
* gdi: Fixup llvmpipe gdi winsys too.José Fonseca2010-03-091-1/+1
|
* scons: Add new targets option.José Fonseca2010-03-095-14/+19
| | | | | This will likely change. Most probably we'll just add an alias to indvidual targets and use the regular scons targets arguments.
* winsys/gdi: get softpipe version compilingKeith Whitwell2010-03-095-34/+56
|
* softpipe: silence warningKeith Whitwell2010-03-091-1/+1
|
* ws/gdi: missing fileKeith Whitwell2010-03-091-0/+10
|
* ws/gdi: sketch of gdi changesKeith Whitwell2010-03-093-2/+216
|
* cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell2010-03-094-129/+58
| | | | | | | Don't make the shared software winsys rely on internal knowledge about the cell driver's texture twiddling. This is just a sketch and hasn't even been compile tested.
* cell: attempt conversion to sw_winsysKeith Whitwell2010-03-0911-104/+324
|
* ws/xlib: remove USE_XSHM preprocessor macroKeith Whitwell2010-03-092-16/+3
|
* ws/xlib: manage the GC internallyKeith Whitwell2010-03-094-31/+37
| | | | | No need for the user of this winsys to supply/manage the x11 gc for us.
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-09287-17007/+11936
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/softpipe/sp_texture.c src/gallium/drivers/softpipe/sp_winsys.h src/gallium/state_trackers/egl/common/egl_g3d.c src/gallium/state_trackers/egl/x11/native_x11.c src/gallium/state_trackers/egl/x11/native_x11.h src/gallium/state_trackers/egl/x11/native_ximage.c
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-0919-428/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit f90b3f01af82b9522067b1824e21709a6fb2d3af Author: Keith Whitwell <[email protected]> Date: Mon Mar 8 14:39:44 2010 +0000 gallium: remove p_screen::surface_buffer_create This isn't very useful without texture_blanket(), which has also been removed. Note that this function hasn't been removed from the old pipe_winsys (u_simple_screen) still used internally by some drivers (eg softpipe). commit 6c462de39a4b9980a5f034a95e580efdfcb8173b Author: Keith Whitwell <[email protected]> Date: Mon Mar 8 14:27:40 2010 +0000 egl/x11: disable texture_blanket usage commit b42da9160df9f47224e5b3291b972f41767aa6e5 Merge: 4be2436 3ca9336 Author: Keith Whitwell <[email protected]> Date: Mon Mar 8 14:27:24 2010 +0000 Merge commit 'origin/master' into gallium-no-texture-blanket Conflicts: src/gallium/drivers/svga/svga_screen_texture.c commit 4be2436316929e3dfc55bc34d810920c06556b66 Author: Keith Whitwell <[email protected]> Date: Thu Mar 4 14:59:26 2010 +0000 gallium: remove texture blanket call No longer needed, except for nouveau and egl/xll/native_ximage.c. Fix for nouveau is to keep the call, but move it to an internal function within nouveau. Fix for that egl/x11 relies on gallium-sw-api branch or its successor. commit 69b6764330367d63c237d0bde9fb96435d0e0257 Author: Keith Whitwell <[email protected]> Date: Thu Mar 4 13:35:16 2010 +0000 drm_api: wrap comment
| * r300g: remove hacks from translate_vertex_data_swizzleMarek Olšák2010-03-091-20/+4
| | | | | | | | The first part of the fix of BGRA vertex colors.
| * draw: quads never provoke the first vertexMarek Olšák2010-03-092-58/+20
| |
| * softpipe: quads never provoke the first vertexMarek Olšák2010-03-091-68/+12
| |
| * llvmpipe: quads never provoke the first vertexMarek Olšák2010-03-091-93/+36
| |
| * mesa/st: Gallium quads, by spec, never change provoking vertex.Corbin Simpson2010-03-091-0/+3
| | | | | | | | Fixes glean/clipFlat for r300g.
| * st/egl: Fix KMS build error after winsys handle change.Chia-I Wu2010-03-091-5/+9
| |
| * gallium: update some comments, remove others which are superfluousBrian Paul2010-03-081-5/+5
| |
| * vega: remove redundant DEFINES from .c.o ruleBrian Paul2010-03-081-1/+1
| |
| * llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-087-44/+81
| | | | | | | | | | | | | | Change the texture data_ptr from just a single image pointer to an array of image pointers, indexed by mipmap level. We'll use this for mipmap filtering. For now, the mipmap level is hard-coded to zero.
| * nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul2010-03-083-3/+9
| |
| * r300g: define R300_MAX_TEXTURE_LEVELSBrian Paul2010-03-081-6/+8
| |
| * svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/Brian Paul2010-03-081-1/+1
| |
| * i915g: define I915_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-083-7/+10
| |
| * i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-082-6/+9
| |
| * softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-082-5/+9
| |
| * llvmpipe: define max texture levelsBrian Paul2010-03-082-5/+9
| |
| * llvmpipe: rewrap for 80 columnsBrian Paul2010-03-081-9/+13
| |
| * i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt2010-03-083-66/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | The code was walking over the regs of pairs of attributes and checking whether the attribute with a given reg index had point sprite enabled. So the point sprite setup code was rarely even getting executed. Instead, we need to determine which channels of a reg need point sprite coordinate replacement. In addition, it was multiplying the attribute by 1/w, when it's supposed to cover (0, 1) in each direction regardless of w, and it wasn't filling in the Z and W components of the texcoord as specified. Fixes piglit point-sprite and the spriteblast demo. Bug #24431, #22245.
| * gallivm: fix a crash by making sure we set the has_mask flag correctlyZack Rusin2010-03-081-2/+1
| |
| * xdemos/omlsync: improve OML WaitMsc testJesse Barnes2010-03-081-4/+6
| | | | | | | | | | Use the divisor/remainder for the WaitForMscOML call if a wait_interval is passed. Allows for testing of the WaitMSC paths in the server & DDX.
| * Merge branch '7.8'Brian Paul2010-03-089-24/+96
| |\
| | * softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul2010-03-081-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we only cleared the flags for the active tiles (the ones inside the framebuffer bound). The problem is if we later bound a different, larger surface to the tile cache we'd have some stale clear-flags still set (and mistakenly clear some tiles in the new surface). Fixes fd.o bug 26932.
| | * st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()Brian Paul2010-03-081-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | There's no reason to release the renderbuffer from the framebuffer object or release the gallium surface in this function (they're reference counted). In fact, we don't want to do this because we may later use the texture as a pixel source (ex: glBlitFramebuffer) and need the surface. Fixes fd.o bug 26923 and is part of the fix for bug 26932.
| | * r600: enable GL_ARB_pixel_buffer_objectAlex Deucher2010-03-081-0/+1
| | |