mesa.git
2011-02-10 Kristian Høgsbergconfigure.ac: Fix typo
2011-02-10 Marek Olšákr300g: implement accelerated copy_region for compressed...
2011-02-10 Marek Olšákr300g: add a way to change texture properties arbitrarily
2011-02-10 Marek Olšákr300g: consolidate buffers and textures to r300_resource
2011-02-10 Marek Olšákr300g: simplify WRITE_RELOC API and cleanup
2011-02-10 Marek Olšáku_blitter: let the driver check whether there's a recursion
2011-02-10 Marek Olšákr300g: use format from pipe_surface instead of pipe_res...
2011-02-10 Marek OlšákRevert "r300g: support sRGB colorbuffers"
2011-02-10 Dave Airliemesa/st: enable GL_EXT_framebuffer_sRGB
2011-02-09 José Fonsecascons: Restrict whole program optimization to release...
2011-02-09 José Fonsecasvga: Don't advertise pixel shader addr register support.
2011-02-09 Kristian Høgsbergeglplatform.h: Define Wayland native platform types
2011-02-09 Christoph Bumillernvc0: serialize on PIPE_FLUSH_RENDER_CACHE as well
2011-02-09 Christoph Bumillernvc0: fix stride of NVC0_3D_RT methods
2011-02-09 Christoph Bumillernvc0: correct storage type for 16 bit surface formats
2011-02-09 Christoph Bumillernvc0: make CSE work for ops with multiple results
2011-02-09 Christoph Bumillernvc0: replace branching with predicated insns where...
2011-02-09 Christoph Bumillernvc0: implement local memory load and store ops
2011-02-09 Christoph Bumillernvc0: make sure phi-ops really have one source per...
2011-02-09 Christoph Bumillernv50,nvc0: do not forget to apply sign mode to saved...
2011-02-09 Christoph Bumillernvc0: do not generate a backwards jump if a loop ends...
2011-02-09 Christoph Bumillernvc0: store only one value per basic block for TGSI...
2011-02-09 Christoph Bumillernv50,nvc0: fix condition code change when commuting...
2011-02-09 Christoph Bumillernvc0: set basic block on manual instruction insertion
2011-02-09 Christoph Bumillernvc0: try to fix register conflicts for vector instructions
2011-02-09 Christoph Bumillernvc0: reset texture base address after read transfer
2011-02-09 Christoph Bumillernvc0: don't combine memory loads across block boundaries
2011-02-09 Christoph Bumillernvc0: detect no-op MIN/MAX, do CSE earlier to succeed...
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.
next