Merge branch 'draw-instanced'
[mesa.git] / src / gallium /
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Christoph Bumillernvc0: try to swap immediates to first source too
2011-01-15 Christoph Bumillernvc0: make sure all sources of the BIND op are distinct
2011-01-15 Christoph Bumillernvc0: update user vbufs on each draw call
2011-01-15 Christoph Bumillernvc0: enable early fragment tests where possible
2011-01-15 Christoph Bumillernvc0: upload small buffers through the command buffer
2011-01-15 Chia-I Wutargets/egl-static: Assorted cleanups and fixes.
2011-01-15 Chia-I Wutargets/egl: i965 needs libwsw.
2011-01-14 Alex Deucherr600g: compiler helper opcode fixes for evergreen
2011-01-14 Alex Deucherr600g: pass r600_bc to some addition compiler helper...
2011-01-14 Vinson Leer600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_IN...
2011-01-14 Christian Königr600g: add more missing instructions to r600_bc_get_num...
2011-01-13 Vinson Leer600g: Move declaration before code in r600_asm.c.
2011-01-13 Christian Königr600g: rework literal handling
2011-01-13 Christian Königr600g: merge alu groups
2011-01-13 Christian Königr600g: implement replacing gpr with pv and ps
2011-01-13 Christian Königr600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num...
2011-01-13 Christian Königr600g: rework bank swizzle code
2011-01-13 Christian Königr600g: fix alu slot assignment
2011-01-13 Christian Königr600g: optimize away CF ALU instructions even if type...
2011-01-13 Christoph Bumillernvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH...
2011-01-13 Chia-I Wudraw: Fix an off-by-one bug in a vsplit assertion.
2011-01-13 Vinson Leetargets/egl-static: Remove unnecessary header.
2011-01-13 Vinson Leer600g: Silence uninitialized variable warnings.
2011-01-13 José Fonsecascons: Ensure the OpenVG/EGL import libs are also prefi...
2011-01-13 José Fonsecascons: Build libOpenVG.dll & libEGL.dll
2011-01-13 José Fonsecautil: Undo spurious changes in last commit.
2011-01-13 José Fonsecautil: Don't limit debug_printf message length on unices.
2011-01-13 Chia-I Wuegl: Improve driver selection.
2011-01-13 Chia-I Wuegl: Simplify driver matching.
2011-01-13 Chia-I Wuegl: Cleanup _EGLDisplay initialization.
2011-01-13 Ben Skeggsnvc0: disable calling of sw methods we don't implement
2011-01-13 Ben Skeggsnvc0: fix mp_stack_bo relocation
2011-01-13 Brian Paulnoop: change var type to silence warning
2011-01-12 Christian Königr600g: also look at tex inst when for maximum gpu count
2011-01-12 Christian Königr600g: implement output modifiers and use them to furth...
2011-01-12 Christian Königr600g: use special constants for 0, 1, -1, 1.0f, 0...
2011-01-12 Christian Königr600g: optimize temp register handling for LRP
2011-01-12 Christian Königr600g: optimize away CF_INST_POP
2011-01-12 Christian Königr600g: make dumping of shaders an option
2011-01-12 Christian Königr600g: fix alu dumping
2011-01-12 Christian Königr600g: improve r600_bc_dump
2011-01-12 José Fonsecascons: Update windows build for vgapi->openvg rename.
2011-01-12 José Fonsecascons: Fix build on systems without libOpenVG.so
2011-01-12 Chia-I Wuscons: Updates for targets/egl-static.
2011-01-12 Chia-I Wutargets/egl-static: New EGL target for scons.
2011-01-11 Christian Königr600g: texture instructions also work fine with TGSI_FI...
2011-01-11 Christian Königr600g: DP4 also supports writemasking
2011-01-11 Christian Königr600g: Why all this fiddling with tgsi_helper_copy?
2011-01-11 Christian Königr600g: fix tex and vtx joining
2011-01-11 Tilman Sauerbeckr600g: Fixed SIN/COS/SCS for the case where the operand...
2011-01-11 Jerome Glissenoop: remove dead dri target
2011-01-11 Jerome Glisser600g: move user fence into base radeon structure
2011-01-10 Marek Olšákr300g: add debug option for buffer upload logging
2011-01-10 Chia-I Wust/egl: Fix a void pointer arithmetic warning.
2011-01-10 Chia-I Wumesa: Remove GLES overlay.
2011-01-10 Jerome Glissenoop: make noop useable like trace or rbug
2011-01-09 Marek Olšákr300g: do not upload the same user buffer several times
2011-01-09 Christoph Bumillernvc0: implement queries
2011-01-09 Dave Airliei965g: fix warnings
2011-01-09 Dave Airliei965g: update intel_decode from upstream.
2011-01-09 Dave Airliei965g: update disassembler code from classic.
2011-01-09 Dave Airliei965g: update brw_defines.h from classic driver
2011-01-09 Dave Airliei965g: update brw_structs.h from classic driver.
2011-01-09 Dave Airliei965g: update to similiar gen stuff as i965
2011-01-09 Marek Olšákr300g: fix crash when flushing ZMASK
2011-01-08 Marcin Slusarztargets/egl: add libnvc0.a to nouveau libs
2011-01-08 Christoph Bumillernvfx,nv50: pipe_reference the constant buffers
2011-01-08 Christoph Bumillernvc0: fix primitive restart in immediate mode
2011-01-08 Marek Olšákr300g: fix a surface leak when flushing ZMASK
2011-01-08 Marek Olšákr300g: rework command submission and resource space...
2011-01-08 Christoph Bumillernvc0: fix reloc domain conflict on buffer migration
2011-01-08 Christoph Bumillernvc0: upload user buffers only from draw info min to...
2011-01-08 Christoph Bumillernvc0: fix emission of first 3 u8 indices to RING_NI
2011-01-08 Christoph Bumillernvc0: reset mt transfer address after read loop over...
2011-01-08 Christoph Bumillernvc0: tie buffer memory release to the buffer fence
2011-01-08 Łukasz Krotowskir300g: Remove invalid assertion.
2011-01-07 Henri Verbeetr600g: Also set const_offset if the buffer is not a...
2011-01-07 Henri Verbeetr600g: Update some comments for Evergreen.
2011-01-07 Henri Verbeetr600g: Split ALU clauses based on used constant cache...
2011-01-07 Henri Verbeetr600g: Consistently use the copy of the alu instruction...
2011-01-07 Henri Verbeetr600g: Store kcache settings as an array.
2011-01-07 Marek Olšákr300g: derive user buffer sizes at draw time
2011-01-07 Dave Airlier600g: allow constant buffers to be user buffers.
2011-01-06 Alex Deucherr600g: add support for NI (Northern Islands) GPUs
2011-01-06 Jakob Bornecrantzsvga: Ensure that the wrong vdecls don't get used in...
2011-01-06 Marek Olšákr300g: fix corruption when nr_cbufs==0 and multiwrites...
2011-01-06 Marek Olšákr300g: remove the buffer range checking
2011-01-06 Marek Olšákr300g: skip buffer validation of upload buffers when...
2011-01-06 Marek Olšákutil: add comments to u_upload_mgr and u_inlines
2011-01-06 Marek Olšáktgsi: remove redundant name tables from tgsi_text,...
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-06 Marek Olšáku_upload_mgr: new features
2011-01-06 Marek Olšáku_upload_mgr: keep the upload buffer mapped until it...
2011-01-06 Vinson Leenvc0: Fix typo of nvc0_mm.c in SConscript.
2011-01-05 Michel Dänzerst/xorg: Flesh out colour map support and support depth 8.
2011-01-04 Alex Deucherr600g: support up to 64 shader constants
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Christoph Bumillernvc0: fix index size method value for u8 indices
2011-01-04 Christoph Bumillernvc0: set the correct FP header bit for multiple colour...
next