ARB prog lexer: Fix lexer to eat both DOS and Unix line endings
[mesa.git] / src / mesa / drivers /
2009-08-23 Alex Deucherr600: use persistent bos for shaders
2009-08-23 Alex Deucherr600: always emit CB base
2009-08-23 Pauli Nieminenradeon: Fix compilation with legacy memory manager.
2009-08-23 Pauli Nieminenradeon: Check from kernel if dma buffer is idle.
2009-08-22 Alex Deucherr600: make state emit more fine grained
2009-08-22 Alex Deucherr600: move full state to radeon state atoms
2009-08-22 Alex Deucherr600: add support for RS880
2009-08-22 Ian Romanicki965: Implement frag prog DPH like DP4
2009-08-21 Michel DänzerFix r300 VBO support build on big endian.
2009-08-21 Alex Deucherr600: better default state size.
2009-08-21 Ian RomanickMerge branch 'asm-shader-rework-1'
2009-08-21 Brian Paulradeon: fix incorrect loop limit (warned by -O3)
2009-08-21 Pauli Nieminenradeon: Add comment to explain logic for freeing dma...
2009-08-20 Alex Deucherr600: convert to using common radeon state atoms
2009-08-20 Alex Deucherr600: improve state emission
2009-08-20 Alex Deucherr600: split state emit into block specific functions
2009-08-20 Alex Deucherr600: try and get everything in the draw in one IB
2009-08-20 Alex Deucherr600: move misc regs from general state
2009-08-20 Alex Deucherr600: rework emit code
2009-08-20 Pauli Nieminenradeon: Update regulary cs processing info from kernel.
2009-08-19 Alex Deucherradeon: fix typo in last dma patch
2009-08-19 Eric Anholtintel: Fix failure to commit -a --amend before last...
2009-08-19 Eric Anholtintel: Align cubemap texture height to its padding...
2009-08-19 Eric Anholtintel: Align untiled region height to 2 according to...
2009-08-19 Pauli Nieminenradeon: Add debug output for dma buffer object numbers.
2009-08-19 Pauli Nieminenradeon: Fix dma buffer object pool to scale object...
2009-08-19 Alex Deucherr600: minor cleanup
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
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 Brian Paulmesa: refactor: move _mesa_is_color/depth/stencil_forma...
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.
next