mesa.git
2011-02-09 Thomas Hellstrommesa/st: Clean up vertex buffer unreferencing
2011-02-09 Marek Olšákgallium/docs: fix typo
2011-02-09 Brian Paulr200: add cast to silence warning
2011-02-09 Brian Paulmesa: remove unused BITFIELD64 macros
2011-02-09 Brian Paulmesa: remove _mesa_create_context_for_api()
2011-02-09 Brian Paulmesa: remove _mesa_initialize_context_for_api()
2011-02-09 Brian Paulmesa: add/update VERBOSE_API logging
2011-02-09 Brian Paulst/mesa: fix shader deletion regression
2011-02-09 Kenneth Graunkei965: Add missing DEFINE_BITS for brw dirty bits.
2011-02-09 Kenneth Graunkei965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
2011-02-09 Kenneth Graunkei965: Rename a few more commands to match the documenta...
2011-02-08 Benjamin Franzkest/egl: Fix platform selection
2011-02-08 Eric Anholti965: Remove pointless keying of WM state on VUE size.
2011-02-08 Eric Anholtmesa: Fix the Mesa IR copy propagation to not read...
2011-02-08 Eric Anholtglsl: Disable the new copy propagation pass until it...
2011-02-08 Chad Versaceglsl: Set operators '%' and '%=' to be reserved when...
2011-02-08 Marek Olšákr600g: fixup assertion
2011-02-08 Marek Olšákr600g: add a faster implementation of transfer_inline_write
2011-02-08 Marek Olšákr600g: slab-allocate buffer and transfer structures
2011-02-08 Marek Olšákr300g: use the same upload buffer for vertices and...
2011-02-08 Marek Olšákr600g: use the same upload buffer for vertices, indices...
2011-02-08 Thomas Hellstrommesa/st: Plug a fragment program variant parameter...
2011-02-08 Brian Paulst/mesa: free the temporary bitmap/drawpix shader code
2011-02-08 Marek Olšáku_vbuf_mgr: add a way to specify the BIND flag for...
2011-02-08 Marek Olšáku_vbuf_mgr: remove tabs
2011-02-08 Marek Olšáku_vbuf_mgr: make the uploader public
2011-02-08 Marek OlšákRevert "r600g: do not flush the uploader" (with comments)
2011-02-08 Brian Paternir600g: silence a few valgrind warnings
2011-02-08 Thomas Hellstrommesa/st: Fix vertex buffer leak
2011-02-08 Kristian Høgsbergwayland-egl: Add struct wl_egl_display argument to...
2011-02-07 Henri Verbeetr600g: Add support for relative addressing on constant...
2011-02-07 Henri Verbeetr600g: Set the fetch type in r600_bc_vtx_build().
2011-02-07 Henri Verbeetr600g: Handle the ADD_INT instruction in r600_bc_get_nu...
2011-02-07 Henri Verbeetr600g: Generalize the pipe_add_vertex_attrib() functions.
2011-02-07 Henri Verbeetr600g: Remove vs_resource and ps_resource from the...
2011-02-07 Henri Verbeetr600g: Split constants in r600_shader_from_tgsi().
2011-02-07 Henri Verbeetr600g: Do the tgsi_full_src_register to r600_shader_src...
2011-02-07 Henri Verbeetr600g: Split r600_bc_alu_src.
2011-02-07 Henri Verbeetr600g: Store literal values in the r600_bc_alu_src...
2011-02-07 Henri Verbeetr600g: tgsi_dst() can't fail.
2011-02-07 Henri Verbeetr600g: tgsi_src() can't fail.
2011-02-07 Kristian Høgsbergwayland-egl: Force roundtrips to get device name and...
2011-02-07 Benjamin Franzkeegl_dri2: Add wayland platform
2011-02-07 Benjamin Franzkeegl_dri2: Export dri2_get_driver_for_fd
2011-02-07 Benjamin Franzkeegl_dri2: Enable pixmap bind_to_texture according to...
2011-02-07 Benjamin Franzkest/egl: Add wayland platform
2011-02-07 Benjamin Franzkest/egl: drm_image: Check for MESA_drm_image
2011-02-07 Benjamin Franzkest/egl: native_helper: Add resource_surface_import_resource
2011-02-07 Benjamin Franzkeegl: Implement libwayland-egl
2011-02-07 Benjamin Franzkeegl: Add wayland platform
2011-02-07 Benjamin Franzkeintel: Implement dri2::{Allocate,Release}Buffer
2011-02-07 Benjamin Franzkest/dri: Implement dri2::{Allocate,Release}Buffer
2011-02-07 Benjamin FranzkeAdd dri2::{Allocate,Release}Buffer extension
2011-02-07 Marek Olšákr600g: correctly report supported vertex formats
2011-02-07 Marek Olšákr300g: use the new vertex buffer manager
2011-02-07 Marek Olšákr600g: use the new vertex buffer manager
2011-02-07 Marek Olšákutil: import a new vertex buffer manager
2011-02-06 Marek Olšákr600g: do not flush the uploader
2011-02-06 Marek Olšákr300g: do not flush the uploader
2011-02-06 Marek Olšákconfigure.ac: correctly check for libdrm_radeon version
2011-02-06 Marek Olšákr300g: RS400 doesn't have ZMASK
2011-02-06 Dave Airlier600g: use surface format not underlying texture format
2011-02-06 Tom Stellardr300/compiler: Disable register rename pass on r500
2011-02-05 Tom Stellardr300/compiler: Don't count BEGIN_TEX instructions in...
2011-02-05 Dave Airliemesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
2011-02-04 Ian Romanickmesa: Fix error checks in GetVertexAttrib functions
2011-02-04 Ian Romanicklinker: Generate link errors when ES shaders are missin...
2011-02-04 Vinson Leeglsl: Add opt_copy_propagation_elements.cpp to SConscript.
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
2011-02-04 Eric Anholti965: Drop the INTEL_DEBUG=state spam about the cache...
2011-02-04 Eric Anholtglsl: Remove extra checks for constant true assignment...
2011-02-04 Eric Anholtglsl: Fix a comment typo in copy propagation.
2011-02-04 Eric Anholtglsl: Add a new opt_copy_propagation variant that does...
2011-02-04 Vinson Leeralloc: Add missing va_end following va_copy.
2011-02-04 Dave Airlier600g: don't set tile_type on evergreen.
2011-02-04 Dave Airlier600g: fix evergreen sampler view + depth interaction
2011-02-04 Vinson Leeutil: Change u_get_transfer_vtbl usage argument type...
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
2011-02-03 Dave Airlier600g: get offset for correct texture when setting...
2011-02-03 Dave Airlier600g: avoid trying to flush the flushing texture.
2011-02-03 Dave Airlier600g: evergreen CB check for flushed texture
2011-02-03 Dave Airlier600g: flushing texture needs all levels.
2011-02-03 Dave Airlier600g: remove unused variables
2011-02-03 Dave Airlier600g: add a flag to just create flushed texture withou...
2011-02-03 Dave Airlier600g: also check CB bindings for textures to depth...
2011-02-03 Dave Airlier600g: flush depth texture before a blit from it.
2011-02-03 Brian Paulsvga: rename a couple sampler, sampler view functions
2011-02-03 Brian Paulgallium/svga: added debug code for dumping framebuffer...
2011-02-03 Brian Paulgallium/docs: more info about setting samplers and...
2011-02-03 Brian Paulcso: don't tell drivers to bind null samplers, sampler...
2011-02-03 Henri Verbeetr600g: Make some more things static.
2011-02-03 Henri Verbeetr600g: Get rid of the unused r600_cf_vtx_tc() function.
2011-02-03 Henri Verbeetr300g: Make the buffer and texture vbtls static const.
2011-02-03 Henri Verbeetr600g: Make the buffer and texture vbtls static const.
2011-02-03 Alex Deucheregl_dri2: Add new radeon pci ids
2011-02-03 Kristian Høgsbergegl_dri2: Split out drm platform implementation to...
2011-02-03 Kristian Høgsbergegl_dri2: Split out x11 platform code
2011-02-03 Haitao Fengswrast: add an interface createNewContextForAPI
2011-02-03 José Fonsecasvga: Fix resource leak; undo temporary workaround.
2011-02-03 José Fonsecasvga: Temporarily disable buffer DMA upload coalescing.
next