getopt: Import OpenBSD getopt implementation for MSVC.
[mesa.git] / src / gallium /
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...
2011-01-04 Christoph Bumillernvc0: delete memory caches and fence on screen destruction
2011-01-04 Christoph Bumillernvc0: use mov instead of ld for scalar const loads
2011-01-04 Christoph Bumillernvc0: fix resource unmap after vertex push
2011-01-04 Christoph Bumillernvc0: use the proper typed opcodes in constant folding
2011-01-04 Christoph Bumillernvc0: demagic GP invocation count bitfield
2011-01-04 Christoph Bumillernvc0: rewrite the 9097 GRAPH macros
2011-01-04 Brian Pauli965g: include brw_types.h instead of GL/gl.h
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_scene_queue.h.
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_perf.h.
2011-01-04 Vinson Leellvmpipe: Include missing headers in lp_bld_depth.h
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_bld_alpha.h.
2011-01-04 Vinson Leei965g: Include p_compiler.h in intel_decode.h.
2011-01-04 Vinson Leei965g: Include gl.h in intel_structs.h.
2010-12-30 Vinson Leeutil: Add forward declarations in u_index_modify.h.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_text.h.
2010-12-30 Vinson Leegraw: Include p_shader_tokens.h for tgsi_token struct.
2010-12-30 Vinson Leetgsi: Clean up header file inclusion in tgsi_sanity.h.
2010-12-30 Ben Skeggsdrm/nvc0: don't un-bind every subchannel on init
2010-12-29 Marek Olšákutil: add a way to store translated indices to a user...
2010-12-29 Marek Olšákr300g: support user buffers as constant buffers
2010-12-28 Dave Airlietgsi_dump: fix assert due to missing property name.
2010-12-28 Marek Olšákr300g: rename aos to vertex arrays
2010-12-28 Marek Olšákr300g: mark vertex arrays as dirty after a buffer_offse...
2010-12-27 Christoph Bumillernvc0: reference the vertex buffers
2010-12-27 Christoph Bumillernvc0: reenable some shader optimizations
2010-12-27 Christoph Bumillernvc0: use VTX_ATTR for stride 0 vertex attributes
2010-12-27 Christoph Bumillernvc0: implement VRAM buffer transfers with bounce buffers
2010-12-27 Christoph Bumillernvc0: init miptree transfer layer stride
2010-12-23 Christoph Bumillernvc0: respond please inline to PIPE_SHADER_CAP_SUBROUTINES
2010-12-23 Christoph Bumillernvc0: fix layer stride state
2010-12-23 Christoph Bumillernvc0: use most defs/decls from nouveau_pushbuf.h
2010-12-20 Ben Skeggsnvc0: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-20 Ben Skeggsnvc0: BEGIN_RING->BEGIN_RING_NI in a couple of places
2010-12-20 Ben Skeggsnvc0: fence.bo is mappable, mark it as such
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Ben Skeggsnouveau: fix includes for latest libdrm
2010-12-20 Jerome Glisser600g: properly unset vertex buffer
2010-12-20 Vinson Leest/python: remove unused 'buf' parameter in pipe_buffer...
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-19 Christoph Bumillernvc0: s/INLIN_RING/IMMED_RING
2010-12-19 Christoph Bumillernvc0: improve shader support for texturing
2010-12-19 Christoph Bumillernvc0: adapt to array textures interface change
next