Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | r300: Added a comment in r300VAPInputCntl0. | Oliver McFadden | |
2007-05-30 | r300: Cleaned up r300DestroyTexObj. | Oliver McFadden | |
2007-05-30 | r300: R300_SE_VTE_CNTL applies to both non-TCL and TCL hardware. | Oliver McFadden | |
See r300ResetHwState. | |||
2007-05-29 | check for flat/smooth interp for generic/specular attrib | Brian | |
2007-05-27 | Revert "r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic) defines." | Oliver McFadden | |
This reverts commit bb3558e6517209086cf8426bbe4743da50351158. This commit caused a regression reported by Markus Amsler <markus.amsler@oribi.org>. Apparently these defines are required, although I'm not sure why. | |||
2007-05-26 | r300: Rearranged the DWORD construction in r300VAPInputRoute0 for clarity. | Oliver McFadden | |
Doesn't actually change anything; just makes it easier to read. | |||
2007-05-26 | r300: Removed duplicate AOS format defines; already defined in r300_reg.h. | Oliver McFadden | |
2007-05-26 | r300: Removed unused aos_reg variable. | Oliver McFadden | |
2007-05-26 | r300: Use "rmesa" not "r300" in r300_emit.c; some of the macros require "rmesa". | Oliver McFadden | |
2007-05-26 | r300: Cleaned up the non-TCL RENDERINPUTS, etc. | Oliver McFadden | |
2007-05-26 | r300: Whitespace cleanup in r300_emit.c. | Oliver McFadden | |
2007-05-26 | r300: Added the r300VAPInputCntl0 function. | Oliver McFadden | |
The function just returns the hard-coded value (0x5555) even though we have no idea what this means... | |||
2007-05-26 | r300: Added r300VAPOutputCntl0 and r300VAPOutputCntl1 to r300_emit.c. | Oliver McFadden | |
2007-05-26 | r300: Removed R300_PFS_NODE_LAST_NODE replaced by R300_PFS_NODE_OUTPUT_COLOR. | Oliver McFadden | |
2007-05-26 | r300: Renamed the t_vic function. | Oliver McFadden | |
2007-05-26 | r300: Renamed the t_vir0 and t_vir1 functions. | Oliver McFadden | |
2007-05-25 | r300: Renamed "dt" to "attribptr" in the t_vir0 function. | Oliver McFadden | |
2007-05-25 | r300: Specify the type in the t_vir0 function. | Oliver McFadden | |
2007-05-25 | r300: Cleaned up t_vir0 and t_vir1 slightly. | Oliver McFadden | |
2007-05-25 | r300: Use C style comments in r300_emit.c. | Oliver McFadden | |
2007-05-25 | r300: Removed a (disabled and unneeded) assertion. | Oliver McFadden | |
The r300EmitVec functions don't touch the buf member so the assertion isn't needed here. | |||
2007-05-25 | r300: Improved the r300EmitVec debugging information. | Oliver McFadden | |
2007-05-25 | r300: Use #if 0 for disabled code. | Oliver McFadden | |
2007-05-25 | r300: Added a TODO note and some tiny cleanups to r300_emit.c. | Oliver McFadden | |
2007-05-25 | remove #include "GL/glxtokens.h" | Brian | |
2007-05-25 | r300: Use GL_TRUE rather than 1 for the GLboolean type. | Oliver McFadden | |
2007-05-25 | r300: Removed unused vpucount macro from r300_state.c. | Oliver McFadden | |
2007-05-24 | Replace the flags/hint arguments to bo_alloc{,_static} with a location mask. | Eric Anholt | |
Now, allocations only take locations, rather than a variety of unused flags. The only interesting flag before was the no_move/no_evict pair for scanout and similar buffers, which the DRI drivers don't use. That will be readded when we get to using this code for display buffer allocation, by adding a pin/unpin call (dynamic pinning/unpinning may be useful for VT switching and root window resizing). This commit changes one instance of DRM_BO_FLAG_MEM_LOCAL with DRM_BO_FLAG_MEM_TT, which appeared to have been unintentional. | |||
2007-05-24 | Merge branch 'master' into i915-unification | Eric Anholt | |
Conflicts: src/mesa/drivers/dri/i915tex/i830_texstate.c src/mesa/drivers/dri/i915tex/i915_texstate.c | |||
2007-05-24 | fix logic for calling _swrast_update_deferred_texture() | Brian | |
2007-05-23 | doxygen-ize some comments | Brian | |
2007-05-23 | restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049 | Brian | |
2007-05-23 | incr/decr 1D/2DArray texture refcounts like other targets | Brian | |
2007-05-23 | r300: Call the r300Fogfv function directly within r300_state.c. | Oliver McFadden | |
This required moving the r300Enable function but there are no actual changes. | |||
2007-05-23 | Fix problem w/ two-sided lighting and fragment programs (depth-peel regression) | Brian | |
2007-05-23 | r300: Use switch statements in r300ResetHwState, etc. | Oliver McFadden | |
2007-05-23 | r300: Minor indenting corrections in the texture format table. | Oliver McFadden | |
2007-05-23 | r300: Use a single texture format table; reduces duplication. | Oliver McFadden | |
2007-05-23 | r300: Corrected the RGB888 texture format entry. | Oliver McFadden | |
I think this is correct, assuming no endian issues. See commmit 59a08923f51d4ed83effbfcd91473c9ee86465f1. | |||
2007-05-23 | r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic) defines. | Oliver McFadden | |
Supposedly you need to set these values for the interpolaters to work, but they seem to work fine without these values. | |||
2007-05-23 | Fix point attentuation problem (bug 11042) | Brian | |
ctx->Point._Attentuation was computed in wrong place and the VB->Eye coord Z array wasn't indexed correctly in run_point_stage(). | |||
2007-05-22 | Replace initInitState() with _mesa_init_driver_state(). | Brian | |
2007-05-22 | added _mesa_init_driver_state() to replace duplicated code in intel drivers | Brian | |
2007-05-22 | include swrast_setup/swrast_setup.h to silence warning | Brian | |
2007-05-22 | don't treat FRAG_BIT_WPOS as a generic attribute (fixes depth peel regression) | Brian | |
2007-05-22 | i915tex: Implement SetTexOffset hook. | Michel Dänzer | |
Only build tested for I830 generation. | |||
2007-05-22 | r300: Implement SetTexOffset hook. | Michel Dänzer | |
2007-05-22 | Add interfaces for overriding texture images with driver specific 'offsets'. | Michel Dänzer | |
To be used by AIGLX for GLX_EXT_texture_from_pixmap without several additional data copies. | |||
2007-05-22 | Fix xserver build after recent XMesa changes. | Michel Dänzer | |
Only build tested. | |||
2007-05-21 | get rid of GenTexturesLock, used ctx->Shared->Mutex | Brian | |