nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.
[mesa.git] / src / gallium /
2013-03-12 Francisco Jereznv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.
2013-03-12 Christoph Bumillernv50/ir: fix comparison of system values
2013-03-12 Francisco Jereznv50/ir/tgsi: Translate grid-related system parameters.
2013-03-12 Francisco Jereznv50/ir/tgsi: Accept COMPUTE programs.
2013-03-12 Christoph Bumillernv50/ir/ra: make sure all used function inputs get...
2013-03-12 Christoph Bumillernv50/ir/ra: also add pre-existing MERGE,SPLIT to constr...
2013-03-12 Christoph Bumillernv50/ir/ra: fix confusion with conditional RegisterSet...
2013-03-12 Christoph Bumillernv50/ir/ra: swap copyCompound args if src is compound...
2013-03-12 Francisco Jereznv50/ir/ra: Fix maxGPR calculation for programs with...
2013-03-12 Francisco Jereznv50/ir/ra: Fix traversal before the beginning of the...
2013-03-12 Francisco Jereznv50/ir/ra: Fix RegisterSet::occupy(const Value *v).
2013-03-12 Francisco Jereznv50/ir/ra: Fix argument const-ness in RegisterSet...
2013-03-12 Francisco Jereznv50/ir/opt: Fix tryPropagateBranch for BBs with severa...
2013-03-12 Francisco Jereznv50/ir: Clean up references to function values before...
2013-03-12 Francisco Jereznouveau: Bail out from nouveau_fence_wait if flushing...
2013-03-12 Rob Clarkfreedreno: gallium driver for adreno
2013-03-12 José Fonsecad3d1x: Remove.
2013-03-12 José Fonsecanv50: Remove nv0_ir_from_sm4.*
2013-03-11 Roland Scheideggergallivm: clean up passing derivatives around
2013-03-08 Zack Rusindraw/gs: Correctly iterate the emitted primitives
2013-03-08 Zack Rusintgsi/exec: Correctly reset NumOutputs before parsing...
2013-03-11 Roland Scheideggerdraw/llvm: another quick hack for drawing with no posit...
2013-03-11 Roland Scheideggersoftpipe: don't use samplers with prebaked sampler...
2013-03-11 Roland Scheideggertgsi: emit code for SVIEWINFO and SAMPLE_I
2013-03-11 Roland Scheideggertgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
2013-03-11 Tom Stellardr600g/llvm: Fix build
2013-03-11 Marek Olšákr600g: add debug options disabling various copy-buffer...
2013-03-11 Marek Olšákgallium/util: attempt to fix blitting multisample textu...
2013-03-11 Marek Olšákr600g: allocate FMASK right after the texture, so that...
2013-03-11 Marek Olšákr600g: remove r600.h, move the stuff elsewhere (mostly...
2013-03-11 Marek Olšákr600g: remove r600_hw_context_priv.h, move the stuff...
2013-03-11 Marek Olšákr600g: remove deprecated state management code
2013-03-11 Marek Olšákr600g: atomize pixel shader
2013-03-11 Marek Olšákr600g: atomize vertex shader
2013-03-11 Marek Olšákr600g: inline r600_pipe_shader function
2013-03-11 Marek Olšákr600g: dump vertex elements state along with the fetch...
2013-03-11 Marek Olšákgallium/util: dump instance_divisor
2013-03-11 Marek Olšákr600g: remove bytecode dumping
2013-03-11 Marek Olšákr600g: use a single env var R600_DEBUG, disable bytecod...
2013-03-11 Marek Olšákr600g: cleanup #include recursion between r600_pipe...
2013-03-11 Marek Olšákr600g: don't check for R600_ENABLE_S3TC env var
2013-03-09 Maxence Le Dorégallium/util: Correct shift value for TSC feature detec...
2013-03-09 Stéphane Marchesini915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
2013-03-09 Stéphane Marchesini915g: Update TODO
2013-03-07 Brian Pauldraw: add const qualifier to silence compiler warning
2013-03-07 Brian Paulllvmpipe: remove the power of two sizeof(struct cmd_blo...
2013-03-07 Christian Königradeon/llvm: document LLVM commit
2013-03-07 Christian Königradeon/llvm: enable LICM and DCE pass v2
2013-03-07 Christian Königradeonsi: add LLVMNoUnwindAttribute to intrinsic
2013-03-07 Christian Königradeonsi: rework input interpolation
2013-03-07 Christian Königradeonsi: remove SI.vs.load.buffer.index
2013-03-07 Christian Königradeon/llvm: make SGPRs proper function arguments v2
2013-03-07 Christian Königradeon/llvm: replace shader type intrinsic with functio...
2013-03-07 Christian Königradeonsi: switch to v*i8 for resources and samplers v2
2013-03-07 Christian Königr600g/llvm: Update CONSTANT_BUFFER address space definition
2013-03-06 Zack Rusindraw/llvm: fix inputs to the geometry shader
2013-03-06 Bryan Caindraw: use geometry shader info in clip_init_state if...
2013-03-06 Bryan Caindraw: account for separate shader objects in geometry...
2013-03-06 Brian Paulllvmpipe: fix incorrect 'j' array index in dummy textur...
2013-03-06 Brian Paulllvmpipe: remove unused cmd_block_list struct
2013-03-06 Brian Paulllvmpipe: add some scene limit sanity check assertions
2013-03-06 Brian Paulllvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE
2013-03-06 Christian Königradeon/llvm: fix trivial warnings
2013-03-06 Christian Königradeonsi: fix trivial warning
2013-03-05 José Fonsecascons: Provide shorthand aliases for software winsyses.
2013-03-05 Roland Scheideggertgsi: handle projection modifier for array textures.
2013-03-04 Dave Airlieu_blitter: don't create illegal shaders for 1D/3D/RECT...
2013-03-04 Jakub Boguszvdpau-softpipe: Build correct source file - vl_winsys_xsp.c
2013-03-03 Vincent Lejeuner600g: Check comp_mask before merging export instructions
2013-03-03 Vadim Girlinr600g: fix check_and_set_bank_swizzle for cayman
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-03-02 Roland Scheideggerdraw: additional fix for the no-position case with...
2013-03-02 Roland Scheideggerdraw: fix no position output in non-llvm pipeline.
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-03-02 Roland Scheideggerllvmpipe: bump glsl version to 140
2013-03-02 Roland Scheideggergallivm: add support for texel offsets for ordinary...
2013-03-02 Brian Paulsvga: always link with C++
2013-03-01 Martin Anderssonwinsys/radeon: Only add bo to hash table when creating...
2013-03-01 Alex Deucherr600g: enable CP DMA on 6xx
2013-03-01 Marek Olšákr600g: don't require dword alignment with CP DMA for...
2013-03-01 Marek Olšákr600g: always map uninitialized buffer range as unsynch...
2013-03-01 Marek Olšákgallium/util: add helper code for 1D integer range
2013-03-01 Marek Olšákr600g: cleanup deprecated register tables
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: flush and invalidate htile cache when appropriate
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-03-01 Marek Olšákr600g: use async DMA with a non-zero src offset
2013-03-01 Marek Olšákr600g: pad the DMA CS to a multiple of 8 dwords
2013-02-28 Tom Stellardclover: Fix build with LLVM 3.3 v2
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-28 Roland Scheideggerllvmpipe: support rendering to buffer render targets.
2013-02-28 Roland Scheideggerutil: fix issues with util_clear_render_target.
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-27 Maxence Le Dorégallivm: fix mis-matching AOS instruction emission
2013-02-27 Vinson Leeradeonsi: Fix memory leak in si_set_constant_buffer.
2013-02-27 Vinson Leest/vega: Fix memory leak in combine_shaders.
2013-02-26 Alex Deucherr600g: add missing emit_flush for R600_CONTEXT_FLUSH_AN...
2013-02-26 Alex Deucherr600g: synchronize streamout buffers on r6xx too (v3)
next