st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARB
[mesa.git] / src / gallium /
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/
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
next