r600g: do not destroy the original index buffer when translating indices
[mesa.git] / src / gallium /
2011-02-14 Marek Olšákr600g: do not destroy the original index buffer when...
2011-02-14 Marek Olšákr300g: emit 3D_LOAD_VBPNTR only when necessary
2011-02-14 Marek Olšákr300g: fix reference counting when translating indices
2011-02-14 Marek Olšáku_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHR...
2011-02-14 Marek Olšákr300g: remove the relocation after AARESOLVE_PITCH
2011-02-13 Marcin Slusarznv50: fix query assertion
2011-02-13 Marek Olšákr300g: correctly determine if a texture is blittable...
2011-02-12 Marek Olšákr300g: fixup the handle_compare function
2011-02-12 Marek Olšákr300g: when printing shader linker errors to stderr...
2011-02-12 Marek Olšákr300g: add debug options nozmask and nohiz which disabl...
2011-02-12 Marek Olšákr300g: typecast void* to unsigned correctly
2011-02-12 Marek Olšákr300g: improve function radeon_bo_is_referenced_by_cs
2011-02-12 Marek Olšáku_vbuf_mgr: fix segfault
2011-02-11 Brian Paulsvga: disable a debug_printf() call
2011-02-11 Brian Paulsvga: comments and debug code
2011-02-11 Brian Paulsvga: more comments for need_pipeline field
2011-02-11 Brian Pauldraw: tweak AA line texture minimum alpha
2011-02-11 Brian Paulsvga: add max DMA size check in svga_winsys_buffer_create()
2011-02-11 Brian Paulsvga: remove old comment, remove extra whitespace
2011-02-11 José Fonsecasvga: Enable the draw pipeline for smooth lines.
2011-02-11 José Fonsecasvga: Don't use the draw pipeline for non-AA lines...
2011-02-11 José Fonsecadraw: Don't use the pipeline when drawing lines with...
2011-02-11 José Fonsecallvmpipe: Use u_math's round.
2011-02-11 José Fonsecautil: Define round and roundf on MSVC.
2011-02-11 José Fonsecasvga: Stippled lines can also be drawn with triangles.
2011-02-11 Marek Olšákr300g: remove unused function prototypes, update copyright
2011-02-11 Benjamin Franzkest/egl wayland: Sync front buffer release
2011-02-11 Benjamin Franzkest/dri: Set render_buffer in dri_fill_st_visual
2011-02-11 Benjamin Franzkest/dri: img_from_renderbuf: Fix incorrect usage of...
2011-02-11 Benjamin Franzkest/dri: Fix surfaceless gl using contexts with previous...
2011-02-11 Benjamin Franzkest/egl wayland: Set color_format according to wl_visual
2011-02-11 Dave Airlier600g: get correct height alignment
2011-02-11 Dave Airlier600g: drop two unused | 0 that are actually in word4...
2011-02-11 Dave Airlier600g: handle 16/32 u/s norm formats properly
2011-02-11 Marek Olšákr300g: prevent NULL pointer dereference in r300_buffer_...
2011-02-11 Marek Olšákr300g: plug a memory leak in winsys
2011-02-11 Marek Olšákr300g: remove unneeded code in winsys
2011-02-11 Marek Olšákr300g: fix warning
2011-02-11 Marek Olšákr300g: import the last bits of libdrm and cleanup the...
2011-02-10 José Fonsecau_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.
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-09 José Fonsecasvga: Don't advertise pixel shader addr register support.
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 Marek Olšákgallium/docs: fix typo
2011-02-08 Benjamin Franzkest/egl: Fix platform selection
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 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-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 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 Franzkest/dri: Implement dri2::{Allocate,Release}Buffer
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šákr300g: RS400 doesn't have ZMASK
2011-02-06 Dave Airlier600g: use surface format not underlying texture format
2011-02-04 Dave Airlier600g: don't set tile_type on evergreen.
next