r600g: optimize spi update
[mesa.git] / src / gallium /
2011-06-24 Vadim Girlinr600g: optimize spi update
2011-06-24 Vadim Girlinr600g: LIT: fix x&y slots order
2011-06-24 Brian Paulgallium/tests/trivial: update comment
2011-06-24 Brian Paulgallium/tests/trivial: use CXX to do final link
2011-06-24 Alon Levygallium/tests/trivial: make it build
2011-06-24 Chia-I Wust/egl: make native_buffer interface typed
2011-06-24 Chia-I Wutargets/egl: removed
2011-06-24 Chia-I Wutargets/egl-static: replace targets/egl
2011-06-24 Chia-I Wutargets/egl-static: allow st/mesa to be dynamically...
2011-06-24 Chia-I Wutargets/egl-static: add support for driver lookup
2011-06-24 Chia-I Wutargets/gbm: build pipe drivers
2011-06-24 Vinson Leegallivm: Fix x86 build with llvm-3.0svn.
2011-06-24 Chia-I Wust/egl: drop guess_gl_api from egl_g3d_loader
2011-06-24 Chia-I Wust/egl: use a helper to get st_api from the loader
2011-06-23 Christoph Bumillernv50,nvc0: prevent pushbuf flush during ctx reloc emission
2011-06-23 Benjamin Franzkest/egl: Fix scons build
2011-06-23 Benjamin Franzkest/egl: Hookup gbm for drm backend
2011-06-23 Benjamin Franzkegbm: Add gallium (drm) backend
2011-06-23 Benjamin Franzkest/dri: Implement DRIimageExtension::dupImage
2011-06-23 Benjamin Franzker600g: Add R8G8B8A8_UNORM to evergreen colorswap table
2011-06-23 Marek Olšákr600g: bump shader input limits
2011-06-23 Brian Paulst/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARB
2011-06-23 Benjamin Franzkest/egl/wayland: Take resize parameters only if size...
2011-06-22 Stéphane Marchesini915g: Add draw point sprites.
2011-06-22 Stéphane Marchesini915g: Fix comment.
2011-06-22 Stéphane Marchesini915g: Support more texture and render target formats.
2011-06-22 Alex Deucherr600g: fix num_banks interpretation on eg+
2011-06-22 Michel Dänzerr600g: Fix use of uninitialized local variable extra_size.
2011-06-22 Marcin Slusarzxorg/nouveau: blacklist all pre NV30 cards
2011-06-21 Alex Deucherr600g: fix fbo depth/stencil texture allocation for...
2011-06-21 Benjamin Franzkewinsys/wayland: Fix warning
2011-06-21 Dave Airlier600g: use maths instead of a loop to work out mask.
2011-06-21 Dave Airlier600g: optimise draw vbo function a bit more.
2011-06-21 Pierre-Eric Pellou... r600g: reorder LIT instructions to support src == dst
2011-06-21 Ben Skeggsnvfx: nasty hack to make glFinish() actually finish..
2011-06-20 Marcin Slusarzxorg/nouveau: rename to nouveau2
2011-06-20 Marcin Slusarzst/xorg: initialize drm_mode.type
2011-06-20 Marcin Slusarzst/xorg: add GALLIUM_AUXILIARIES to target dependencies
2011-06-20 Marcin Slusarzgallium/nouveau: remove unused nouveau_screen_bo_user
2011-06-20 Marcin Slusarzst/xorg: fix crash triggered by rendercheck -t composit...
2011-06-20 Marcin Slusarzst/xorg: fix crash triggered by rendercheck -t blend...
2011-06-19 Marek Olšákr600g: implement seamless_cube_map on r600-r700
2011-06-19 Marek Olšákr600g: remove some magic numbers
2011-06-19 Marek Olšáku_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags...
2011-06-19 Marek Olšákr600g: fix warning: assignment discards qualifiers...
2011-06-19 Marek Olšáku_vbuf_mgr: fix uploading if format size is greater...
2011-06-18 Marek Olšákr300g: rename AOS -> VARRAYS
2011-06-18 Marek Olšákr300g: fix handling PREP_* options
2011-06-18 Vadim Girlinr600g: fix LIT to handle src==dst properly
2011-06-18 Vadim Girlinr600g: fix RSQ to use abs value of operand on evergreen
2011-06-18 Vadim Girlinr600g: fix source box in r600_resource_copy_region
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-16 Vadim Girlinr600: fix SPI inputs setup on r600/r700
2011-06-15 Marek Olšákr600g: disable render condition for some blitter operations
2011-06-15 Mike Kaplinskiyr600g: fix TXD src regs needing fetching.
2011-06-15 Mike Kaplinskiyr600g: use inlines for some common tex instr setup...
2011-06-15 Mike Kaplinskiyr600g: fix TXD when shadowing is enabled.
2011-06-15 Dave Airlier600g: add TXD support.
2011-06-15 Brian Pauli915g: add const qualifier to silence warning
2011-06-15 Marek Olšákr600g: also set TILE_MODE of the base level
2011-06-15 Marek Olšákr600g: force OpenGL's BASE_LEVEL behavior on r600-r700
2011-06-14 Marek Olšákr600g: fix RGB32F texturing
2011-06-14 Marek Olšákr600g: fix indentation and comments
2011-06-14 Marek Olšákr600g: disable shader_texture_lod until there is driver...
2011-06-14 Adam Jacksonllvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle
2011-06-14 Christoph Bumillernv50: fix copy/paste error in nv50_gmtyprog_validate
2011-06-14 Marek Olšákst/xorg: remove unused variable
2011-06-13 Marek Olšákr600g: do not link with softpipe
2011-06-13 Marek Olšákr300g: do not link with softpipe
2011-06-13 Marek Olšákxorg-radeon: rename to xorg-r300
2011-06-13 Marek Olšáktarget-helpers: remove copy-pasted function inline_noop...
2011-06-13 Vadim Girlinr600g: skip SPI setup for position and face inputs
2011-06-13 Dave Airlier600g: move depth texture flushing out of line.
2011-06-13 Daniel Vetteri915g: add a few more render target formats
2011-06-13 Mathias Fröhlichr600g: Put shaders into immutable buffers.
2011-06-13 Mathias Fröhlichr600g: Allow VRAM for the initial domain for every...
2011-06-13 Mathias Fröhlichr600g: Set the domains value also for recycled buffer...
2011-06-13 Mathias Fröhlichr600g: Fix typo.
2011-06-13 Pierre-Eric Pellou... r600g: remove useless call to u_upload_flush
2011-06-13 Pierre-Eric Pellou... r600g: fixed bo memory leak issue
2011-06-12 Benjamin Franzkest/eglwayland: Add support for EGL_DEFAULT_DISPLAY
2011-06-11 Marek Olšákr300g: max_anisotropy of 1 is not anisotropic filtering
2011-06-11 Daniel Vetteri915g: implement fence signalling
2011-06-09 Alex Deucherr600g: VGT_PRIMITIVE_TYPE is special
2011-06-09 Alex Deucherr600g: Handle CONFIG regs properly
2011-06-09 Marek Olšákr300g: fix texturing with non-3D textures and wrap...
2011-06-09 Marek Olšákr300g: don't enable aniso with nearest filtering
2011-06-09 Dave Airlier600g: adjust vs/ps gprs on r600/r700 cards when needed.
2011-06-08 Marek Olšákr600g: remove unused variable
2011-06-08 Marek Olšákr300g: fix draw_vbo splitting on r3xx-r4xx
2011-06-08 Marek Olšákr300g: make translate_primitive table-driven
2011-06-08 Roland Scheideggerutil: fix strict aliasing issues in u_format_r11g11b10f.h
2011-06-08 Roland Scheideggerutil: add gcc version check for builtins
2011-06-08 Benjamin Bellecutil: better logbase2/next_power_of_two implementations
2011-06-08 José Fonsecaglx/xlib: Handle glXCreateContextAttribsARB in glXGetPr...
2011-06-08 Brian Paulsvga: fix typos, update comments
2011-06-08 Chia-I Wust/egl: set EGL_ALPHA_MASK_SIZE
2011-06-08 Alex Deucherr600g: fix mixup in GPR resource reg setup
2011-06-08 Brian Paulgallium: fix comments for pipe_stream_output_state
2011-06-08 Brian Paulgallium: s/bool/boolean/
next