Merge commit 'origin/gallium-0.1'
[mesa.git] / src / mesa / drivers / dri / r300 /
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-06-30 Corbin Simpsonr3xx/r5xx: Enable ARB_point_parameters.
2008-06-30 Nicolai Haehnler300: Fix dumb mistake in LOD bias translation
2008-06-29 Nicolai Haehnler300: Cleanup LodBias support
2008-06-29 Corbin Simpsonr300: Change LOD bias emission to more closely follow...
2008-06-29 Nicolai Haehnler300: Fix wrap mode for 1D textures
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-16 Corbin Simpsonr300: Make LOD bias a persistent environment variable.
2008-06-16 Corbin Simpsonr300: Fix new incarnation of bug 3195.
2008-06-16 Corbin Simpsonr300: Forgot to clear old state before writing new...
2008-06-16 Corbin Simpsonr300: Enable LOD bias state emission.
2008-06-16 Corbin SimpsonOops, misordered a few instructions.
2008-06-16 Corbin Simpsonr300: Unbreak LOD biasing, a bit.
2008-06-15 Corbin Simpsonr5xx: Enable fragment.position, partial ARB_shadow.
2008-06-15 Corbin Simpsonr5xx: Detangle FP fallback and translation switches.
2008-06-14 Nicolai Haehnler300: Add radeonTransformALU and fix a bug in r300_frag...
2008-06-14 Nicolai Haehnler300_fragprog: Use less complex instructions
2008-06-14 Corbin Simpsonr5xx: More FP rewriting; fix texrect FP insts.
2008-06-14 Corbin Simpsonr5xx: New FP code, take two.
2008-06-14 Corbin Simpsonr5xx: FP refactor, take one.
2008-06-14 Corbin Simpsonr3xx/r5xx: Don't force aniso.
2008-06-14 Nicolai Haehnler300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
2008-06-14 Nicolai Haehnler300: Add radeonCompilerDump for debugging
2008-06-14 Nicolai Haehnler300_fragprog: Refactor TEX transformation
2008-06-14 Nicolai Haehnler300: Add radeon_program and trivial refactoring of...
2008-06-14 Nicolai Haehnler300: Do not include r300_fragprog.h from r300_context...
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead declarations, move NOP decla...
2008-06-14 Nicolai Haehnler300_fragprog: Refactoring and cleanup
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead code
2008-06-13 Nicolai Haehnler300/r500: Separate fragprog compiler structures
2008-06-13 Nicolai Haehnler300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY...
2008-06-13 Nicolai Haehnler300: Reenable t->filter_1 (though currently not used)
2008-06-08 Nicolai Haehnler300: Workaround hardware readcache problem
2008-06-07 Corbin Simpsonr300: Allow driconf to set a default anisotropy.
2008-06-07 Nicolai Haehnler300: Some cleanups in depth and stencil state handling
2008-06-07 Nicolai Haehnler300: Apply writemask when clearing stencil buffer
2008-06-07 Nicolai Haehnler300: Fix stencil buffer clear
2008-06-07 Nicolai Haehnler300: Further anisotropic filtering fixes
2008-06-07 Nicolai Haehnler300: Update LOD_BIAS register constants
2008-06-07 Corbin Simpsonr5xx: Unbreak anisotropic filtering?
2008-06-07 Corbin Simpsonr5xx: Fix speedy LIT once and for all.
2008-06-06 Nicolai Haehnler300: Improve texture layout calculations
2008-06-06 Nicolai Haehnler300: Cleanup TX_MIN_FILTER defines
2008-06-06 Nicolai Haehnler300: Remove unused variable r300_tex_obj::dirty_state...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-01 Dave Airlier500: add missing brackets around depth testing
2008-06-01 Corbin Simpsonr5xx: Enable depth write emission.
2008-06-01 Nicolai Haehnler300: Writing to result.depth in fragment programs...
2008-06-01 Nicolai Haehnle[r300] Fix KIL instruction and swizzling of texture...
2008-06-01 Corbin Simpsonr5xx: Add OPCODE_FLR.
2008-06-01 Corbin Simpsonr5xx: Last emit_sop() for now.
2008-06-01 Corbin Simpsonr5xx: More emit_sop(), stage 2.
2008-06-01 Corbin Simpsonr5xx: Cleanup SOP with emit_sop().
2008-06-01 Corbin Simpsonr5xx: Dump shader constants when dumping program assembly.
2008-05-31 Markus Amslerr500: Use 8bit fog alpha compare value.
2008-05-29 Dennis KasprzykR1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.
2008-05-29 Markus Amslerr300: fix R300_FG_ALPHA_FUNC_VAL_MASK
2008-05-28 Dave Airlier300: disable cmdbuf debug again
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-28 Alex DeucherR3/4/5xx: update to use drm get_param for num gb pipes
2008-05-28 Dave Airlier500: cleanup warnings and include files
2008-05-27 Corbin Simpsonr5xx: Add OPCODE_XPD. In working condition, I might...
2008-05-27 Corbin Simpsonr5xx: Just a few small LIT fixes.
2008-05-27 Corbin Simpsonr5xx: Fix emit_mov() regression.
2008-05-27 Dave Airlier500: the cs is shared per context - doh so don't use...
2008-05-27 Dave Airlier500: need to re-setup inst offset/end for translated...
2008-05-27 Dave Airlier500: reset fp/fp_const counts
2008-05-27 Dave Airlier300/r500: emit flush inside vap_cntl state atom
2008-05-27 Dave Airlier500: hopefully fix 4096 texture harder
2008-05-27 Corbin Simpsonr5xx: Fix FP temp counting.
2008-05-27 Dave Airlier500: remove debugging
2008-05-27 Dave Airlier300/r500: fix r500 fragment program texture unit refer...
2008-05-27 Dave Airlier500: initial support for tmu mappings
2008-05-26 Corbin Simpsonr5xx: Enhance emit_mov().
2008-05-26 Corbin Simpsonr5xx: Moar LIT.
2008-05-26 Corbin Simpsonr5xx: First stab at LIT.
2008-05-26 Corbin SimpsonReplace copyright on r500_fragprog.c
2008-05-26 Corbin Simpsonr5xx: Unbreak texture swizzling.
2008-05-25 Corbin Simpsonr5xx: Massive MAD cleanup.
2008-05-25 Corbin Simpsonr5xx: Negation masks for every inst except SWZ.
2008-05-25 Corbin Simpsonr5xx: More emit_alu().
2008-05-25 Corbin Simpsonr5xx: Add emit_mad() for FP.
2008-05-24 Corbin Simpsonr5xx: Consolidate FP tex insts.
2008-05-24 Corbin Simpsonr5xx: Fix SGE/SLT.
2008-05-24 Corbin Simpsonr5xx: Remove some debugging cruft.
2008-05-24 Dave Airlier500: missed a couple of inst4s.
2008-05-24 Dave Airlier500: add depth output write
2008-05-23 Corbin Simpsonr5xx: Clean up some compiler warnings.
2008-05-23 Corbin Simpsonr5xx: Move dumb_shader.
2008-05-23 Corbin Simpsonr5xx: Add OPCODE_DST.
2008-05-23 Corbin Simpsonr5xx: More trig work.
2008-05-22 Dave Airlier500: bump state atom size up for fp and fp constants
2008-05-22 Corbin Simpsonr5xx: Fixed LRP.
2008-05-22 Corbin Simpsonr5xx: Change debug info for readability.
2008-05-21 Corbin Simpsonr5xx: Initial (broken) OPCODE_LRP.
2008-05-21 Corbin Simpsonr5xx: Add OPCODE_POW.
2008-05-21 Dave Airlier500: print out opcode string
2008-05-21 Dave Airlier500: set the RS unit register for R500 not R300 dangna...
next