gallivm: Remove unnecessary headers.
[mesa.git] / src / gallium / winsys /
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Dave Airlier300g: fix buffer reuse issue caused by previous commit
2010-09-15 Marek Olšákr300g: prevent creating multiple winsys BOs for the...
2010-09-13 Marek Olšákr300g: fix map_buffer
2010-09-12 Dave Airliepb: add void * for flush ctx to mapping functions
2010-09-10 Tilman Sauerbeckr600g: Only increase a bo's map_count if radeon_bo_map...
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo leak in the error path of radeon_ctx_...
2010-09-10 Dave Airlier600g: fixup state calculations for picking states.
2010-09-10 Dave Airlier600g: evergreen CBs are more sane to support with...
2010-09-10 Dave Airlier600g: add multi-buffer flush support properly.
2010-09-10 Dave Airlier600g: fix regression in multi-buffer tests since CB...
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-10 Dave Airlier600g: align flushing of cb/db with DDX/r600c.
2010-09-10 Dave Airlier600g: don't need 3 bos here.
2010-09-10 Brian Paulwinsys: emit warning in null_sw_displaytarget_create()
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-06 Dave Airlier600g: add script to generate header file with offsets...
2010-09-02 Jerome Glisser600g: force unbind of previously bind sampler/sampler_view
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Jerome Glisser600g: fix memory/bo leak
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-29 Dave Airlier600g: drop file I added by mistake in a previous commit
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-25 Marcin Slusarznouveau: handle early initialization errors
2010-08-25 Jerome Glisser600g: simplify states
2010-08-22 Henri Verbeetr600g: Don't blindly unmap NULL->size.
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-20 Luca Barbieriwinsys/sw: use PIPE_TEXTURE_RECT if appropriate
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Dave Airlier600g: kill event type magic number in winsys
2010-08-17 Dave Airlier600g: add user clip plane support.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-17 Dave Airlier600g: drop libdrm_radeon link
2010-08-14 Vinson Leescons: Fix r600g build.
2010-08-14 Vinson Leer600g: Remove unnecessary headers.
2010-08-14 Vinson Leer300g: Remove unnecessary header.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Dave Airlier600g: fix warning in the winsys
2010-08-13 Dave Airlier600g: fix memory leaks running gears.
2010-08-11 Vinson Leesvga: Remove unnecessary headers.
2010-08-10 Jerome Glisser600g: avoid reemiting literal, avoid scheduling empty cs
2010-08-08 Marek Olšákr300g: generalize the way we ask for hyperz
2010-08-06 Jerome Glisser600g: finish multi target rendering support
2010-08-06 Jerome GlisseRevert "r600g: don't use dynamic state allocation for...
2010-08-06 Marek Olšákr300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM...
2010-08-05 Jerome Glisser600g: don't use dynamic state allocation for states
2010-08-05 Marek Olšákr300g: debug_print on startup whether we can use hyper-z
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-25 Marek Olšákr300g: reject resources from handles which are not...
2010-07-23 Thomas Hellstromxorg/vmwgfx: Implement early mode pruning based on...
2010-07-23 Jakob Bornecrantzi915g: Rename winsys debug options
2010-07-21 Dave Airlier600g: add family retrival
2010-07-16 Marek Olšákr300g: do not make copies of constant buffers, emit...
2010-07-16 Marek Olšákr300g: rebuild winsys and command submission to support...
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-10 Marek Olšákr300g: do not print a rejected CS if RADEON_DUMP_CS...
2010-07-08 Marek Olšákr300g: store/return the stride for winsys_handle in...
2010-07-04 Jakob Bornecrantzi915g: Add flag to not send commands to hw
2010-07-04 Jakob Bornecrantzi915g: If the kernel reject the batchbuffer print it...
2010-06-29 Marek Olšákr300g: move one flush from winsys to the context
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-24 Jakob Bornecrantzi965g: Remove last references to drm_api
2010-06-24 Jakob Bornecrantzgallium: Fix scons build
2010-06-24 Jakob Bornecrantzr600g: Move bootstrap code to target
2010-06-23 Jakob Bornecrantznouveau: Move bootstrap code to targets
2010-06-23 Jakob Bornecrantznouveau: Rename winsys file
2010-06-23 Corbin Simpsonglhd: Use an environment variable (GALAHAD) to enable...
2010-06-23 Corbin Simpsonradeong: Disable Galahad for now; breaks texturing.
2010-06-23 Corbin Simpsontargets, radeong: Add Galahad.
2010-06-23 Jakob Bornecrantzgallium: Drop sw drm winsys
2010-06-23 Jakob Bornecrantzi965g: Move bootstrap code to targets
2010-06-23 Jakob Bornecrantzi965g: Rename winsys file
2010-06-23 Jakob Bornecrantzi965g: Moved pci_id to winsys struct
2010-06-22 Marek Olšákr300g: optimize the immediate mode emission path a bit
2010-06-20 Marek Olšákr600g: handle DRM_API_HANDLE_TYPE_KMS in buffer_get_handle
2010-06-20 Marek Olšákr300g: cleanup buffer_{from, get}_handle
2010-06-14 Marek Olšákr300g: drop begin_cs/end_cs
2010-06-13 Marek Olšákr300g: replace r300_cs_info with simplier get_cs_free_d...
2010-06-11 Chia-I Wuwinsys: Add fbdev software winsys.
2010-06-06 Jakob Bornecrantzr300g: Move bootstrap code to targets
2010-06-06 Jakob Bornecrantzi915g: Move bootstrap code to targets
2010-06-06 Jakob Bornecrantzsvga: Move bootstrap code to targets
2010-06-06 Jakob Bornecrantznouveau: Remove left over argument in drm api
2010-06-04 Vinson Leei915g: Rename winsys c file.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-02 Marek Olšákr300g: use r300_buffer_domain everywhere
2010-06-02 Marek Olšákr300g: let the driver determine the GEM domain for...
2010-05-31 Thomas Hellstromst/xorg, vmware: Make throttling configurable.
2010-05-30 Alex Deucherr600g: RS880 is r6xx-based
2010-05-29 Marek Olšákr600g: remove unused variable
2010-05-29 Marek Olšákr600g: fix gallium function parameters
2010-05-29 Jakob Bornecrantzi915g: Rename winsys c file
next