gallium/u_blitter: add gallium blit implementation
[mesa.git] / src / gallium / drivers / nv50 /
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
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-06 Christoph Bumillernv50: fix bad assertion on Elements(phi->src) in regalloc
2012-02-01 Brian Paulnv50: add assertions missed in earlier nv50 commit
2012-02-01 Brian Paulnv50: use larger arrays to silence warnings and fix...
2012-01-29 Christoph Bumillernvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-12 Christoph Bumillernv50/ir: make use of TGSI_INTERPOLATE_COLOR
2012-01-12 Christoph Bumillernvc0: fix submission of VertexID and EdgeFlag in push...
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_OPCODE_ISSG
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_TEXTURE_SHADOWCUBE
2012-01-11 Christoph Bumillernv50,nvc0: zero out program struct on program_destroy
2012-01-10 Christoph Bumillernv50: fix clip state validation
2012-01-09 Christoph Bumillernv50/ir: handle TGSI_SEMANTIC_VERTEXID
2012-01-09 Christoph Bumillernv50/ir/tgsi: translate SNE as unordered comparison
2012-01-09 Christoph Bumillernv50/ir/ra: don't coalesce contraint-moves
2012-01-09 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_IABS
2012-01-09 Christoph Bumillernv50/ir/opt: optimize u32 MOD by power of 2 into AND
2012-01-09 Christoph Bumillernv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
2012-01-09 Christoph Bumillernv50/ir,nvc0: make ClipDistance and ClipVertex work
2012-01-09 Christoph Bumillernv50,nvc0: handle new PIPE_CAPs
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-13 Marcin Slusarznouveau: get rid of winsys object
2011-12-02 Marcin Slusarznv50/nvc0: fix crash when channel allocation fails
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-18 Ben Skeggsnvc0: add support for GF119 (NVD9)
2011-11-17 Ben Skeggsnvc0: add support for GF119 (NVD9)
2011-11-06 Chia-I Wuscons: add CPP_SOURCES for nv50/nvc0
2011-11-06 Chia-I Wuandroid: add CPP_SOURCES for nv50/nvc0
2011-10-24 Adel Gadllahnv50: fix max texture levels
2011-10-21 Christoph Bumillernv50/ir: import SM4 converter
2011-10-21 Christoph Bumillernouveau,nvc0: fix/improve handling of multiple constant...
2011-10-21 Christoph Bumillernvc0: add support for linear and buffer textures and RTs
2011-10-21 Christoph Bumillernvc0: fixes for program tessellation parameters
2011-10-21 Christoph Bumillernv50,nvc0: reset per-instance state for inactive vertex...
2011-10-21 Christoph Bumillernv50,nvc0: reset base element in draw_arrays
2011-10-21 Christoph Bumillernv50/ir: use RDSV to fetch FrontFacing before lowering
2011-10-21 Christoph Bumillernv50/ir: fix textureGrad with offsets and in non-FPs
2011-10-21 Christoph Bumillernv50/ir: add wrap mode for shift operations
2011-10-21 Christoph Bumillernv50/ir: initialize RelocInfo to 0
2011-10-21 Christoph Bumillernv50/ir: fix argument count for CUBE_ARRAY texture...
2011-10-21 Christoph Bumillernv50/ir: initialize default prog_info values for GP,TP
2011-10-21 Christoph Bumillernv50/ir: fix memory value equality check
2011-10-21 Christoph Bumillernv50/ir: fix leak in removal of graph root
2011-10-15 Christoph Bumillernv50,nvc0: extend formats table for integer formats
2011-10-11 Marcin Slusarznv50: don't crash on TXD opcode
next