gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
[mesa.git] / src / gallium / drivers / nv50 /
2010-09-03 Christoph Bumillernv50: load address register before using it, not after
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Christoph Bumillernv50: fix build-predicate function
2010-09-02 Christoph Bumillernv50: fix find_dom_frontier
2010-09-01 Christoph Bumillernv50: fix XPD, was negated
2010-09-01 Christoph Bumillernv50: must join SELECT inputs before MOV inputs
2010-09-01 Christoph Bumillernv50: make use of TGSI immediate type
2010-09-01 Christoph Bumillernv50: re-add proper TEXBIAS sequence
2010-09-01 Christoph Bumillernv50: make FrontFacing -1 or +1
2010-09-01 Christoph Bumillernv50: SSG
2010-09-01 Ben Skeggsnv50: DPH
2010-09-01 Ben Skeggsnv50: DST
2010-09-01 Christoph Bumillernv50: attempt at making more complicated loops work
2010-09-01 Christoph Bumillernv50: turn off verbose debug output by default
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-22 Vinson Leenv50: Silence incompatible pointer type initialization...
2010-08-22 Vinson Leenv50: Disable unused code.
2010-08-20 Luca Barbierinv50: use NV50TIC_0_2_TARGET_RECT
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
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-17 Ian RomanickMerge branch 'glsl2'
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-14 Ian RomanickMerge branch 'master' into glsl2
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-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
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-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
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
next