mesa.git
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šákconfigure.ac: add back --enable-gallium-egl
2011-06-19 Cyril Bruleboisconfigure.ac: Avoid running llvm-config when it hadn...
2011-06-19 Marek Olšákconfigure.ac: build r600g by default
2011-06-19 Marek Olšákconfigure.ac: add option --with-gallium-drivers=DIRS
2011-06-19 Marek Olšákconfigure.ac: remove --with-state-trackers
2011-06-19 Marek Olšákconfigure.ac: remove redundant option --enable-gallium-egl
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-19 Kenneth Graunkei965: Enable extension GL_ARB_shader_texture_lod.
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-19 Kenneth Graunkei965/fs: Refactor texture result swizzling into a helpe...
2011-06-19 Kenneth Graunkei965/fs: Move sampler fetch to the top of the ir_textur...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Check for compilation failure and bail before...
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-18 Eric Anholti965: Only flag the new-batch related state as dirty...
2011-06-18 Eric Anholtmesa: Fix render-to-texture regression.
2011-06-18 Eric Anholtmesa: Flag _NEW_BUFFERS when unbinding an attachment...
2011-06-18 Eric Anholti965: Don't try to continue space before the start...
2011-06-18 Eric Anholti965: Add missing state flag for vertex elements on...
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 Brian Paulmesa: allow depth texture arrays
2011-06-17 Brian Paulst/mesa: remove unneeded test for GL_TRUE
2011-06-17 Brian Paulst/mesa: remove redundant _mesa_is_depth_format() call
2011-06-17 Brian Paulst/mesa: remove trailing whitespace in st_format.c
2011-06-17 Brian Paulst/mesa: move comment for ChooseTextureFormat() to...
2011-06-17 Jeremy Huddlestonapple: Use apple_cgl_get_dl_handle() rather than openin...
2011-06-17 José Fonsecascons: List all targets.
2011-06-17 José Fonsecascons: Remember the options set on the command line.
2011-06-17 José Fonsecascons: Don't list MSVS_VERSION option outside windows...
2011-06-17 José Fonsecascons: Correct glapi USE_xxx_ASM flags.
2011-06-17 José Fonsecascons: Accept verbose=yes instead of quiet=no.
2011-06-17 Stéphane Marchesinglx: implement drawable refcounting.
2011-06-17 José Fonsecascons: Move all env setup to scons/gallium.py
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-16 Brian Paulmesa: use helper functions to distinguish between user...
2011-06-16 Brian Paulmesa: refactor, create _mesa_update_draw_buffers()...
2011-06-16 Brian Paulmesa: updated comments in _make_current()
2011-06-16 Vadim Girlinr600: fix SPI inputs setup on r600/r700
2011-06-15 Chad Versaceintel: Fix typo in intel_offset_S8 comments
2011-06-15 Chad Versacei965/gen5,6: Fix hang when emitting hiz buffer without...
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 Kenneth Graunkeglsl/builtins: Actually implement int/ivec variants...
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-15 Kenneth Graunkeglsl/generate_builtins.py: Remove regexp to kill pointe...
2011-06-15 Jeremy Huddlestonglapi: _glapi_create_table_from_handle: Set missing...
2011-06-14 Brian Paulst/mesa: fix indentation, whitespace
2011-06-14 Brian Paulst/mesa: replace st->ctx with ctx
2011-06-14 Brian Paulst/mesa: fix comments, whitespace
2011-06-14 Brian Pauldocs: 7.10.3 updates
2011-06-14 Brian Paulst/mesa: improved is_interleaved_arrays() checking
2011-06-14 Alex Deucherr600c: add tiling support for evergreen+
2011-06-14 Marek Olšákr600g: fix RGB32F texturing
2011-06-14 Marek Olšákr600g: fix indentation and comments
2011-06-14 Eric Anholtmesa: Switch generate_mipmaps_compressed() to using...
2011-06-14 Eric Anholtmesa: Remove uncompressed code from generate_mipmaps_co...
2011-06-14 Eric Anholtmesa: Remove compressed code from generate_mipmaps_unco...
2011-06-14 Eric Anholtmesa: Split _mesa_generate_mipmap along compressed...
2011-06-14 Eric Anholtintel: Fix miptree height alignment for compressed...
2011-06-14 Eric Anholtintel: Drop dead preinitialization of align_w, align_h.
2011-06-14 Eric Anholtintel: Drop the cpp argument to intel_miptree_create().
2011-06-14 Eric Anholtintel: Calculate compress_byte in intel_miptree_create.
2011-06-14 Eric Anholtintel: Use the gl_format to get the base_format for...
2011-06-14 Eric Anholtintel: Drop the internal_format field of the mipmap...
2011-06-14 Eric Anholtintel: Make the intel_miptree_match_image format check...
2011-06-14 Eric Anholti915: Drop dead argument to translate_texture_format().
2011-06-14 Eric Anholtintel: Add block alignment for RGTC textures.
2011-06-14 Eric Anholtintel: Add the MESA_FORMAT as a field of the miptree.
2011-06-14 Eric Anholtintel: Fix 2x2 and 1x1 compressed teximages from _mesa_...
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 Jeremy Huddlestonapple: Set the glapi dispatch table on context bind
2011-06-14 Marek Olšákconfigure.ac: cleanup the gallium-r300 option
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 Eric Anholtmeta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMI...
next