summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-08st/egl: Fix platform selectionBenjamin Franzke
2011-02-08i965: Remove pointless keying of WM state on VUE size.Eric Anholt
2011-02-08mesa: Fix the Mesa IR copy propagation to not read past writes to the reg.Eric Anholt
2011-02-08glsl: Disable the new copy propagation pass until it gets fixed.Eric Anholt
2011-02-08glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30Chad Versace
2011-02-08r600g: fixup assertionMarek Olšák
2011-02-08r600g: add a faster implementation of transfer_inline_writeMarek Olšák
2011-02-08r600g: slab-allocate buffer and transfer structuresMarek Olšák
2011-02-08r300g: use the same upload buffer for vertices and indicesMarek Olšák
2011-02-08r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák
2011-02-08mesa/st: Plug a fragment program variant parameter leakThomas Hellstrom
2011-02-08st/mesa: free the temporary bitmap/drawpix shader codeBrian Paul
2011-02-08u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák
2011-02-08u_vbuf_mgr: remove tabsMarek Olšák
2011-02-08u_vbuf_mgr: make the uploader publicMarek Olšák
2011-02-08Revert "r600g: do not flush the uploader" (with comments)Marek Olšák
2011-02-08r600g: silence a few valgrind warningsBrian Paterni
2011-02-08mesa/st: Fix vertex buffer leakThomas Hellstrom
2011-02-07wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()Kristian Høgsberg
2011-02-07r600g: Add support for relative addressing on constant buffers.Henri Verbeet
2011-02-07r600g: Set the fetch type in r600_bc_vtx_build().Henri Verbeet
2011-02-07r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().Henri Verbeet
2011-02-07r600g: Generalize the pipe_add_vertex_attrib() functions.Henri Verbeet
2011-02-07r600g: Remove vs_resource and ps_resource from the pipe context.Henri Verbeet
2011-02-07r600g: Split constants in r600_shader_from_tgsi().Henri Verbeet
2011-02-07r600g: Do the tgsi_full_src_register to r600_shader_src conversion in r600_sh...Henri Verbeet
2011-02-07r600g: Split r600_bc_alu_src.Henri Verbeet
2011-02-07r600g: Store literal values in the r600_bc_alu_src structure.Henri Verbeet
2011-02-07r600g: tgsi_dst() can't fail.Henri Verbeet
2011-02-07r600g: tgsi_src() can't fail.Henri Verbeet
2011-02-07wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg
2011-02-07egl_dri2: Add wayland platformBenjamin Franzke
2011-02-07egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke
2011-02-07egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke
2011-02-07st/egl: Add wayland platformBenjamin Franzke
2011-02-07st/egl: drm_image: Check for MESA_drm_imageBenjamin Franzke
2011-02-07st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke
2011-02-07egl: Implement libwayland-eglBenjamin Franzke
2011-02-07egl: Add wayland platformBenjamin Franzke
2011-02-07intel: Implement dri2::{Allocate,Release}BufferBenjamin Franzke
2011-02-07st/dri: Implement dri2::{Allocate,Release}BufferBenjamin Franzke
2011-02-07Add dri2::{Allocate,Release}Buffer extensionBenjamin Franzke
2011-02-07r600g: correctly report supported vertex formatsMarek Olšák
2011-02-07r300g: use the new vertex buffer managerMarek Olšák
2011-02-07r600g: use the new vertex buffer managerMarek Olšák
2011-02-07util: import a new vertex buffer managerMarek Olšák
2011-02-06r600g: do not flush the uploaderMarek Olšák
2011-02-06r300g: do not flush the uploaderMarek Olšák
2011-02-06r300g: RS400 doesn't have ZMASKMarek Olšák
2011-02-06r600g: use surface format not underlying texture formatDave Airlie