Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / drivers / nv50 /
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-05 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-04 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-07-03 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-30 Ben Skeggsnouveau: return some supported zeta formats
2009-06-30 Ben Skeggsnouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED
2009-06-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-24 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-06 Ben Skeggsnv50: fix multi-texturing
2009-06-06 Ben Skeggsnv50: support non-normalized texture coords
2009-06-05 Ben Skeggsnv50: use larger tile sizes
2009-06-05 Ben Skeggsnv50: use nouveau_bo for query buffers
2009-06-05 Ben Skeggsnv50: create textures with nouveau_bo, for flexibility...
2009-06-05 Ben Skeggsnouveau: fix build with libdrm_nouveau 0.6
2009-06-05 Ben Skeggsnouveau: remove unneeded code from ws, use pipe_buffer_...
2009-06-05 Ben Skeggsnouveau: move channel creation into pipe drivers
2009-06-05 Ben Skeggsnouveau: call notifier/grobj etc funcs directly
2009-06-05 Ben Skeggsnouveau: add pipe_buffer/fence code to pipe drivers...
2009-06-05 Ben Skeggsnouveau: pass nouveau_bo instead of pipe_buffer to...
2009-06-05 Ben Skeggsnouveau: call nouveau_pushbuf directly rather than...
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-31 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-28 Ben Skeggsnv50: some mipmapping fixes
2009-05-28 Christoph Bumillernv50: negate sources directly where supported
2009-05-28 Christoph Bumillernv50: introduce emit_cvt and use it
2009-05-28 Christoph Bumillernv50: fix TXP
2009-05-28 Christoph Bumillernv50: use multiple constant buffers
2009-05-28 Christoph Bumillernv50: don't look for unfreed temps in free_nv50_pc
2009-05-28 Christoph Bumillernv50: release hw TEMPs early
2009-05-28 Christoph Bumillernv50: allow immediates for MOV, ADD and MUL
2009-05-28 Christoph Bumillernv50: enable half insns for MOV and MUL
2009-05-28 Christoph Bumillernv50: make sure half-long insns are paired
2009-05-28 Christoph Bumillernv50: enable KIL in register 19a8
2009-05-28 Christoph Bumillernv50: don't overwrite sources before they're used
2009-05-28 Christoph Bumillernv50: put FP outputs where they belong
2009-05-28 Christoph Bumillernv50: modified FP attribute loading
2009-05-28 Christoph Bumillernv50: inspect decl semantic and interpolation mode
2009-05-28 Christoph Bumillernv50: record last access to temp and attr regs
2009-05-28 Christoph Bumillernv50: save some space in immediate buffer
2009-05-28 Christoph Bumillernv50: fix SIGN_SET case in tgsi_src
2009-05-28 Christoph Bumillernv50: set dst.z,w to 0,1 in SCS and XPD
2009-05-28 Christoph Bumillernv50: make LRP instruction nicer
2009-05-28 Christoph Bumillernv50: fix some memory leaks in shader assembler
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Thomas Hellstromgallium: Make sure we flush before some texture / buffe...
2009-04-13 Ben Skeggsnv50: fix mrt clear
2009-04-09 Ben Skeggsnv50: adapt for new clear interface
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-02 Christoph Bumillernv50: fix viewport state update
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 Ben Skeggsnv50: fix typo in nv50_query.c
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-15 Younes Mantonnouveau: bypass_vs_clip_and_viewport
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-07 Ben Skeggsnv50: simplify tesla object selection
2009-03-07 Ben Skeggsnouveau: make stateobjs start off with refcount of 1
2009-03-07 Victor StinnerFix nv50_screen_create()
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-22 Ben Skeggsnv50: delay uploads until transfer object is destroyed
2009-02-20 Jakob Bornecrantzgallium: Improve makefiles for libraries
2009-02-19 Ben Skeggsnv50: remove unused variable
2009-02-19 Ben Skeggsnv50: fix occlusion queries
2009-02-19 Ben Skeggsnv50: rework for texture_transfer changes
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-07 Younes Mantonnouveau: Need to surface_copy() without a pipe context.
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-05 Ben Skeggsnv50: stop using nouveau_push.h, it's evil
2009-02-05 Ben Skeggsnv50: move 2d blit/fill code into pipe driver
2009-02-04 Ben Skeggsnouveau: get things building/running again after pipe_s...
2009-02-04 Ben Skeggsnouveau: link against libdrm_nouveau (installed with...
2009-02-03 Zack Rusingallium: remove pipe_buffer from surfaces
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
next