radeon: s/r300/radeon in shared code error message
[mesa.git] / src / mesa / drivers /
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...
2009-07-27 Nicolai Hähnler300/compiler: Refactor rewrite_depth_out to use rc_program
2009-07-27 Nicolai Hähnler300/compiler: Refactor local transforms to use rc_program
2009-07-27 Brian Paulintel: Use _mesa_warning() to report GEM warnings
2009-07-27 Karl Schultzwindows: updated VC8 project files
2009-07-27 Nicolai Hähnler300: Allow compiler to add constants in a cleaner way
2009-07-27 Nicolai Hähnler300/compiler: Refactor nqssadce to use rc_program
2009-07-27 Nicolai Hähnler300/compiler: Refactor for rc_program usage
2009-07-27 Nicolai Hähnler300/compiler: Add rc_print_program
2009-07-27 Nicolai Hähnler300/compiler: Lay groundwork for better error handling
2009-07-27 Nicolai Hähnler300: Remove dependency on GLcontext from compiler
2009-07-27 Nicolai Hähnler300/vertprog: Cleanup source conflict handling
2009-07-27 Nicolai Hähnler300/vertprog: Massively reduce code duplication
2009-07-27 Nicolai Hähnler300/vertprog: Use generic transforms and throw away...
2009-07-27 Nicolai Hähnler300: Move vertex program compilation to compiler
2009-07-27 Nicolai Hähnler300: Cleanup vertex_program structure
2009-07-27 Nicolai Hähnler300: Remove faux lazy translation of vertex programs
2009-07-27 Nicolai Hähnler300: Reduce include dependencies
2009-07-27 Nicolai Hähnler300: Introduce rc_program and use it in radeon_pair
2009-07-27 Nicolai Hähnler300: Add radeon_compiler as a base for compilation...
2009-07-27 Nicolai Hähnler300: Remove some unnecessary includes
2009-07-27 Nicolai Hähnler300/compiler: Compile the compiler seperately into...
2009-07-27 Nicolai Hähnler300: Further reduce dependency between compiler and...
2009-07-27 Nicolai Hähnler300: Remove some dependencies on additional fragment...
2009-07-27 Nicolai Hähnler300: Remove GLcontext from r300_fragment_program_compiler
2009-07-27 Nicolai Hähnler300: Remove GLcontext requirement from radeonLocalTran...
2009-07-27 Nicolai Hähnler300: Remove unused enums
2009-07-27 Nicolai Hähnler300: Remove GLcontext requirement from radeon_nqssadce
2009-07-27 Nicolai Hähnler300: Remove GLcontext requirement from radeon_program_pair
2009-07-27 Nicolai Hähnler300/program_pair: Introduce driver-specific texture...
2009-07-27 Nicolai Hähnler300/program_pair: Dynamically allocate instructions...
2009-07-27 Nicolai Hähnler300: Detangle fragment program compiler from driver...
2009-07-27 Pauli Nieminenradeon: Add r6xx/r7xx chip family to get_chip_family_name
2009-07-27 Alex Deucherr600: fix textures
2009-07-27 Alex Deucherr600: don't draw when num indices is 0
2009-07-27 Alex Deucherr600: set VGT NUM_INSTANCES as part of the draw command
2009-07-27 Alex Deucherr600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SC...
2009-07-27 Alex Deucherr600: switch vtx resource setup to use SETfield macros
2009-07-27 Alex Deucherr600: switch tex code to use SETfield macros
2009-07-23 Alex Deucherr600: fix segfault in morph3d
2009-07-23 José Fonsecar600: Remove CRLF line endings.
2009-07-22 Maciej Cencorar300: fix address register handling in NQSSADCE
2009-07-21 Richard Lir600: fix dst reg indexing for real
2009-07-21 Alex DeucherRevert "r600: fix dst reg indexing"
2009-07-21 Alex Deucherr600: add stencil support
next