r200: fix off-by-one errors causing 6th texture unit to not work
[mesa.git] / src /
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 Keith Whitwellmesa/st: short-circuit glFinish calls on WIN32 only
2009-07-29 Keith Whitwellmesa/st: recognize no-op scissor state when checking...
2009-07-29 Keith Whitwellutil: _debug_printf should print even when DEBUG is...
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-29 Ben Skeggsnv50: support non-blocking query_result()
2009-07-29 Ben Skeggsnouveau: map_range returning -EBUSY isn't necessarily...
2009-07-28 Christoph Bumillernv50: correct zeta formats
2009-07-28 Christoph Bumillernv50: use new 2D surface format names
2009-07-28 Christoph Bumillernv50: support more vtxelt formats
2009-07-28 Christoph Bumillernv50: should use uint32_t ptr in draw_elements_inline_u32
2009-07-28 Christoph Bumillernv50: TIC/TSC fixes and additions
2009-07-28 Christoph Bumillernv50: fix sx/dx typo in transfer_rect_m2mf
2009-07-28 Christoph Bumillernv50: fix viewport transform
2009-07-28 Christoph Bumillernv50: use correct scissor reg
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 RALOVICH, Kristófglx: assign per screen driver configs (DRISW)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI2)
2009-07-28 RALOVICH, Kristófglx: properly release DRI configs
2009-07-28 RALOVICH, Kristófglx: cache DRI configs in __GLXscreenConfigsRec
2009-07-28 Alex Deucherr600: disable flat shade fix in 506bacb8e40b0a170a4b620...
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 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ó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 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...
next