Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / nvc0 /
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-06 Christoph Bumillernv50,nvc0: activate seamless cube map filtering
2011-05-02 Christoph Bumillernv50,nvc0: advertise GL_FIXED vertex buffers as supported
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-04-16 Marcin Slusarzgallium: include u_format.h for util_format_is_supported
2011-04-16 Christoph Bumillernvc0: work around what looks like a code prefetch bug
2011-04-16 Christoph Bumillernv50,nvc0: add new texture and render target formats
2011-04-16 Christoph Bumillernv50,nvc0: fix normalized RG16 and RGBA32 texture forma...
2011-04-16 Christoph Bumillernvc0: fix viewport rectangle calculation
2011-04-15 Marek Olšákgallium: add and use generic function for querying...
2011-04-10 Christoph Bumillernv50,nvc0: silence shader debug output
2011-04-10 Christoph Bumillernvc0: make the card permit separate colour outputs
2011-04-10 Christoph Bumillernv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON
2011-04-10 Christoph Bumillernvc0: shrink CSOs a little
2011-04-10 Christoph Bumillernv50,nvc0: identify some line rasterization state
2011-04-10 Christoph Bumillernvc0: force perspective correction hint to nicest
2011-04-10 Christoph Bumillernv50,nvc0: don't insert instructions after the block...
2011-04-01 Marek Olšákgallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in...
2011-03-29 Christoph Bumillernv50,nvc0: implement colour clamping controls
2011-03-19 Christoph Bumillernv50,nvc0: implement texture barrier
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 Christoph Bumillernv50,nvc0: don't assert on cso with 0 vertex elements
2011-03-13 Christoph Bumillernvc0: support edge flags
2011-03-13 Christoph Bumillernvc0: fix POLYGON_MODE_BACK macro copy/paste error
2011-03-13 Christoph Bumillernv50,nvc0: fix pipe context switch
2011-03-13 Christoph Bumillernv50,nvc0: clean up flushes
2011-03-13 Christoph Bumillernv50,nvc0: add some missing resource referencing
2011-03-13 Christoph Bumillernvc0: mask out centroid bit for writing FP header
2011-03-13 Christoph Bumillernvc0: identify VERTEX_QUARANTINE
2011-03-13 Christoph Bumillernvc0: don't enable early-z if alpha test is enabled
2011-03-13 Christoph Bumillernvc0: move sprite coord replace state into cso
2011-03-13 Christoph Bumillernvc0: s/nblocksx/nblocksy for height in resource_copy_r...
2011-03-13 Christoph Bumillernvc0: fix unitialized variable in TGSI sysval decl...
2011-03-13 Christoph Bumillernvc0: update/fix supported instruction src modifiers
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-05 Vinson Leenvc0: Update SConscript.
2011-03-04 Christoph Bumillernv50,nvc0: get format desc for TIC entry from sampler...
2011-03-04 Christoph Bumillernv50,nvc0: share sampler state creation
2011-03-04 Christoph Bumillernv50,nvc0: update the format tables
2011-03-04 Christoph Bumillernvc0: use m2mf for resource_copy_region if formats...
2011-03-04 Christoph Bumillernv50,nvc0: fix texture layer issues
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Ben Skeggsnouveau: allow pipe driver to define which buffers...
2011-03-01 Ben Skeggsnvc0: fix a crash on context destruction
2011-03-01 Ben Skeggsnouveau: ensure vbo_dirty is set when buffer write...
2011-03-01 Ben Skeggsnvc0: port to common fence/mm/buffer code
2011-03-01 Ben Skeggsnv50-nvc0: set cur_ctx during init if none currently...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Christoph Bumillernvc0: fix PointCoord enable in FP header
2011-02-24 Christoph Bumillernvc0: change TGSI CMP translation to use slct
2011-02-24 Christoph Bumillernvc0: sprite coord enable is per GENERIC, not overall...
2011-02-24 Christoph Bumillernvc0: fix new_value calls using type instead of size
2011-02-24 Christoph Bumillernvc0: set local memory usage info in shader header
2011-02-24 Christoph Bumillernvc0: don't fold loads from local memory
2011-02-24 Christoph Bumillernvc0: presin and preex2 can load from const space
2011-02-24 Christoph Bumillernvc0: kick out empty live ranges
2011-02-24 Christoph Bumillernvc0: preemptively insert branch at ENDIF
2011-02-24 Christoph Bumillernvc0: correct allocation of constrained registers
2011-02-24 Christoph Bumillernvc0: sync textures with render targets ourselves
2011-02-24 Christoph Bumillernvc0: improve userspace fencing
2011-02-24 Christoph Bumillernvc0: values for undefined outputs must have file GPR
2011-02-24 Christoph Bumillernvc0: multiply polygon offset units by 2
2011-02-24 Christoph Bumillernvc0: fix SSG
2011-02-24 Christoph Bumillernvc0: don't visit target blocks of a loop break multipl...
2011-02-24 Christoph Bumillernvc0: don't overwrite phi sources at the end of a loop
2011-02-16 Christoph Bumillernvc0: fix blend factor mapping
2011-02-16 Christoph Bumillernvc0: fix emit_dfdx,dfdy
2011-02-16 Christoph Bumillernvc0: don't swap sources if either value is not in...
2011-02-16 Christoph Bumillernvc0: add missing break statements in constant_operand
2011-02-16 Christoph Bumillernvc0: fix clipping and use VIEWPORT instead of SCISSOR
2011-02-16 Christoph Bumillernvc0: demagic the clear flags and fix region clears
2011-02-16 Christoph Bumillernvc0: front stencil mask and func mask methods are...
2011-02-16 Christoph Bumillernvc0: clone memory values with multiple refs before...
2011-02-16 Christoph Bumillernvc0: disable early fragment tests if KIL is used
2011-02-16 Christoph Bumillernvc0: force vertex data through FIFO if we need to...
2011-02-16 Christoph Bumillernvc0: use format from the template on surface creation
2011-02-16 Christoph Bumillernvc0: update the set of formats supported by the 2D...
2011-02-16 Christoph Bumillernvc0: fix user vertex buffer updates
2011-02-15 Vinson Leenvc0: Fix uninitialized variable warning.
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-09 Christoph Bumillernvc0: serialize on PIPE_FLUSH_RENDER_CACHE as well
2011-02-09 Christoph Bumillernvc0: fix stride of NVC0_3D_RT methods
2011-02-09 Christoph Bumillernvc0: correct storage type for 16 bit surface formats
2011-02-09 Christoph Bumillernvc0: make CSE work for ops with multiple results
2011-02-09 Christoph Bumillernvc0: replace branching with predicated insns where...
2011-02-09 Christoph Bumillernvc0: implement local memory load and store ops
2011-02-09 Christoph Bumillernvc0: make sure phi-ops really have one source per...
2011-02-09 Christoph Bumillernv50,nvc0: do not forget to apply sign mode to saved...
2011-02-09 Christoph Bumillernvc0: do not generate a backwards jump if a loop ends...
2011-02-09 Christoph Bumillernvc0: store only one value per basic block for TGSI...
2011-02-09 Christoph Bumillernv50,nvc0: fix condition code change when commuting...
2011-02-09 Christoph Bumillernvc0: set basic block on manual instruction insertion
2011-02-09 Christoph Bumillernvc0: try to fix register conflicts for vector instructions
next