mesa: Ignores
[mesa.git] / src / mesa / drivers / dri /
2009-08-06 Jakob Bornecrantzmesa: Ignores
2009-08-06 Eric Anholti965: Fix source depth reg setting for FSes reading...
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-05 Dave Airlier200: emit colorpitch
2009-08-05 Eric Anholti965: Fix dangerous warning I let slip in.
2009-08-05 Eric Anholti965: Respect CondSwizzle in OPCODE_IF.
2009-08-05 Eric Anholti965: Emit conditional code updates as required for...
2009-08-05 Eric Anholti965: Don't set pop_count in the reserved MBZ area...
2009-08-05 Eric Anholti965: Print out ELSE and ENDIF src1 arguments like...
2009-08-05 Roland Scheideggerr200: fix off-by-one errors causing 6th texture unit...
2009-08-05 Roland Scheideggerr200: fix compiler warning (unused var)
2009-08-04 Roland Scheideggerradeon: fix miptree comparison breakage
2009-08-04 Roland Scheideggerintel: implement intelCompressedTexSubImage2D
2009-08-04 Eric Anholtintel: Add support for EXT_provoking_vertex.
2009-08-04 Eric Anholti965: Spell "conditional" correctly.
2009-08-04 Eric Anholti965: Hook up the disassembler for INTEL_DEBUG={wm...
2009-08-04 Eric Anholti965: Initial import of disasm code from intel-gen4asm.
2009-08-04 Eric Anholti965: warning fix
2009-08-04 Eric Anholti965: Fix RECT shadow sampling by not losing the other...
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-08-04 Eric Anholti965: Assert that the offset in the VBO is below the...
2009-08-04 Eric Anholti965: Even if no VS inputs are set, still load some...
2009-08-04 Eric Anholti965: Make sure the VS URB size is big enough to fit...
2009-08-04 Eric Anholti965: Don't emit bad packets when no VBs are referenced.
2009-08-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-08-03 Roland Scheideggerradeon: more fixes for compressed textures
2009-08-03 Eric Anholtradeon: Fix inverted test for disabling flushing of...
2009-08-03 Eric Anholtintel: Fix inverted test for disabling flushing of...
2009-08-03 Eric Anholtintel: Wait on the last swapbuffers to complete before...
2009-08-03 Alex Deucherr600: add some new r7xx pci ids
2009-08-03 Chia-I Wuegl: Replace IsBound by a pointer to the binding.
2009-08-03 Alex Deucherr600: add some missing pci ids
2009-08-03 Alex Deucherr600: fix the build when RADEON_DEBUG_BO is set
2009-08-03 Alex Deucherr600: fix r600SetTexOffset
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
2009-08-02 Alex Deucherr600: handle state emit better
2009-08-02 vehemensr600: Logic Operations Fix
2009-08-02 Alex Deucherr600: fix regression in texenv
2009-08-02 Nicolai Hähnler300: Fix a regression on non-KMS
2009-08-02 Alex Deucherr600: fix rectangle textures
2009-08-01 Nicolai Hähnler300: Fix corner-case of KIL on R300
2009-08-01 Nicolai Hähnler300: Fix Z buffer re-emit after window resize
2009-07-31 Roland Scheideggerradeon: fix r100/r200 compressed texture stride
2009-07-31 Roland Scheideggerradeon: s/r300/radeon in shared code error message
2009-07-31 Pauli Nieminenradeon: Cliprects has to be updated before doing anythi...
2009-07-31 Pauli Nieminenradeon: Remove unused variable from context.
2009-07-31 Alex Deucherr600: make sure bos are valid before usign that
2009-07-31 Alex Deucherr600: fix reloc setup
2009-07-31 Alex Deucherr600: remove unused offset_mod stuff
2009-07-31 Alex Deucherr600: ensure we have enough room for full state emit
2009-07-31 Alex Deucherr600: unify state emit into one function
2009-07-31 Alex Deucherr600: re-arrange state setup and emit so they are not...
2009-07-31 Michal KrolRename TGSI LOOP instruction to better match theri...
2009-07-31 Alex Deucherr600: get updated pending age from cs ioctl
2009-07-31 Alex Deucherr600: warning fixes
2009-07-31 Alex Deucherr600: split primitive draw into a separate function
2009-07-30 Nicolai Hähnler300/compiler: Remove inst_offset from r500_fragment_pr...
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Xiang, Haihaoi965: Postpone ff_sync message in CLIP kernel on IGDNG
2009-07-30 Alex Deucherr600: fix mipmaps
2009-07-30 Eric Anholti915: Add support for EXT_stencil_two_side and ATI_sepa...
2009-07-30 Eric Anholti915: Add ARB_point_sprite since we already expose...
2009-07-29 Alex Deucherr600: remove extraneous semicolon
2009-07-29 Alex Deucherr600: fix texture pitch alignment
2009-07-29 Alex Deucherr600: minor fixes
2009-07-29 Nicolai Hähnler300: Cleanup r300_fragment_program_code
2009-07-29 Nicolai Hähnler300/compiler: Adapt AllocateHwInputs interface to...
2009-07-29 Eric Anholtswrast: enable ARB_vertex_array_object.
2009-07-29 Cooper Yuanr600: emit fog color in PS input map, fix fog related...
2009-07-29 Cooper YuanR6xx/r7xx: VS export fog color as parameter
2009-07-28 Alex Deucherr600: fix tex clamp modes
2009-07-28 Alex Deucherr600: implement texture border color
2009-07-28 Alex Deucherr600: fix flat shading
2009-07-28 Alex Deucherr600: don't call r700UpdateShaders twice for each render
2009-07-28 Alex Deucherr600: move r700TranslateFragmentShader into r700UpdateS...
2009-07-28 Alex Deucherr600: disable flat shade fix in 506bacb8e40b0a170a4b620...
2009-07-28 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-28 Cooper YuanR6xx/r7xx: enable flat shading, this can fix quadric...
2009-07-27 Alex Deucherr600: fix _REV texture format component swizzles
2009-07-27 Brian Paulmesa: regenerated file
2009-07-27 Brian Paulintel: Fix leak of DRI option info due to using the...
2009-07-27 Brian Paulintel: Clean up leak of driver context structure on...
2009-07-27 Nicolai Hähnler300/compiler: Make calculate_inputs_outputs available...
2009-07-27 Nicolai Hähnler300/compiler: Add vertex program code dumper from...
2009-07-27 Nicolai Hähnler300/compiler: Prepare for hookup to Gallium
2009-07-27 Nicolai Hähnler300/fragprog: Move wpos_attr and fog_attr where they...
2009-07-27 Nicolai Hähnler300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constants
2009-07-27 Nicolai Hähnler300/fragprog: No longer rely on hardcoded FRAG_RESULT_...
2009-07-27 Nicolai Hähnler300/fragprog: Move some of the attribute handling...
2009-07-27 Nicolai Hähnler300/fragprog: Finally get rid of the duplicate program...
2009-07-27 Nicolai Hähnler300/vertprog: Move Mesa-dependent input/output handlin...
2009-07-27 Nicolai Hähnler300: Remove ugly PSIZ hack
2009-07-27 Nicolai Hähnler300/vertprog: Refactor wpos rewrite using rc_program
2009-07-27 Nicolai Hähnler300/vertprog: Refactor fog_as_texcoord to use rc_program
2009-07-27 Nicolai Hähnler300/vertprog: Refactor addArtificialOutputs to use...
2009-07-27 Nicolai Hähnler300/fragprog: Refactor wpos rewrite to use rc_program
2009-07-27 Nicolai Hähnler300/compiler: Refactor fragment program fog rewrite...
next