nv50: get shader fixups/relocations into working state
[mesa.git] / src / gallium / drivers / nv50 /
2010-09-16 Christoph Bumillernv50: get shader fixups/relocations into working state
2010-09-16 Christoph Bumillernv50: don't segfault on shaders with 0 instructions
2010-09-16 Vinson Leenv50: Fix 'control reaches end of non-void function...
2010-09-16 Vinson Leenv50: Silence uninitialized variable warnings.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-15 Vinson Leenv50: Remove unnecessary headers.
2010-09-15 Vinson Leenv50: Update files in SConscript to match Makefile.
2010-09-15 Brian Paulnv50: use unsigned int for bitfields to silence warnings
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Christoph Bumillernv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT
2010-09-15 Christoph Bumillernv50: improve and fix modifier folding optimization
2010-09-15 Christoph Bumillernv50: consider address register in reload elimination
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-13 Christoph Bumillernv50: fix TXP depth comparison value
2010-09-13 Christoph Bumillernv50: fix indirect CONST access with large or negative...
2010-09-13 Christoph Bumillernv50: MOV TEMP[0], -CONST[0] must be float32 negation
2010-09-13 Christoph Bumillernv50: interp cannot write flags reg
2010-09-13 Christoph Bumillernv50: check for immediates when turning MUL ADD into MAD
2010-09-13 Christoph Bumillernv50: handle TGSI EXP and LOG again
2010-09-12 Christoph Bumillernv50: match TEMP limit with nv50 ir builder
2010-09-12 Christoph Bumillernv50: newlines in shader bincode printing
2010-09-12 Christoph Bumillernv50: cannot move from local mem to output reg directly
2010-09-11 Xavier Chantrynv50: fix size of outputs_written array
2010-09-11 Christoph Bumillernv50: minor compiler fixes and cleanups
2010-09-11 Christoph Bumillernv50: reduce bb_reachable_by runtime from pot to linear
2010-09-09 Christoph Bumillernv50: fix can_load check for 3rd source
2010-09-09 Christoph Bumillernv50: address regs are 16 bit
2010-09-09 Christoph Bumillernv50: duplicate interps in load_proj_tex_coords
2010-09-09 Christoph Bumillernv50: create value references with the right type
2010-09-09 Christoph Bumillernv50: use actual loads/stores if TEMPs are accessed...
2010-09-09 Christoph Bumillernv50: don't parse again in tgsi_2_nc
2010-09-09 Christoph Bumillernv50: prepare for having multiple functions
2010-09-09 Christoph Bumillernv50: save tgsi instructions
2010-09-05 Luca Barbierinouveau: delete nouveau_class.h, move nv50 regs to...
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
next