Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / drivers / dri /
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Pauli Nieminenradeon: balance dma buffer mapping
2009-08-18 Pauli Nieminenr300: Movde debug output from stdout to stderr in copiler.
2009-08-18 Dave Airlier200: make use of DMA buffers for Elts a lot better.
2009-08-18 Pauli Nieminenr200: Fix missing offset from elt buffer pointer.
2009-08-18 Pauli Nieminenradeon: Optimize memory handling for dma operations.
2009-08-18 Alex Deucherr300: fix the build on big endian
2009-08-18 Dave Airlier600: fix build
2009-08-18 Dave Airlier300: remove warning introduced with OQ
2009-08-18 Dave Airlieradeon/r200: fix build after OQ commits
2009-08-18 Dave Airlier300: OQ rework
2009-08-18 Dave Airlier300: fix missing BEGIN/END batches
2009-08-18 Dave Airlier300: fix big endian build
2009-08-17 Alex Deucherr600: fix counting error after the last commit
2009-08-17 Alex Deucherr600: make sure the number of indices is valid
2009-08-17 Alex Deucherradeon: remove RADEON_DEBUG_BO stuff
2009-08-17 Jerome Glisser300: split vbo rendering with big drawarray case
2009-08-17 Dave Airlieradeon: turn off bo debugging
2009-08-16 Maciej Cencorar300: disable ZTOP only when occlusion queries are...
2009-08-15 Maciej CencoraMerge branch 'oq'
2009-08-15 Maciej Cencorar300: enable ARB_occlusion_query
2009-08-15 Maciej Cencoraradeon: add flag for drm OQ support
2009-08-15 Maciej Cencorar300: temporary occlusion query hack
2009-08-15 Maciej Cencorar300: clear not_flushed OQ list after flush
2009-08-15 Maciej Cencorar300/oq: add some debugging info
2009-08-15 Maciej Cencorar300: add occlusion queries support
2009-08-15 Dave Airlieradeon space: realign with drm space check code
2009-08-15 Dave Airlier300: fixup space checks since VBO code
2009-08-15 Dave Airlier300: add just in case warn I don't think this can...
2009-08-15 Dave Airlieradeon: enable vertex splitting for IBs
2009-08-15 Roland Scheideggeri965: disable bounds checking on arrays with stride 0
2009-08-14 Ian Romanicki965: Add support for GL_ARB_seamless_cube_map
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Maciej Cencorar300: mark VBO buffer objects as persistent
2009-08-14 Maciej Cencorar300: unmap buffer objects after usage
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Maciej Cencorar300: remove broken vertex splitting
2009-08-14 Maciej Cencorar300: rework index buffer setup
2009-08-14 Maciej Cencorar300: remove unused software TNL path
2009-08-14 Maciej Cencorar300: use VBOs for vertex attributes
2009-08-14 Tobias Doerffelintel: in intel_context struct use typedef for sarea...
2009-08-14 Maciej Cencorar300: add required symlinks
2009-08-14 Maciej Cencoraradeon: handle debug versions of radeon_bo_open
2009-08-14 Maciej Cencoraradeon: add VBO support (not enabled yet)
2009-08-14 Maciej Cencoraradeon: export emitvec* functions
2009-08-14 Maciej Cencoraradeon: constify some parameters
2009-08-14 Alex Deucherr600: emit SURFACE_BASE_UPDATE on depth base updates...
2009-08-13 Alex Deucherr600: move non-surface related cb state to general...
2009-08-13 Alex Deucherr600: move non-surface related depth state to general...
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-13 Xiang, Haihaoi965: fix cube map on IGDNG
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-12 Eric Anholti965: Make the cube mapping RCP use a writemask.
2009-08-12 Eric Anholti965: Allocate destination registers for GLSL TEX instr...
2009-08-12 Eric Anholti965: drop dead scalar handling in GLSL.
2009-08-12 Eric Anholti965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
2009-08-12 Eric Anholti965: Drop GLSL ABS code, which is translated away...
2009-08-12 Eric Anholti965: Drop code for emitting OPCODE_SUB, since brw_wm_f...
2009-08-12 Eric Anholti965: Store the dispatch width in the WM compile struct.
2009-08-12 Eric Anholti965: Handle scalar result swizzling in shared GLSL...
2009-08-12 Eric Anholti965: Flag ARL-using programs as requiring brw_wm_glsl.c
2009-08-12 Eric Anholti965: Remove some unused WM opcode args.
2009-08-12 Eric Anholti965: Avoid re-uploading the index buffer when we don...
2009-08-12 Alex Deucherr600: fix warning
2009-08-12 Alex Deucherr600: state cleanups
2009-08-12 Alex Deucherr600: clean up Create/DestroyContext
2009-08-12 Pauli Nieminenr200: Prevent TexGenMatrix from leaking when destroying...
2009-08-12 Eric Anholtvbo: Avoid extra validation of DrawElements.
2009-08-12 Eric Anholtradeon: Minor warnings cleanup.
2009-08-12 Eric Anholti965: Use _MaxElement instead of index-calculated min...
2009-08-12 Pauli Nieminenradeon: Add protection against recursive DRM locking.
2009-08-12 Cooper Yuanr600: A shader is bound that exports Z as a float into...
2009-08-12 Alex Deucherr600: use the drm ioctls for swap and texture upload
2009-08-11 Brian Paulmesa/glapi: regenerated files from gl_API.xml
2009-08-11 Cooper Yuanr600: update num of interp if posizition is used
2009-08-10 Brian Paulintel: use new _mesa_meta_copy_pixels() function
2009-08-10 Brian Paulintel: add missing \n to fprintf()
2009-08-10 Brian Paulintel: use new _mesa_meta_blit_framebuffer() function
2009-08-10 Dave Airlieradeon_fbo: switch short to byte for 565
2009-08-10 Dave Airlieradeon: fix cut-n-paste in alphabits in fbo code
2009-08-09 Dave Airlier600: looks like a typo
2009-08-09 Cooper Yuanr600: load per-pixel position into PS in order to use...
2009-08-08 Eric AnholtRevert "i965: Disable texture tiling by default."
2009-08-08 Eric Anholtintel: Align region height as required for tiled regions.
2009-08-08 Eric Anholti965: Add a note justifying domain choice for the SF VP.
2009-08-08 Eric Anholtintel: Add some more safety asserts in the blit code.
2009-08-08 Eric Anholti965: Replace the subroutine-skipping jump in VS with...
2009-08-07 Alex Deucherradeon: correct fix for tiling with the legacy build
2009-08-07 Eric Anholtintel: Fix googleearth by avoiding GL_VIEWPORT_BIT...
2009-08-07 Alex Deucherradeon: fix the build with older drm headers
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-07 Brian Pauli965: minor context comments
2009-08-07 Brian Paulintel: minor context comments
2009-08-07 Brian Paulintel: move blit call out of assert()
2009-08-07 Brian Paulintel: fix typo: s/softare/software/
2009-08-07 Dave Airlieradeon: enable tiling fallbacks in 3D driver.
2009-08-07 Dave Airlieradeon span: add r200 depth/stencil span read/writing
2009-08-07 Dave Airlier200: fix scissor emission for r200 under kms
2009-08-06 Jakob Bornecrantzmesa: Ignores
next