intel: Fix the client-side swapbuffers throttling.
[mesa.git] / src / gallium /
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-09 Vinson Leewinsys/xlib: Add cygwin to SConscript.
2010-11-09 Keith Whitwellr600: fix my pessimism about PIPE_TRANSFER_x flags
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-11-09 Keith Whitwellr600g: avoid recursion with staged uploads
2010-11-09 Brian Paulsoftpipe: can't no-op depth test stage when occlusion...
2010-11-09 Chia-I Wust/dri: Add support for surfaceless current contexts.
2010-11-09 Thomas Hellstromgallium/targets: Trivial crosscompiling fix
2010-11-09 Thomas Hellstromsvga/drm: Optionally resolve calls to powf during link...
2010-11-09 Thomas Hellstromst/egl: Fix build for include files in nonstandard...
2010-11-09 Zack Rusinscons: build the xorg state trackers only when env...
2010-11-08 Vinson Leegraw: Add struct pipe_surface forward declaration.
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-08 Michal Krolgraw: Export graw_save_surface_to_file().
2010-11-08 Michal Krolos: Open file streams in binary mode.
2010-11-07 Henri Verbeetr600g: Mention AMD in the renderer string.
2010-11-05 Jakob Bornecrantzscons: Unify state tracker SConscripts
2010-11-05 Jakob Bornecrantzscons: Move dependancy checks to the main gallium scons...
2010-11-05 Jakob Bornecrantzscons: Check for libdrm_[intel|radeon] as well
2010-11-05 Jakob Bornecrantzscons: Detabify
2010-11-05 Jakob Bornecrantzscons: Remove old pipebuffer SConscript
2010-11-05 Brian Paulsoftpipe: disable vertex texturing with draw/llvm
2010-11-05 Brian Paulgallivm: add const qualifiers, fix comment string
2010-11-05 Brian Paulgallivm: alloca() was called too often for temporary...
2010-11-05 Brian Paulllvmpipe: added some debug assertions, but disabled
2010-11-04 Brian Paultgsi: remove unused function
2010-11-04 Brian Paulgallivm: implement execution mask for scatter stores
2010-11-04 Brian Paulgallivm: added lp_elem_type()
2010-11-04 Brian Paulgallivm: add pixel offsets in scatter stores
2010-11-04 Brian Paulgallivm: added debug code to dump temp registers
2010-11-04 Michal Krolgraw/gdi: Fix window dimensions.
2010-11-04 Michal Krolscons: Hook-up graw-gdi target.
2010-11-04 Michal Krolgraw/gdi: Initial commit.
2010-11-04 Guillermo S. Romeror300g: Do not use buf param before checking for NULL.
2010-11-04 Michal Kroltgsi/build: Reduce interface clutter.
2010-11-04 Michal Kroltgsi/exec: Get rid of obsolete condition codes.
2010-11-04 Michal Kroltgsi/exec: Cleanup the remaining arithmetic instructions.
2010-11-03 Brian Paulgallivm: add some LLVM var labels
2010-11-03 Brian Paulgallivm: implement scatter stores into temp register...
2010-11-03 José Fonsecar600g: Swap the util_blitter_destroy call order.
2010-11-03 José Fonsecaxorg/vmwgfx: Link libkms when available.
2010-11-03 José Fonsecast/xorg: Detect libkms with scons too.
2010-11-03 José Fonsecast/xorg: Add missing \n to error message.
2010-11-03 José Fonsecaxorg/vmwgfx: Add missing source file to SConscript.
2010-11-03 Brian Paulegl/gdi: fix typo: xsurf->gsurf
2010-11-03 Keith Whitwellevergreeng: set hardware pixelcenters according to...
2010-11-03 Keith Whitwellevergreeng: respect linewidth state, use integer widths...
2010-11-03 Keith Whitwellr600g: don't call debug_get_bool_option for tiling...
2010-11-03 Keith Whitwellevergreeng: protect against null constant buffers
2010-11-03 Chia-I Wust/egl: Use native_display_buffer for EGL_MESA_drm_image.
2010-11-03 Chia-I Wust/egl: Add native_display_buffer interface.
2010-11-03 Chia-I Wust/egl: Add extern "C" wrapper to native.h.
2010-11-03 Keith Whitwellr600g: set hardware pixel centers according to gl_raste...
2010-11-03 Keith Whitwellr600g: remove unused flink, domain fields from r600_res...
2010-11-03 Keith Whitwellr600g: use a buffer in GTT as intermediate on texture...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-03 Keith Whitwellr600g: propagate usage flags in texture transfers
2010-11-03 Chia-I Wust/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.
2010-11-03 Chia-I Wust/egl: Add support for swap interval and swap behavior.
2010-11-03 Chia-I Wust/egl: Remove flush_frontbuffer and swap_buffers.
2010-11-03 Chia-I Wud3d1x: Use native_surface::present.
2010-11-03 Chia-I Wust/egl: Use native_surface::present callback.
2010-11-03 Chia-I Wust/egl: Add native_surface::present callback.
2010-11-03 Vinson Leest/vega: Remove unnecessary headers.
2010-11-02 Tilman Sauerbeckr600g: Destroy the winsys in r600_destroy_screen().
2010-11-02 Tilman Sauerbeckr600g: Fixed two memory leaks in winsys.
2010-11-02 Tilman Sauerbeckr600g: Delete custom_dsa_flush on shutdown.
2010-11-02 Tilman Sauerbeckr600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.
2010-11-02 Tilman Sauerbeckr600g: Made radeon_bo::map_count signed.
2010-11-02 Tilman Sauerbeckr600g: Fixed unmap condition in radeon_bo_pb_destroy().
2010-11-02 Tilman Sauerbeckr600g: Made radeon_bo_pb_map_internal() actually call...
2010-11-02 Tilman Sauerbeckr600g: Removed unused 'ptr' argument from radeon_bo().
2010-11-02 Jakob Bornecrantzgraw: Tidy graw xlib scons file a bit
2010-11-02 Brian Paulllvmpipe: add a cast
2010-11-02 Brian Paulllvmpipe: assign context's frag shader pointer before...
2010-11-02 Keith Whitwellst/mesa: unbind constant buffer when not in use
2010-11-02 Keith Whitwellllvmpipe: guard against NULL task->query pointer
2010-11-02 Keith Whitwellllvmpipe: avoid generating tri_16 for tris which extend...
2010-11-02 José Fonsecascons: i915 can't build on MSVC either.
2010-11-02 José Fonsecascons: Add aliases for several pipe drivers.
2010-11-02 José Fonsecar600g: List recently added files in SConscript.
2010-11-01 José Fonsecascons: Disable python state tracker when swig is not...
2010-11-01 José Fonsecascons: Some pipe drivers are not portable for MSVC
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-31 Benjamin Franzkest/egl image: multiply drm buf-stride with blocksize
2010-10-31 Chia-I Wutargets/egl: Fix a warning with --disable-opengl build.
2010-10-29 Chia-I Wutargets: Add missing quotes to Makefile.xorg.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 José Fonsecagallivm: always enable LLVMAddInstructionCombiningPass()
2010-10-28 José Fonsecagallium: Avoid using __doc__ in python scripts.
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-27 Marek Olšákr300g: add a default channel ordering of texture border...
2010-10-27 Vinson Leer600g: Silence uninitialized variable warnings.
2010-10-27 Vinson Leer300g: Silence uninitialized variable warning.
2010-10-27 Tilman Sauerbeckr600g: Destroy the blitter.
2010-10-27 Tilman Sauerbeckr600g: In radeon_bo(), call LIST_INITHEAD early.
2010-10-27 Chia-I Wuglapi: Do not use glapidispatch.h.
next