summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-09egl_dri2: Use double buffering for window surfacesdri2_double_configBenjamin Franzke5-40/+110
2011-02-09st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke1-2/+4
2011-02-09mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom1-10/+9
2011-02-09gallium/docs: fix typoMarek Olšák1-1/+1
2011-02-08r200: add cast to silence warningBrian Paul1-1/+1
2011-02-08mesa: remove unused BITFIELD64 macrosBrian Paul1-16/+1
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul14-44/+23
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul9-42/+19
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul8-6/+113
2011-02-08st/mesa: fix shader deletion regressionBrian Paul1-3/+4
2011-02-08i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke1-0/+4
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke1-1/+1
2011-02-08i965: Rename a few more commands to match the documentation.Kenneth Graunke2-5/+5
2011-02-08st/egl: Fix platform selectionBenjamin Franzke1-0/+1
2011-02-08i965: Remove pointless keying of WM state on VUE size.Eric Anholt1-4/+0
2011-02-08mesa: Fix the Mesa IR copy propagation to not read past writes to the reg.Eric Anholt1-7/+40
2011-02-08glsl: Disable the new copy propagation pass until it gets fixed.Eric Anholt1-1/+1
2011-02-08glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30Chad Versace1-0/+7
2011-02-08r600g: fixup assertionMarek Olšák1-1/+1
2011-02-08r600g: add a faster implementation of transfer_inline_writeMarek Olšák1-1/+25
2011-02-08r600g: slab-allocate buffer and transfer structuresMarek Olšák3-10/+85
2011-02-08r300g: use the same upload buffer for vertices and indicesMarek Olšák4-18/+7
2011-02-08r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák4-28/+10
2011-02-08mesa/st: Plug a fragment program variant parameter leakThomas Hellstrom1-0/+2
2011-02-08st/mesa: free the temporary bitmap/drawpix shader codeBrian Paul1-2/+10
2011-02-08u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák4-1/+5
2011-02-08u_vbuf_mgr: remove tabsMarek Olšák1-18/+18
2011-02-08u_vbuf_mgr: make the uploader publicMarek Olšák3-18/+16
2011-02-08Revert "r600g: do not flush the uploader" (with comments)Marek Olšák1-0/+7
2011-02-08r600g: silence a few valgrind warningsBrian Paterni3-4/+4
2011-02-08mesa/st: Fix vertex buffer leakThomas Hellstrom1-0/+1
2011-02-07wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()Kristian Høgsberg1-1/+2
2011-02-07r600g: Add support for relative addressing on constant buffers.Henri Verbeet6-22/+152
2011-02-07r600g: Set the fetch type in r600_bc_vtx_build().Henri Verbeet1-0/+1
2011-02-07r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().Henri Verbeet1-0/+2
2011-02-07r600g: Generalize the pipe_add_vertex_attrib() functions.Henri Verbeet4-28/+20
2011-02-07r600g: Remove vs_resource and ps_resource from the pipe context.Henri Verbeet3-22/+6
2011-02-07r600g: Split constants in r600_shader_from_tgsi().Henri Verbeet1-140/+80
2011-02-07r600g: Do the tgsi_full_src_register to r600_shader_src conversion in r600_sh...Henri Verbeet1-176/+129
2011-02-07r600g: Split r600_bc_alu_src.Henri Verbeet3-157/+147
2011-02-07r600g: Store literal values in the r600_bc_alu_src structure.Henri Verbeet3-16/+13
2011-02-07r600g: tgsi_dst() can't fail.Henri Verbeet1-75/+26
2011-02-07r600g: tgsi_src() can't fail.Henri Verbeet1-80/+28
2011-02-07wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg2-4/+29
2011-02-07egl_dri2: Add wayland platformBenjamin Franzke4-0/+644
2011-02-07egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke2-1/+4
2011-02-07egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke1-1/+2
2011-02-07st/egl: Add wayland platformBenjamin Franzke6-0/+718
2011-02-07st/egl: drm_image: Check for MESA_drm_imageBenjamin Franzke1-2/+2
2011-02-07st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke2-0/+13