Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / gallium / winsys /
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 Dave Airlier600g: get tiling info from kernel
2010-10-15 Jakob Bornecrantzwrapper: Add a way to dewrap a pipe screen without...
2010-10-15 Jakob Bornecrantzwrapper: Fix spelling
2010-10-14 Keith Whitwellr600/drm: fix segfaults in winsys create failure path
2010-10-08 Vinson Leer600g: Silence uninitialized variable warning.
2010-10-08 Vinson Leer600g: Silence uninitialized variable warning.
2010-10-08 Vinson Leer600g: Silence uninitialized variable warning.
2010-10-08 Vinson Leer600g: Remove unnecessary header.
2010-10-06 Jerome Glisser600g: fix dirty state handling
2010-10-06 Jerome Glisser600g: avoid segfault due to unintialized list pointer
2010-10-05 Jerome Glisser600g: userspace fence to avoid kernel call for testing...
2010-10-05 Jerome Glisser600g: simplify block relocation
2010-10-05 Bas Nieuwenhuizenr600g: use dirty list to track dirty blocks
2010-10-05 Jerome Glisser600g: improve bo flushing
2010-10-05 Jerome Glisser600g: store reloc information in bo structure
2010-10-05 Dave Airlier600g: avoid unneeded bo wait
2010-10-05 Dave Airlier600g: drop use_mem_constant.
2010-10-05 Dave Airlier600g: drop mman allocator
2010-10-05 Dave Airlier600g: add bo busy backoff.
2010-10-05 Dave Airlier600g: add bo fenced list.
2010-10-04 Vinson Leer600g: Fix SCons build.
2010-10-04 Jerome Glisser600g: remove dead label & fix indentation
2010-10-04 Jerome Glisser600g: rename radeon_ws_bo to r600_bo
2010-10-04 Jerome Glisser600g: use r600_bo for relocation argument, simplify...
2010-10-04 Jerome Glisser600g: allow r600_bo to be a sub allocation of a big bo
2010-10-04 Jerome Glisser600g: rename radeon_ws_bo to r600_bo
2010-10-04 Dave Airlier600g: TODO domain management
2010-10-04 Dave Airlier600g: fix wwarning in bo_map function
2010-10-04 Dave Airlier600g: break out of search for reloc bo after finding it.
2010-10-01 Dave Airlier600g: setup basic loop consts on r600 + evergreen.
2010-10-01 Dave Airlier600g: flush SH cache on constant change on evergreen
2010-10-01 Dave Airlier600g: fix evergreen draw-buffers
2010-10-01 Dave Airlier600g: add cb flushing for extra buffers + depth buffer...
2010-10-01 Dave Airlier600g: sync vertex/texture cache on resources on evergreen
2010-10-01 Dave Airlier600g: add reloc for evergreen color attrib
2010-10-01 Dave Airlier600g: add winsys support for CTL constants.
2010-10-01 Dave Airlier600g: use Elements macro instead of manual sizeofs
2010-09-30 John Doer600g: keep a mapping around for each bo
2010-09-30 John Doer600g: don't double count dirty block
2010-09-30 Jerome Glisseevergreeng: avoid overlapping border color btw VS & PS
2010-09-30 Jerome Glisser600g: use constant buffer instead of register for...
2010-09-30 Nicolas Kaisergallium/winsys: remove duplicated include
2010-09-29 Dave Airlier600g: clean up some code from move to new paths.
2010-09-29 Vinson Leer600g: Fix SCons build.
2010-09-29 Jerome Glisser600g: more cleanup
2010-09-29 Vinson Leer600g: Update SConscript.
2010-09-29 Jerome Glisser600g: cleanup
2010-09-29 Jerome Glisser600g: delete old path
2010-09-29 Jerome Glisser600g: use a hash table instead of group
2010-09-28 Dave Airlier600g: move radeon.h members around to add back map...
2010-09-28 Jerome Glisser600g: suspend/resume occlusion query around clear...
2010-09-27 Jerome Glisser600g: fix occlusion query after change to block structure
2010-09-27 Jerome Glisser600g: fix pointsprite & resource unbinding
2010-09-27 Jerome Glisser600g: build packet header once
2010-09-27 Dave Airlier600g: add evergreen texture resource properly.
2010-09-26 Joakim Sindholtradeong: fix leaks
2010-09-26 Jerome Glisser600g: disable early cull optimization when occlusion...
2010-09-26 Vinson Leer600g: Include p_compiler.h instead of malloc.h.
2010-09-26 Vinson Leer600g: Remove unused variables.
2010-09-26 Vinson Leer600g: Don't return a value in function returning void.
2010-09-25 Vinson Leer600g: Remove unused variable.
2010-09-25 Dave Airlier600g: add eg db count control register.
2010-09-24 Jerome Glisser600g: bring over fix from old path to new path
2010-09-24 Jerome Glisser600g: fix evergreen new path
2010-09-24 Jerome Glisser600g: fix evergreen new path
2010-09-24 Jerome Glisser600g: evergreen fix for new design
2010-09-24 Jerome Glisser600g: move use_mem_constants flags for new designs...
2010-09-24 Jerome Glisser600g: fix typo in evergreen define (resource are in...
2010-09-24 Marek Olšákr300g: make accessing map_list and buffer_handles threa...
2010-09-24 Marek Olšákr300g: fixup long-lived BO maps being incorrectly unmap...
2010-09-23 Jerome Glisser600g: initial evergreen support in new path
2010-09-23 Dave Airlier600g: fix typo in evergreen register list
2010-09-22 Jerome Glisser600g: disable shader rebuild optimization & account...
2010-09-22 Jerome Glisser600g: flush color buffer after draw command
2010-09-22 Luca Barbieriwinsys: automatically build sw winsys needed by EGL...
2010-09-22 Jerome Glisser600g: occlusion query for new design
2010-09-21 Jerome Glisser600g: directly allocate bo for user buffer
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Dave Airlier600g: fix eg texture borders.
2010-09-20 Jerome Glisser600g: add back reference check when mapping buffer
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Dave Airlier600g: only flush for the correct colorbuffer, not...
2010-09-20 Dave Airlier600g: fixup r700 CB_SHADER_CONTROL register.
2010-09-20 Dave Airlier600g: fix tiling support for ddx supplied buffers
2010-09-20 Dave Airlier600g: send correct surface base update for multi-cbufs
2010-09-19 Henri Verbeetr600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_...
2010-09-19 Henri Verbeetr600g: Buffer object maps imply a wait.
2010-09-19 Henri Verbeetr600g: Check for other references before checking for...
2010-09-17 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-17 Vinson Leer600g: Fix memory leak on error path.
2010-09-17 Vinson Leer600g: Fix implicit declaration warning.
2010-09-17 Vinson Leer600g: Remove unnecessary headers.
2010-09-17 Jerome Glisser600g: alternative command stream building from context
2010-09-17 Dave Airlier600g: oops got the use_mem_constant the wrong way...
2010-09-17 Dave Airlier600g: use calloc for ctx bo allocations
2010-09-17 Dave Airlier600g: fixup map flushing.
next