nv50: set the FragDepth output index
[mesa.git] / src / gallium / drivers / nv50 /
2010-09-01 Christoph Bumillernv50: set the FragDepth output index
2010-09-01 Christoph Bumillernv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps
2010-08-23 Christoph Bumillernv50: fix check for sprite/point coord enable
2010-08-23 Christoph Bumillernv50: yet another case we need a nop.exit
2010-08-23 Christoph Bumillernv50: DP2, fix ARL
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 Christoph Bumillernv50: emit predicate for interp
2010-08-17 Christoph Bumillernv50: initialize edgeflag input index
2010-08-17 Christoph Bumillernv50: check dst compatibility in CSE
2010-08-17 Christoph Bumillernv50: fix PSIZ and PRIMID mapping
2010-08-17 Christoph Bumillernv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)
2010-08-16 Christoph Bumillernv50: generate JOINs for outermost IF clauses
2010-08-16 Christoph Bumillernv50: fix thinko in store to output reg possible check
2010-08-16 Christoph Bumillernv50: flatten simple IF/ELSE/ENDIF constructs
2010-08-15 Christoph Bumillernv50: loops part 2
2010-08-15 Christoph Bumillernv50: more constant folding
2010-08-11 Luca Barbieriauxiliary: fix u_split_prim naming convention
2010-08-11 Luca Barbieriauxiliary: move Ben Skeggs' primitive splitter to commo...
2010-08-10 Christoph Bumillernv50: begin implementing loops
2010-08-10 Christoph Bumillernv50: fix reg count
2010-08-04 Christoph Bumillernv50: build proper phi functions in the first place
2010-08-04 Christoph Bumillernv50: fix constbuf validation
2010-08-04 Christoph Bumillernv50: don't eliminate loads to dedicated values
2010-07-31 Christoph Bumillernv50: fixes for nested IFs
2010-07-31 Christoph Bumillernv50: explicitly set src type for SET ops
2010-07-31 Christoph Bumillernv50: insert MOVs also for PHI sources from dominating...
2010-07-31 Christoph Bumillernv50: fix for empty BBs
2010-07-31 Christoph Bumillernv50: add signed RGTC1 to format table, allow 2_10_10_1...
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-26 Christoph Bumillernv50: add missing 2nd source for POW multiplication
2010-07-26 Christoph Bumillernv50: permit usage of undefined TGSI TEMPs
2010-07-26 Christoph Bumillernv50: fix constant_operand opt mul by 2 case
2010-07-26 Christoph Bumillernv50: simple reload elimination and local CSE
2010-07-24 Christoph Bumillernv50: add/fix some license headers
2010-07-24 Christoph Bumillernv50: don't produce MOV immediate to output reg in...
2010-07-24 Christoph Bumillernv50: introduce the big formats table
2010-07-24 Christoph Bumillernouveau: update nouveau_class.h
2010-07-23 Christoph Bumillernv50: import new compiler
2010-07-23 Christoph Bumillernv50: implement depth clamp
2010-07-17 Vinson Leenv50: s/__func__/__FUNCTION__/
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-09 Zack Rusinnv: fix compile after the latest gs changes
2010-06-09 Ben Skeggsnv50: fix typo from gallium-msaa merge
2010-06-09 Ben Skeggsnv50: use MARK_RING correctly
2010-06-08 Zack Rusingallium: adjust the query interface to support custom...
2010-06-04 Vinson Leenv50: Remove unnecessary header.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Roland Scheideggergallium: rename clearRT / clearDS to clear_render_targe...
2010-05-28 Roland Scheideggernv50: adapt to clear interface changes
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Xavier Chantrynv50: fixed other void pointer arithmetic errors
2010-05-20 Xavier Chantrynv50: fix too long shader uploads by splitting them
2010-05-20 Christoph Bumillernv50: fill in shader limits
2010-05-19 Brian Paulnv50: fix typo: s/_/./
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-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Christoph Bumillernv50: raise constant buffers size to maximum
2010-04-30 Christoph Bumillernv50: relax restriction on surface_copy format equality...
2010-04-30 Christoph Bumillernv50: don't segfault on OPCODE_END for empty programs
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-17 Mathias Fröhlichgallium: EXT_timer_query support.
2010-04-24 Vinson Leenv50: 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 Christoph Bumillernv50: make a working check for user memory vertex/index...
2010-04-20 Christoph Bumillernv50: fix FP result counting for depth output
2010-04-20 Christoph Bumillernv50: support vertex index bias
2010-04-20 Brian Paulnv50: move declaration before code
2010-04-20 Brian Paulnv50: fixed void pointer arithment warning
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 Brian Paulnv50: add missing idxbias param to nv50_push_elements_i...
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-19 Jesse BarnesMerge branch '7.8'
2010-04-19 José Fonsecanv50: Adapt for index bias interface change.
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Vinson Leenv50: Fix include recursion.
2010-04-18 Vinson Leenv50: Initialize variables.
2010-04-18 Vinson Leenv50: Remove unused variable.
2010-04-17 Vinson Leenv50: Remove redundant assignment.
2010-04-15 Luca Barbierinouveau: replace vtxbuf/idxbuf caps with BO_ flags...
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-12 Luca Barbierinouveau: bind the 3D engine to subchannel 7 and add...
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
next