r600g: don't use dynamic state allocation for states
[mesa.git] / src / gallium / drivers / nvfx /
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-25 Vinson Leenvfx: Move declaration before code.
2010-07-21 Patrice Mandinnouveau/nvfx: Add new PIPE_CAP values
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-09 Ben Skeggsnvfx: fix typo from gallium-msaa merge
2010-06-08 Zack Rusingallium: adjust the query interface to support custom...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Roland Scheideggergallium: rename clearRT / clearDS to clear_render_targe...
2010-05-28 Roland Scheideggernvfx: adapt to clear interface changes
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Patrice Mandinnouveau/nvfx: Fill more PIPE_CAP_MAX_ values
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-18 Roland Scheideggergallium: implement set_sample_mask() in all drivers
2010-05-17 Roland Scheideggernouveau: adapt to interface changes
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-12 José Fonsecagallium: Make PIPE_CAP_xxx enums.
2010-05-05 Xavier Chantrynouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-17 Mathias Fröhlichgallium: EXT_timer_query support.
2010-05-14 Patrice Mandinnouveau/nvfx: Define some capabilities for shaders
2010-04-26 Vinson Leenvfx: Add include path to SCons build.
2010-04-26 Vinson Leenvfx: Add missing header.
2010-04-24 Vinson Leenvfx: Add to SCons build.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 José Fonsecanvfx: Fix typo.
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-27 Vinson Leenvfx: Move src/gallium/drivers to beginning of SCons...
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 José Fonsecanvfx: Adapt for index bias interface change.
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Vinson Leenvfx: Fix include recursion.
2010-04-19 Vinson Leenvfx: Add missing header and forward declaration.
2010-04-18 Brian Paulnvfx: move declarations before code
2010-04-18 Brian Paulnvfx: fix void * arithmetic warning
2010-04-18 Brian Paulnvfx: move declarations before code
2010-04-18 Brian Paulnvfx: move declarations before code to silence warnings
2010-04-18 Luca Barbierinvfx: fix fragment program constant updates
2010-04-18 Vinson Leenvfx: Initialize variables.
2010-04-18 Vinson Leenvfx: Remove unused variables.
2010-04-17 Vinson Leenvfx: Remove unnecessary headers.
2010-04-15 Xavier Chantrynvfx: dont swizzle stuff into GART
2010-04-15 Luca Barbierinouveau: replace vtxbuf/idxbuf caps with BO_ flags...
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Luca Barbierinvfx: use dynamically sized rotating BO pool for fragme...
2010-04-13 Luca Barbierinvfx: fix for 64-bit systems
2010-04-12 Luca Barbierinvfx: add LRP in vertprog
2010-04-12 Luca Barbierinvfx: add SIN and COS in vertprog
2010-04-12 Luca Barbierinvfx: add missing vertprog setcond instructions
2010-04-12 Luca Barbierinvfx: allocate a bigger block for queries
2010-04-12 Luca Barbierinvfx: support an unlimited number of occlusion queries
2010-04-12 Luca Barbierinvfx: fix TXL opcode value
2010-04-12 Luca Barbierinvfx: Add support for two sided color
2010-04-12 Luca Barbierinvfx: fix compile error
2010-04-12 Luca Barbierinvfx: don't use hw index buffers on nv3x and nv44
2010-04-12 Luca Barbierinvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM support
2010-04-12 Luca Barbierinvfx: add support for ARB_half_float_vertex
2010-04-12 Luca Barbierinvfx: allocate buffers in GART if !NOUVEAU_SWTNL
2010-04-12 Luca Barbierinvfx: move check for NOUVEAU_SWTNL
2010-04-12 Luca Barbierinvfx: remove #include "nouveau_stateobj.h"
2010-04-12 Luca Barbierinvfx: rework validation logic to use code and avoid...
2010-04-12 Luca Barbierinvfx: add NVFX_NEW_{FRAG,VERT}CONST
2010-04-12 Luca Barbierinvfx: so->RING_3D: vertprog
2010-04-12 Luca Barbierinvfx: so->RING_3D: sr
2010-04-12 Luca Barbierinvfx: so->sb: blend
2010-04-12 Luca Barbierinvfx: so->sb: zsa
2010-04-12 Luca Barbierinvfx: so->sb: rasterizer
2010-04-12 Luca Barbierinvfx: so->RING_3D: screen
2010-04-12 Luca Barbierinvfx: so->RING_3D: viewport
2010-04-12 Luca Barbierinvfx: so->RING_3D: stipple
2010-04-12 Luca Barbierinvfx: so->RING_3D: scissor
2010-04-12 Luca Barbierinvfx: so->RING_3D: blend
2010-04-12 Luca Barbierinvfx: so->RING_3D: fb
2010-04-12 Luca Barbierinvfx: so->RING_3D: fragprog
2010-04-12 Luca Barbierinvfx: so->RING_3D: fragtex
2010-04-12 Luca Barbierinvfx: so->RING_3D: vbo
2010-04-12 Luca Barbierinvfx: stop using flush_notify
2010-04-12 Luca Barbierinouveau: add state buffers, lightweight replacement...
2010-04-12 Luca Barbierinouveau: bind the 3D engine to subchannel 7 and add...
2010-04-12 Luca Barbierinvfx: avoid flushes in primitives
2010-04-12 Luca Barbierinvfx: fix bind flags
2010-04-12 Luca Barbierinvfx: make NOUVEAU_NO_TRANSFER default off
2010-04-12 Luca Barbierinvfx: always use M2MF instead of the blitter
2010-04-12 Luca Barbierinvfx: add missing vtbl for shared textures
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warning.
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warnings.
next