Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-24 | nv50: implement render_condition | Christoph Bumiller | |
Still not handling queries on multiple contexts though. | |||
2010-01-24 | egl: Make surfaces and contexts resources. | Chia-I Wu | |
Turn _EGLSurface and _EGLContext into _EGLResource so that they can be managed uniformly. | |||
2010-01-24 | r300g: avoid the use of goto | Dave Airlie | |
I was being lazy on Sunday morning, Droste on irc called me on it ;-) | |||
2010-01-24 | r300g: fix flushing harder. | Dave Airlie | |
I swear ipers runs here after this commit. After we flush we need to redo the space check | |||
2010-01-23 | egl: Install drivers to ${libdir}/egl. | Chia-I Wu | |
Install EGL drivers to EGL_DRIVER_INSTALL_DIR, which is default to ${libdir}/egl. | |||
2010-01-23 | st/vega: Clean up Makefile. | Chia-I Wu | |
2010-01-23 | st/es: Pass -linker and -ldflags to mklib. | Chia-I Wu | |
2010-01-23 | r300: fix wrong call in last commit | Dave Airlie | |
2010-01-23 | r300g: fix up buffer emission ordering. | Dave Airlie | |
This fixes the code space checking VBOs, then resetting the space list and space checking other buffers. it fixes demos/ipers Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-01-22 | svga: fix up breakage from earlier 7.7 merge | Brian Paul | |
2010-01-22 | gallium/util: add missing util/u_bitmask.c to Makefile | Brian Paul | |
2010-01-22 | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba() | Brian Paul | |
Fixes fd.o bug 23313. | |||
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/shader/prog_execute.c | |||
2010-01-22 | xlib/softpipe: more buffer free fixes | Brian Paul | |
The previous memory leak fix didn't always work properly. Now check the xm_buffer::smh field (now documented!) to see if the buffer points to shared memory. | |||
2010-01-22 | Remove obsolete file | Alan Hourihane | |
2010-01-22 | gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge | Brian Paul | |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c src/gallium/auxiliary/pipebuffer/Makefile src/gallium/auxiliary/pipebuffer/SConscript src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/tgsi/tgsi_scan.c src/gallium/drivers/i915/i915_surface.c src/gallium/drivers/i915/i915_texture.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/softpipe/sp_prim_vbuf.c src/gallium/state_trackers/xorg/xorg_dri2.c src/gallium/winsys/drm/intel/gem/intel_drm_api.c src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c src/gallium/winsys/drm/radeon/core/radeon_drm.c src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c src/mesa/state_tracker/st_cb_clear.c | |||
2010-01-22 | gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elements | Brian Paul | |
Depending on first/last provoking vertex either the first or last element/index may have the extra DRAW_PIPE_x flags. Mask off those bits for all vertex elements to be safe (esp. for the quad case). This may be overly cautious, but it's a cheap operation. Fixes a segfault caused by large/bogus vertex indexes otherwise. | |||
2010-01-22 | gallium/draw: added comments, whitespace fixes | Brian Paul | |
2010-01-22 | gallium/draw: fix-up comments, whitespace | Brian Paul | |
2010-01-22 | gallium/draw: replace int with boolean | Brian Paul | |
2010-01-22 | st/egl_g3d: Rename to st/egl. | Chia-I Wu | |
Simply the name to egl. | |||
2010-01-22 | winsys/drm: Update the options of mklib in Makefile.egl_g3d. | Chia-I Wu | |
Pass -linker, -ldflags, and $(MKLIB_OPTIONS) to mklib. | |||
2010-01-22 | egl: Remove egl_softpipe. | Chia-I Wu | |
With the addition egl_x11_swrast, egl_softpipe is sort of deprecated. The new driver serves the same purpose as egl_softpipe does. It is based on egl_g3d and provides more features. | |||
2010-01-22 | winsys/drm: Add swrast. | Chia-I Wu | |
The swrast winsys always returns NULL when drm_api_create is called. | |||
2010-01-22 | vmware/core: Update for pipebuffer changes. | José Fonseca | |
In particular, delay patching GMR relocations until the buffers are validated, since the buffers relative offset can only be established then. | |||
2010-01-22 | st/egl: Remove the egl state tracker. | Chia-I Wu | |
The egl_g3d state tracker has support for KMS, and the support is based on the egl state tracker. As egl_g3d provides more features, it should be better to keep only egl_g3d to unify the efforts. | |||
2010-01-21 | i915g: Remove unnecessary header. | Vinson Lee | |
2010-01-21 | pipebuffer: Remove unnecessary header. | Vinson Lee | |
2010-01-22 | st/egl_g3d: Use glxinit.c from egl_xdri. | Chia-I Wu | |
It is used to fetch the GLX visuals/fbconfigs. Use egl_xdri's version to avoid duplication. It might be better to rewrite that part though. | |||
2010-01-21 | draw: Remove unnecessary headers. | Vinson Lee | |
2010-01-22 | winsys/drm: Update Makefile.template. | Chia-I Wu | |
Mainly to respect LDFLAGS and remove unused target $(LIBNAME_EGL). This is based on the patch by Tomáš Chvátal <scarabeus@gentoo.org>. | |||
2010-01-21 | llvmpipe: use some local vars to index step arrays | Brian Paul | |
Saves a few more cycles. | |||
2010-01-21 | llvmpipe: s/inline/INLINE/ | Brian Paul | |
2010-01-21 | llvmpipe: consolidate lp_scene_alloc_aligned() calls | Brian Paul | |
Use just one call instead of four. Good for a few more fps. | |||
2010-01-21 | llvmpipe: re-use a1 var in linear_coef() | Brian Paul | |
2010-01-21 | svga: Remove unused variable. | Vinson Lee | |
2010-01-21 | llvmpipe: area is an int here, not float | Brian Paul | |
2010-01-21 | vmware/core: Flush preemptively the FIFO commands to keep the GMR working ↵ | José Fonseca | |
set within reasonable bounds. | |||
2010-01-21 | vmware/core: Put GMR pool size in a define. | José Fonseca | |
2010-01-21 | vmw/wgl: Update for pipebuffer changes. | José Fonseca | |
This is a minimum change to keep things building and running minimally -- it might cause applications to fail to allocate buffers due to out of GMR memory. A proper update will be commited later. | |||
2010-01-21 | llvmpipe: manually unroll the inputs.step[] setup code | Brian Paul | |
Good for a few more fps in some tests. | |||
2010-01-21 | svga: Remove duplicate code. | José Fonseca | |
2010-01-21 | svga: Remove unused code. | José Fonseca | |
2010-01-21 | svga: Don't swap buffers to system memory -- winsys' responsibility. | José Fonseca | |
2010-01-21 | pipebuffer: Release the lock during map wait. Cleanups. | José Fonseca | |
2010-01-21 | pipebuffer: Swap buffers out to system memory when running out of memory. | José Fonseca | |
2010-01-21 | svga: Avoid synchronization issues when doing SW TNL. | José Fonseca | |
2010-01-21 | util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially. | José Fonseca | |
2010-01-21 | util: Use pipe_buffer_write_nooverlap in blits / mipmap generation. | José Fonseca | |