st/xa: Fix crosscompile builds with nonstandard ld locations
[mesa.git] / src / gallium /
2011-07-04 Thomas Hellstromst/xa: Fix crosscompile builds with nonstandard ld...
2011-07-04 Thomas Hellstromxa-vmwgfx: Remove unnecessary include
2011-06-27 Thomas Hellstromst/xa: Update README.
2011-06-27 Thomas Hellstromst/xa: Add a function to check for supported formats
2011-06-27 Thomas Hellstromst/xa: Various fixes for composite.
2011-06-21 Thomas Hellstromst/xa: Solid fill (tested) and composite (yet untested)
2011-06-20 Thomas Hellstromst/xa: Really support xa_surface_format. Bump minor.
2011-06-20 Thomas Hellstromst/xa: Support format-changing copy.
2011-06-16 Thomasst/xa: Make sure we blit all yuv regions.
2011-06-16 Thomasst/xa: Fix a typo pointed out by Keith Whitwell.
2011-06-16 Thomastarget/dri-vmwgfx: Throttle dri clients by default.
2011-06-15 Thomas Hellstromst/xa: Initial import of the xa state-tracker and the...
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/
2011-06-08 Brian Pauldraw: fix edge flag handling in clipper (for unfilled...
2011-06-08 Dave Airlier600g: missed one line in eg dyn gpr fallback.
2011-06-08 Dave Airlier600g: set enable always bits for r600/r700 sq registers.
2011-06-08 Dave Airlier600g: condition evergreen dyn gpr resource management
2011-06-08 Dave Airlier600g: fix warnings in winsys.
2011-06-08 Dave Airlier600g: enable dynamic GPR resource management on evergreen
2011-06-08 Dave Airlier600g: only add blocks once to the dirty/enabled lists.
2011-06-08 Dave Airlier600g: fix regression in recent state changes.
2011-06-08 Dave Airlier600g: move simple part of bo reloc processing inline.
2011-06-08 Dave Airlier600g: take alpha ref update out of line.
2011-06-08 Dave Airlier600g: split resource emit path from main register...
2011-06-08 Dave Airlier600g: exit bo per reg scanning loop early.
2011-06-08 Dave Airlier600g: reorder evergreen draw packets to be smaller.
2011-06-08 Dave Airlier600g: inline r600_bo_reference.
2011-06-08 Dave Airlier600g: no need to drop the references here.
2011-06-08 Dave Airlier600g: use memcmp instead of a loop in state_set_resource
2011-06-07 Pierre-Eric Pellou... r600g : fix incorrect size computation in r600_query_result
2011-06-07 Alex Deucherr600g: remove pre-r6xx asic families and pci ids
2011-06-07 Alex Deucherr600g: always clear query memory
2011-06-07 Marek Olšákr300g: consolidate deducing chipset info
2011-06-07 Marek Olšákr600g: add missing r300 families
2011-06-07 Benjamin Franzker300g: Remove is_r3xx
2011-06-07 Benjamin Franzker600g: Use radeon pciid list for the family lookup...
2011-06-07 Benjamin Franzketargets/egl: Support driver name lookup using pci lists
2011-06-07 Brian Paultgsi: s/varient/variant/
2011-06-07 Brian Pauldraw: rename draw_vs_varient.c to draw_vs_variant.c
2011-06-07 Brian Pauldraw/llvm: whitespace, formatting fixes
2011-06-07 Brian Pauldraw: s/1/TRUE/
2011-06-07 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-06-07 Stéphane Marchesini915g: Do generic remapping.
2011-06-06 Dave Airlier600g: optimise the draw emission packets for r600/eg
2011-06-06 Dave Airlier600g: use an enabled list to track enabled blocks.
2011-06-06 Dave Airlier600g/winsys: overhaul resource range/blocks.
2011-06-06 Dave Airlier600g: split out block init
2011-06-06 Dave Airlier600g: move resource setting to its own structures.
2011-06-06 Dave Airlier600g: only call bo loop if nbos is positive.
2011-06-06 Dave Airlier600g: don't need to call the packet dirty function...
2011-06-06 Stéphane Marchesini915g: implement more opcodes.
2011-06-06 Stéphane Marchesini915g: implement TGSI_OPCODE_SEQ.
2011-06-06 Stéphane Marchesini915g: handle varyings properly.
2011-06-06 Stéphane Marchesini915g: add missing and unsupported PIPE_CAPs to avoid...
2011-06-06 Stéphane MarchesinGallium: fix indentation in u_blitter.c
next