radeon/llvm: Add some comments and fix coding style
[mesa.git] / src / gallium / drivers / nv50 /
2012-05-07 Marcin Slusarznv50: handle VP without inputs
2012-05-06 Christoph Bumillernv50/ir/opt: don't lose saturation in tryCollapseChaine...
2012-05-06 Christoph Bumillernvc0/ir: fix lowering of textureGrad
2012-05-04 Christoph Bumillernv50: fix typo causing NULL-deref in nv50_resource_resolve
2012-05-04 Christoph Bumillernv50/ir: move expansion of IMUL to later stage and...
2012-05-04 Christoph Bumillernv50: implement stream output
2012-05-04 Christoph Bumillernv50: enable array textures
2012-04-29 Christoph Bumillernv50,nvc0: fix depth/stencil resolve
2012-04-29 Christoph Bumillernvc0/ir/opt: INTERP does not support JOIN
2012-04-29 Christoph Bumillernv50/ir/opt: try to convert ABS(SUB) to SAD
2012-04-29 Christoph Bumillernvc0/ir: initial implementation of nve4 scheduling...
2012-04-29 Christoph Bumillernvc0/ir: implement better placement of texture barriers
2012-04-29 Christoph Bumillernv50/ir/tgsi: fix handling of early RET
2012-04-24 Christoph Bumillernv50: fix typo in nv50_fragprog_assign_slots
2012-04-24 Christoph Bumillernv50,nvc0: handle new vertex fetch caps
2012-04-24 Christoph Bumillernv50,nvc0: don't initialize the draw module, we don...
2012-04-24 Christoph Bumillernv50: enable shader watchdog timer
2012-04-23 Marek Olšákgallium drivers: report that user vertex buffers are...
2012-04-19 Christoph Bumillernv50,nvc0: prevent multiple flushes when user spins...
2012-04-19 Christoph Bumillernv50/ir/opt: swap VP inputs to first source where possible
2012-04-17 Christoph Bumillernv50: specify location of UCPs to code generator
2012-04-15 Christoph Bumillernv50: use correct semantic map value for undefined...
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernv50/ir/opt: extend handleCVT for nv50's SET u32 to...
2012-04-14 Christoph Bumillernv50/ir: print interpolation mode
2012-04-14 Christoph Bumillernv50: update FP linkage state on one/two-sided lighting...
2012-04-14 Christoph Bumillernv50: delete old shader compiler files
2012-04-14 Christoph Bumillernv50: hook up to new shader code generator
2012-04-14 Christoph Bumillernv50/ir: import nv50 target
2012-04-14 Christoph Bumillernv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad
2012-04-14 Christoph Bumillernv50/ir/tgsi: generate UCPs with actual outputs instead...
2012-04-14 Francisco Jereznv50/ir: Fix type of the instruction created by mkCmp...
2012-04-14 Christoph Bumillernv50/ir: fix Instruction::isCommutationLegal for WAW
2012-04-14 Francisco Jereznv50/ir/opt: Add isOptSupported() check in logical...
2012-04-14 Francisco Jereznv50/ir/ra: Fix live set propagation in the secondary...
2012-04-14 Christoph Bumillernv50/ir/opt: don't regard OP_WRSV as dead code
2012-04-14 Christoph Bumillernv50/ir: add isUniform query to Values
2012-04-14 Christoph Bumillernv50/ir: rewrite the register allocator as GCRA, with...
2012-04-14 Christoph Bumillernv50/ir/tgsi: only export x-component of PSIZE
2012-04-14 Francisco Jereznv50/ir: Fix BuildUtil::mkSelect and mkClobber
2012-04-14 Christoph Bumillernv50/ir: fix reg file conflicts with undefined-value...
2012-04-14 Christoph Bumillernv50/ir/opt: silence warning (int < Elements() signedness)
2012-04-14 Christoph Bumillernv50/ir/opt: fix combineSt access to wrong instruction
2012-04-14 Christoph Bumillernv50/ir/opt: another insn NULL check in phi elimination
2012-04-14 Francisco Jereznv50/ir/ssa: Take into account function inputs and...
2012-04-14 Francisco Jereznv50/ir: Clean up before calculating instruction orderi...
2012-04-14 Francisco Jereznv50/ir/ra: Allocate registers for function arguments.
2012-04-14 Francisco Jereznv50/ir: Take into account function args in the live...
2012-04-14 Francisco Jereznv50/ir/ra: Use matching physical regs for function...
2012-04-14 Francisco Jereznv50/ir/tgsi: Infer function inputs/outputs.
2012-04-14 Francisco Jereznv50/ir/tgsi: Replace the inlining logic with proper...
2012-04-14 Francisco Jereznv50/ir: Decouple DataArray from the dictionary that...
2012-04-14 Christoph Bumillernv50/ir/opt: don't delete instruction in removeFlow...
2012-04-14 Christoph Bumillernv50/ir/opt: check BB equality before instruction order...
2012-04-14 Christoph Bumillernv50/ir/opt: don't copy-propagate cond MOVs or MOVs...
2012-04-14 Christoph Bumillernv50/ir/opt: don't replace conditional definitions...
2012-04-14 Francisco Jereznv50/ir/opt: Update the symbol size when combining...
2012-04-14 Christoph Bumillernv50/ir: initialize FlowInstruction::builtin
2012-04-14 Francisco Jereznv50/ir/opt: Fix for function calls.
2012-04-14 Francisco Jereznv50/ir: Build a "symbol" table with the binary offsets...
2012-04-14 Francisco Jereznv50/ir: Add support for removing functions from a...
2012-04-14 Francisco Jereznv50/ir: Scan program functions in DFS-postorder.
2012-04-14 Francisco Jereznv50/ir: Deal with graph iterators using RAII.
2012-04-14 Francisco Jereznv50/ir: Add convenience method for calculating the...
2012-04-14 Francisco Jereznv50/ir: Add support code for calculating the clobber...
2012-04-14 Francisco Jereznv50/ir/opt: Don't lose modifiers during constant folding.
2012-04-14 Francisco Jereznv50/ir/opt: Improve modifier handling.
2012-04-14 Francisco Jereznv50/ir: Add support for cloning FlowInsns, ImmediateVa...
2012-04-14 Francisco Jereznv50/ir: Decouple object cloning logic from the sub...
2012-04-14 Francisco Jereznv50/ir: Make sure that several IR objects are destroye...
2012-04-14 Christoph Bumillernv50/ir: make Instruction::src/def container private
2012-04-14 Francisco Jereznv50/ir: Add support for unlimited instruction arguments.
2012-04-14 Christoph Bumillernv50/ir: temporarily exclude nv50 code emitter from...
2012-04-14 Christoph Bumillernv50/ir: copy value size in SSA-rename pass
2012-04-14 Christoph Bumillernv50/ir/opt: improve post-multiply and check target...
2012-04-14 Christoph Bumillernv50/ir: add setFlagsDef/Src helper
2012-04-14 Christoph Bumillernv50/ir: add isAccessSupported check for memory access...
2012-04-14 Christoph Bumillernv50/ir: add function for splitting a BasicBlock
2012-04-14 Francisco Jereznv50/ir: Allow attaching two nodes when either one...
2012-04-14 Francisco Jereznv50/ir: Allow inserting isolated nodes to a graph.
2012-04-14 Francisco Jereznv50/ir: Fix memory corruption in Function::orderInstru...
2012-04-14 Francisco Jereznv50/ir: Fix up insertion of PHI instructions using...
2012-04-14 Christoph Bumillernv50/ir: fix insertHead and remove for BBs with PHI...
2012-04-14 Francisco Jereznv50/ir: Don't crash on zero sized BitSets.
2012-04-14 Francisco Jereznv50/ir: Fix Interval::clear().
2012-04-14 Christoph Bumillernv50/ir/tgsi: handle inferSrcType(NOT) to be u32
2012-04-14 Francisco Jereznv50/ir/opt: Fix OP_NOT to modifier conversion.
2012-04-14 Christoph Bumillernv50,nvc0: fix handling of user vbufs with stride ...
2012-04-14 Christoph Bumillernv50,nvc0: use new scratch buffers code
2012-04-14 Christoph Bumillernv50,nvc0: hold references to the framebuffer surfaces
2012-04-14 Christoph Bumillernv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS
2012-04-13 Ben Skeggsnv30: import new driver for GeForce FX/6/7 chipsets...
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-04-13 Christoph Bumillernouveau: remove automatic buffer migration heuristics
2012-03-30 Marek Olšákgallium: adapt to get_query_result interface change
2012-03-14 Tom Stellardgallium/drivers: Use automake to generate makefile
2012-03-09 Christoph Bumillernv50: add support for R8G8_R8B8 and G8R8_B8R8 formats
2012-03-09 Christoph Bumillernv50,nvc0: share the format table code
2012-03-05 Marek OlšákRevert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
next