Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / mesa / drivers /
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-28 Tom Stellardr300/compiler: Use rc_get_readers_normal() for presubtr...
2010-10-27 Kenneth Graunkei965: Add bit operation support to the fragment shader...
2010-10-27 Eric Anholti965: Make FS uniforms be the actual type of the unifor...
2010-10-27 Ian Romanickintel: Enable GL_EXT_separate_shader_objects in Intel...
2010-10-27 Ian RomanickTrack separate programs for each stage
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-27 Alex Deucherr600c: add missing radeon_prepare_render() call on...
2010-10-27 Alex Deucherr100: revalidate after radeon_update_renderbuffers
2010-10-26 Eric Anholti965: Disable register spilling on gen6 until it's...
2010-10-26 Eric Anholti965: Fix VS URB entry sizing.
2010-10-26 Eric Anholti965: Drop the eot argument to read messages, which...
2010-10-26 Eric Anholti965: Add support for constant buffer loads on gen6.
2010-10-26 Eric Anholti965: Set up the constant buffer on gen6 when it's...
2010-10-26 Eric Anholti965: Fix typo in comment about state flags.
2010-10-26 Eric Anholti965: Handle new ir_unop_round_even in channel expressi...
2010-10-26 Eric Anholti965: Add support for discard instructions on gen6.
2010-10-26 Eric Anholti965: Add disasm for the flag register.
2010-10-26 Eric Anholti965: Clear some undefined fields of g0 when using...
2010-10-26 Eric Anholti965: Use SENDC on the first render target write on...
2010-10-26 Eric Anholti965: Clarify an XXX comment in FB writes with real...
2010-10-26 Eric Anholti965: Add EU code for dword scattered reads (constant...
2010-10-25 Brian Paulxlib: silence unused var warning
2010-10-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-22 Eric Anholti965: Move the FS disasm/annotation printout to codegen...
2010-10-22 Francisco Jerezdri/nouveau: Force a "slow" Z clear if we're getting...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Be more aggressive in tracking live/dead interval...
2010-10-21 Eric Anholti965: Correct scratch space allocation.
2010-10-21 Eric Anholti965: Don't emit register spill offsets directly into g0.
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-21 Eric Anholti965: Fix gl_FrontFacing emit on pre-gen6.
2010-10-21 Eric Anholti965: Split register allocation out of the ever-growing...
2010-10-20 Orion Poplawskiosmesa: link against libtalloc
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Eric Anholti965: Use the new style of IF statement with embedded...
2010-10-20 Eric Anholti965: Set the source operand types for gen6 if/else...
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-19 Eric Anholti965: Disable thread dispatch when the FS doesn't do...
2010-10-19 Eric Anholti965: Remove the gen6 emit_mi_flushes I sprinkled aroun...
2010-10-19 Eric Anholti965: Tell the shader compiler when we expect depth...
2010-10-19 Brian Paulmesa: fix mesa version string construction
2010-10-19 Vinson Leer300/compiler: Remove unused variable.
2010-10-19 Tom Stellardr300g: Add new debug option for logging vertex/fragment...
2010-10-19 Tom Stellardr300/compiler: Add a new function for more efficient...
2010-10-19 Tom Stellardr300/compiler: Clear empty registers after constant...
2010-10-19 Tom Stellardr300/compiler: Fix incorrect assumption
2010-10-19 Tom Stellardr300/compiler: Create a helper function for merging...
2010-10-19 Kenneth Graunkei965: Remove unused variable.
2010-10-18 Eric Anholti965: Avoid blits in BufferCopySubdata on gen6.
2010-10-18 Eric Anholti965: Fix scissor-offscreen on gen6 like we did pre...
2010-10-18 Eric Anholti965: Assert out on gen6 VS constant buffer reads that...
2010-10-18 Eric Anholti965: Fix assertion failure on gen6 BufferSubData to...
2010-10-18 Eric Anholti965: Fix a weirdness in NOT handling.
2010-10-18 Eric Anholti965: Disable the debug printf I added for FS disasm.
2010-10-18 Kenneth Graunkei965: Add missing "break" statement.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Eric Anholti965: Set the type of the null register to fix gen6...
2010-10-15 Ian Romanicki965: Fix indentation after commit 3322fbaf
2010-10-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
2010-10-15 Eric Anholti965: Fix texturing on pre-gen5.
2010-10-14 Kenneth Graunkei965: Add support for ir_unop_round_even via the RNDE...
2010-10-14 Kenneth Graunkei965: Clean up a warning in the old fragment backend.
2010-10-14 Eric Anholti965: Enable the new FS backend on pre-gen6 as well.
2010-10-14 Kenneth Graunkei965: Correctly emit the RNDZ instruction.
2010-10-14 Kenneth Graunkei965: Use RNDZ for ir_unop_trunc in the new FS.
2010-10-14 Kenneth Graunkei965: Use logical-not when emitting ir_unop_ceil.
2010-10-14 Eric Anholti965: Add peepholing of conditional mod generation...
2010-10-14 Eric Anholti965: Add a function for handling the move of boolean...
2010-10-14 Eric Anholti965: Add a pass to the FS to split virtual GRFs to...
2010-10-14 Eric Anholti965: Update the live interval when coalescing regs.
2010-10-14 Eric Anholti965: Set class_sizes[] for the aligned reg pair class.
2010-10-14 Zhenyu WangRevert "i965: fallback lineloop on sandybridge for...
2010-10-14 Zhenyu Wangi965: Fix GS hang on Sandybridge
2010-10-14 Eric Anholti965: Add support for rescaling GL_TEXTURE_RECTANGLE...
2010-10-13 Brian Paulx11: fix breakage from gl_config::visualType removal
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergDrop GLframebuffer typedef and just use struct gl_frame...
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-13 Kristian Høgsberggl: Remove unused GLcontextModes fields
2010-10-13 Kristian HøgsbergGet rid of GL/internal/glcore.h
2010-10-13 Vinson Leetdfx: Silence unused variable warning on non-debug...
2010-10-13 Vinson Leer300: Silence uninitialized variable warning.
2010-10-12 Eric Anholti965: Don't rebase the index buffer to min 0 if any...
2010-10-12 Eric Anholtintel: Allow CopyTexSubImage to InternalFormat 3/4...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-12 Eric Anholti965: Fix missing "break;" in i2b/f2b, and missing...
2010-10-12 Francisco Jereznouveau: Get larger push buffers.
2010-10-12 Francisco Jerezdri/nouveau: Initialize tile_flags when allocating...
2010-10-11 Eric Anholti965: Always use the new FS backend on gen6.
2010-10-11 Eric Anholti965: Fix gen6 pixel_[xy] setup to avoid mixing int...
2010-10-11 Eric Anholti965: Don't compute-to-MRF in gen6 VS math.
2010-10-11 Eric Anholti965: Expand uniform args to gen6 math to full register...
2010-10-11 Eric Anholti965: Don't compute-to-MRF in gen6 math instructions.
2010-10-11 Eric Anholti965: Add a couple of checks for gen6 math instruction...
2010-10-11 Eric Anholti965: Don't consider gen6 math instructions to write...
2010-10-11 Chad Versaceintel_extensions: Add ability to set GLSL version via...
2010-10-11 Daniel Vetterr200: revalidate after radeon_update_renderbuffers
2010-10-11 Eric Anholti965: Compute to MRF in the new FS backend.
2010-10-11 Eric Anholti965: Give the FB write and texture opcodes the info...
next