nv50/ir/opt: improve post-multiply and check target for support
[mesa.git] / src / gallium /
2012-04-14 Christoph Bumillernv50/ir/opt: improve post-multiply and check target...
2012-04-14 Christoph Bumillernv50/ir: add setFlagsDef/Src helper
2012-04-14 Christoph Bumillernv50/ir: add isAccessSupported check for memory access...
2012-04-14 Christoph Bumillernv50/ir: add function for splitting a BasicBlock
2012-04-14 Francisco Jereznv50/ir: Allow attaching two nodes when either one...
2012-04-14 Francisco Jereznv50/ir: Allow inserting isolated nodes to a graph.
2012-04-14 Francisco Jereznv50/ir: Fix memory corruption in Function::orderInstru...
2012-04-14 Francisco Jereznv50/ir: Fix up insertion of PHI instructions using...
2012-04-14 Christoph Bumillernv50/ir: fix insertHead and remove for BBs with PHI...
2012-04-14 Francisco Jereznv50/ir: Don't crash on zero sized BitSets.
2012-04-14 Francisco Jereznv50/ir: Fix Interval::clear().
2012-04-14 Christoph Bumillernv50/ir/tgsi: handle inferSrcType(NOT) to be u32
2012-04-14 Francisco Jereznv50/ir/opt: Fix OP_NOT to modifier conversion.
2012-04-14 Dave Airlier600g: disable dual-src hangs evergreen for some reason.
2012-04-14 Tom Stellardr300/compiler: Exit immediately from rc_vert_fc() if...
2012-04-14 Tom Stellardr300/compiler: Copy all instruction attributes during...
2012-04-14 Tom Stellardr300/compiler: Fix nested flow control in r500 vertex...
2012-04-14 Tom Stellardr300/compiler: Clear loop registers in vertex shaders...
2012-04-14 Christoph Bumillernv50,nvc0: fix handling of user vbufs with stride ...
2012-04-14 Christoph Bumillernvc0: prefix all macro methods with MACRO
2012-04-14 Christoph Bumillernvc0: replace VERTEX_DATA push mode with translate...
2012-04-14 Christoph Bumillernvc0: improve vertex state validation
2012-04-14 Christoph Bumillernvc0: track texture dirty state individually
2012-04-14 Christoph Bumillernv50,nvc0: use new scratch buffers code
2012-04-14 Christoph Bumillernouveau: add new shared scratch buffers
2012-04-14 Christoph Bumillernvc0: only force early fragment tests if requested...
2012-04-14 Christoph Bumillernv50,nvc0: hold references to the framebuffer surfaces
2012-04-13 Marek Olšákr300g: align vertex buffer suballocations to 4
2012-04-13 Marek Olšáku_blitter: align vertex buffer suballocations to 4
2012-04-13 Marcin Slusarzxorg/nouveau: switch to libdrm_nouveau-2.0
2012-04-14 Martin Perestargets/{egl-static,gbm}: further clean-up the nvfx...
2012-04-14 Christoph Bumillernvc0: remove include of old libdrm_nouveau's nouveau_re...
2012-04-14 Christoph Bumillernv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS
2012-04-14 Christoph Bumillernv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS
2012-04-13 Ben Skeggsnv30: import new driver for GeForce FX/6/7 chipsets...
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-04-13 Christoph Bumillernvc0: remove obsolete nvc0_push2.c
2012-04-13 Christoph Bumillernouveau: remove automatic buffer migration heuristics
2012-04-13 Ben Skeggsnvfx: completely remove this driver (GeForce FX/6/7)
2012-04-13 Dave Airliegallium: document dual source blending restrictions...
2012-04-13 Dave Airlier600g: initial r600 dual src blending support
2012-04-13 Dave Airliesoftpipe: add dual source blending support
2012-04-13 Dave Airlieutil: add dual blend helper function (v2)
2012-04-13 Dave Airliegallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURC...
2012-04-13 Tom Stellardradeonsi: initial WIP SI code
2012-04-13 Dylan Noblesmithst/vega: silence enum cast warnings
2012-04-13 Dylan Noblesmithegl-static: fix printf warning
2012-04-13 Dylan Noblesmithst/vega: fix uninitialized values
2012-04-13 Dylan Noblesmithutil: fix uninitialized table
2012-04-13 Dylan Noblesmithutil: fix undefined behavior
2012-04-13 Stéphane MarchesinRevert "i915g: Implement stipple with draw."
2012-04-13 Stéphane MarchesinRevert "i915g: Remove unused poly stipple state."
2012-04-12 Marek Olšákcso: unreference saved vertex buffers when restoring
2012-04-09 Vadim Girlinr600g: check gpr count limit
2012-04-07 Johannes Obermayrst/xa: Link with -Wl,-r instead of -r.
2012-04-07 Johannes Obermayrtgsi: Fix conflict with fortify printf redirect in...
2012-04-06 Brian Paulsvga: add missing cases for PIPE_CAP_x queries
2012-04-06 Brian Paulsvga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED...
2012-04-06 Brian Paulsvga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics
2012-04-06 Brian Paulgallium/docs: fix typos
2012-04-05 James Bentongallivm: Updated lp_build_log2_approx to use a more...
2012-04-05 James Bentongallivm: Updated lp_build_polynomial to compute odd...
2012-04-05 Alexandre Demersxatracker: fix the build of a 32bit lib on a 64bit os
2012-04-04 Marek Olšákr600g: inline r600_upload_index_buffer
2012-04-04 Marek Olšákr600g: inline r600_upload_const_buffer
2012-04-04 Marek Olšákr600g: handle DISCARD_WHOLE_RESOURCE for buffers
2012-04-04 Marek Olšákr600g: invalidate caches at the beginning of CS
2012-04-04 Marek Olšákr600g: remove dead code after the rework
2012-04-04 Marek Olšákr600g: rework state emission of constant buffers
2012-04-04 Marek Olšákr600g: rework state emission of vertex buffers
2012-04-04 Marek Olšákr600g: kill off the fallback for crazy src_offset values
2012-04-04 Alexandre Demersst/xvmc: fix library installation dir
2012-04-04 Marek Olšákr300g/swtcl: fix crash when back color is present in...
2012-04-04 Marek Olšákr300g/swtcl: initialize some Draw options
2012-04-04 Marek Olšákr300g/swtcl: fix polygon offset
2012-04-04 Marek Olšákr300g/swtcl: don't expose shader subroutine support
2012-04-04 Marek Olšákr300g: initialize state & render functions before creat...
2012-04-04 Marek Olšákr300g/swtcl: don't enter u_vbuf_mgr
2012-04-04 Marek Olšákr300g/swtcl: don't print an error when getting ClipVertex
2012-04-03 Benjamin Franzkest/egl: Update to the new wl_shm_pool interface
2012-04-03 Marek Olšáku_blitter: don't use user buffers
2012-04-03 Vinson Leegallivm: Pass in a MCInstrInfo to createMCInstPrinter...
2012-04-03 Christian Königst/vdpau: fix deadlock in PresentationQueueQuerySurface...
2012-04-03 Marek Olšákr600g: remove dead code in r600_update_derived_state
2012-04-03 James Bentongallivm: Maximum loop iterations
2012-04-03 José Fonsecagallivm: Simplify/reorder minimax helper.
2012-04-01 Marek Olšákr600g: unduplicate code for PS partial flush
2012-04-01 Marek Olšákr600g: determine in advance if hw has vertex cache
2012-04-01 Marek Olšákr600g: optimize r600_resource_va
2012-04-01 Marcin Slusarztargets/{xvmc,vdpau,va}: remove all objects on make...
2012-03-30 Marek Olšákgallium/postprocess: document serious issue causing...
2012-03-30 Marek Olšákr600g: cleanup after get_query_result change
2012-03-30 Marek Olšákr300g: cleanup after get_query_result change
2012-03-30 Marek Olšákgallium/util: add helper function util_query_clear_result
2012-03-30 Marek Olšákgallium: adapt to get_query_result interface change
2012-03-30 Marek Olšákgallium: make get_query_result return union* and not...
2012-03-29 Vinson Leegallivm: Fix method overriding in raw_debug_ostream.
2012-03-28 Brian Pauldraw: fix missing immediates bug in polygon stipple...
2012-03-28 Christian Königvl: move winsys helper out of winsys directory
2012-03-28 Marek Olšákr600g: also disable transform feedback on cayman
next