mesa.git
2009-07-28 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-28 Brian Paulgallium: minor code/comments clean-up
2009-07-28 Chia-I Wuegl: Comment out unused tables in_eglFillInConfigs
2009-07-28 Vinson Leeprogs/trivial: add missing files to Makefile, .gitignore
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 RALOVICH, Kristófglx: remove XTHREADS support
2009-07-27 RALOVICH, Kristófdocs: do not mentions xthreads any more
2009-07-27 RALOVICH, Kristófglapi: regenerated GL API assembly files
2009-07-27 RALOVICH, Kristófglapi: remove XTHREADS support
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 Brian Paulst/mesa: silence warning
2009-07-27 Brian Paulmesa: separate some finite/pragma Watcom stuff
2009-07-27 Brian Paulsoftpipe: include sp_winsys.h to silence function proto...
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 Brian Pauldocs: 7.5 tarball md5sums
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 Patrice Mandinnouveau: swizzle a single row or column, doing it one...
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-27 Corbin Simpsonr300g: Fix two trivial texture size issues.
2009-07-27 Corbin Simpsonradeon-gallium: If BO allocation fails, return NULL.
2009-07-27 Corbin Simpsonr300g: Add some debugging, correct little bits of math...
2009-07-26 Patrice Mandinnouveau: only swizzle square textures for copy
2009-07-26 José Fonsecautil: fix typo.
2009-07-26 Patrice Mandinnouveau: Take into account destination position for...
2009-07-26 Patrice Mandinnouveau: Recursively swizzle an NPOT sized copy
2009-07-24 Patrice Mandinnouveau: use nv04_surface_copy_swizzle only for POT...
2009-07-24 Joakim Sindholtradeon-gallium: remove old getparam ioctl
2009-07-24 Brian Paulmesa: include glew headers in MesaDemos tarballs
2009-07-23 Alex Deucherr600: fix segfault in morph3d
2009-07-23 Keith Whitwelldraw: correct address for machine struct in llvm path
2009-07-23 Keith Whitwellgallivm: updates for TGSI changes
2009-07-23 Corbin Simpsonr300g, radeon-gallium: Fix API, cleanup.
2009-07-23 Nicolai Hähnleradeon-gallium: Build fixes wrt changed libdrm_radeon...
2009-07-23 Corbin Simpsonr300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.
2009-07-23 Keith Whitwellgallium: clean up opcode definitions
2009-07-23 Keith Whitwellgallium: remove deprecated TGSI opcodes
2009-07-23 José Fonsecar600: Remove CRLF line endings.
2009-07-23 Vinson Leeutil: Add support for Mac OS.
2009-07-23 Corbin Simpsonr300g: Actually mark shaders as translated/untranslated.
2009-07-23 Brian Paulcell: update TGSI_OPCODE_ cases
2009-07-22 Michel Dänzergallium: Fix PPC build.
2009-07-22 Patrice Mandinnouveau: nv30: wrong variable for format
2009-07-22 Maciej Cencorar300: fix address register handling in NQSSADCE
2009-07-22 Patrice Mandinnouveau: Take into account sx,sy parameters to read...
2009-07-22 Brian Pauldocs: initial release notes for 7.5.1
2009-07-22 Brian Paulmesa: bump version to 7.5.1
2009-07-22 Brian Paulmesa: include GLEW sources in MesaDemos tarball
next