glapi: Fix a race in accessing context/dispatch TSD.
[mesa.git] / src / mesa /
2009-08-24 Chia-I Wuglapi: Fix a race in accessing context/dispatch TSD.
2009-08-24 Chia-I Wuglapi: Protect _glapi_check_multithread by a mutex.
2009-08-24 Brian Paulmesa: _mesa_layout_parameters() returns a boolean value
2009-08-24 Maciej Cencorar300: add support for EXT_framebuffer_blit
2009-08-24 Dave Airlier600: scissor updates for dri2
2009-08-24 Dave Airlier600: switch to common cs functions
2009-08-24 Alex Deucherr600: map 16 VS outputs
2009-08-24 Alex Deucherr600: fix logic copy paste error
2009-08-23 Alex Deucherradeon: add radeon_cs_write_table to the legacy path
2009-08-23 Alex Deucherr600: bump reloc_chunk size
2009-08-23 Alex Deucherr600: fix count for CB/DB target state
2009-08-23 Maciej Cencorar300: fix a typo
2009-08-23 Maciej Cencoraradeon: use proper macro
2009-08-23 Maciej Cencoraradeon: use bo_is_idle interface for checking if OQ...
2009-08-23 Maciej Cencorar300: minor optimization
2009-08-23 Ian RomanickARB prog lexer: Fix lexer to eat both DOS and Unix...
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 Luo JinghuaARB prog parser: include imports.h to kill some compile...
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-21 Ian RomanickARB prog parser: Revert part of previous change to...
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 Brian Paulmesa: add GL_DEPTH_STENCIL to glCopyPixels error check
2009-08-20 Alex Deucherr600: rework emit code
2009-08-20 Pauli Nieminenradeon: Update regulary cs processing info from kernel.
2009-08-19 Brian Paulgallium: rename copy/fill_rect utility functions
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 Brian Paulmesa: when emitting vertex program fog, set yzw=0,0,1
2009-08-18 Brian Paulmesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORD...
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
2009-08-18 Ian RomanickARB prog parser: Delete the old parser
2009-08-18 Ian RomanickARB prog: Revert some changes to debug output
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 Ian RomanickRegenerate files for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickInfrastructure for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickRegenerate files for GL_APPLE_flush_buffer_range
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 Paulmesa: append uniform values to the log file the first...
2009-08-14 Brian Paulmesa: also pass the GPU program to _mesa_append_uniform...
2009-08-14 Brian Paulvbo: call _mesa_valid_to_render()
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Brian Paulmesa: new _mesa_append_uniforms_to_file() debug/logging...
2009-08-14 Brian Paulmesa: call _mesa_valid_to_render()
2009-08-14 Brian Paulvbo: call _mesa_valid_to_render()
2009-08-14 Brian Paulmesa: new _mesa_valid_to_render() function
2009-08-14 Brian Paulmesa: minor error string changes
2009-08-14 Brian PaulAllow external settings of MAX_WIDTH/HEIGHT.
next