Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-26 | fix warnings. | Aapo Tahkola | |
2006-04-26 | R300_SPAN_DISABLE_LOCKING env var | Aapo Tahkola | |
2006-04-25 | use _TNL_FIRST/LAST_MAT indexes | Brian Paul | |
2006-04-24 | extended swizzle (bug 6727) | Brian Paul | |
2006-04-23 | enable feedback rendering | Aapo Tahkola | |
2006-04-23 | disable hw locking when entering span rendering for now | Aapo Tahkola | |
2006-04-23 | need to hold before freeing | Aapo Tahkola | |
2006-04-23 | Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing ↵ | Benjamin Herrenschmidt | |
all elts to 32 bits (it would be possible to do a half word swap for 16 bits if somebody is interested) and by using the input route mecanism to swap ubyte's properly in r300EmitArrays. Tested with cva, varray and quake3 | |||
2006-04-21 | Ensure all GART allocations are freed on context destruction, rather than | Adam Jackson | |
waiting for the DRM to reap them at process exit. Fixes (fatal) allocation failures in AIGLX configurations. Reviewed by: Aapo Tahkola | |||
2006-04-21 | Fix format strings for LP64 | Adam Jackson | |
2006-04-20 | limit max program/param length to 255 (spotted by sroland) | Aapo Tahkola | |
2006-04-12 | GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300. | Aapo Tahkola | |
2006-04-11 | add missing 'union' keyword | Brian Paul | |
2006-04-11 | More GLSL code: | Michal Krol | |
- use macros to access and modify render inputs bit-field; - un-alias generic vertex attributes for ARB vertex calls; - use MAX_VERTEX_PROGRAM_ATTRIBS (NV code) or MAX_VERTEX_ATTRIBS (ARB code) in place of VERT_ATTRIB_MAX; - define VERT_ATTRIB_GENERIC0..15 for un-aliased vertex attributes for ARB_vertex_shader; - fix generic attribute index range check in arbprogparse.c; - interface GLSL varyings between vertex and fragment shader; - use 64-bit optimised bitset (bitset.h) for render inputs; | |||
2006-04-11 | get fog going(for real) | Aapo Tahkola | |
2006-04-11 | rectangular fp16 fixes (Ewald Snel) | Aapo Tahkola | |
2006-04-11 | Fog support (Ewald Snel) | Aapo Tahkola | |
2006-04-08 | fix some conflict happenings at context destroy by freeing buffers ↵ | Aapo Tahkola | |
immediately. array locking can be done with vbos for vtxfmt_a so we dont really need to try to reuse them. | |||
2006-04-06 | Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem | Brian Paul | |
2006-04-04 | switch to card_type rather than IsPCI, doesn't change any functionality yet | Dave Airlie | |
2006-03-31 | Enough testing already | Aapo Tahkola | |
2006-03-31 | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | |
2006-03-31 | make u_list adjustable | Aapo Tahkola | |
2006-03-31 | warn about broken dxt 3/5 | Aapo Tahkola | |
2006-03-31 | Dont rely on writebacks | Aapo Tahkola | |
2006-03-31 | More meaningful warning. | Aapo Tahkola | |
2006-03-29 | FP textures and fixes (Ewald Snel) | Brian Paul | |
2006-03-28 | fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ↵ | Roland Scheidegger | |
(reported by Jim Duchek). Fix some potential problems with strict-aliasing with r200 and radeon drivers in *UpdateViewportOffset, *PolygonOffset and *UpdateWindow functions (some compiler warnings about strict-aliasing remain in the codegen vertex code, and there may be more problems unnoticed by the compiler). | |||
2006-03-27 | remove unnecessary typedefs causing compiler warnings | Roland Scheidegger | |
2006-03-24 | secondary color fixes. | Aapo Tahkola | |
2006-03-22 | implement arl and enable hw nv_vp. | Aapo Tahkola | |
2006-03-20 | Fix texrect upload conflicts. | Aapo Tahkola | |
2006-03-19 | Disable tnl programs when doing software vertex programs. compiz with its ↵ | Aapo Tahkola | |
texrect and lighting needs was broken because of this. | |||
2006-03-19 | -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.) | Aapo Tahkola | |
-struct vertex_buffer to struct radeon_vertex_buffer conversion -vertex attrib arrays did not supersede conventinal arrays when enabled | |||
2006-03-13 | Clean build. | Aapo Tahkola | |
2006-03-13 | Fix broken max mipmap leveling that was horribly wrong. | Aapo Tahkola | |
2006-03-10 | Option to init vp temps(for testing) | Aapo Tahkola | |
2006-03-09 | Kick VBOs out of GART if nothing else helps. | Aapo Tahkola | |
2006-03-09 | Use the force Luke, use the force. | Aapo Tahkola | |
2006-03-07 | Fix broken DrawElements & DrawRangeElements. | Aapo Tahkola | |
2006-03-07 | Enable HW VBOs and other things needed by it. | Aapo Tahkola | |
2006-03-07 | Convert to work with current DRM. + tag | Aapo Tahkola | |
2006-03-07 | Various fallbacks, checks and tags. | Aapo Tahkola | |
2006-03-06 | Port r200 tex tiling code to run on r300 but keep it disabled. | Aapo Tahkola | |
2006-02-28 | Free temps when possible | Aapo Tahkola | |
2006-02-28 | Dont let (possibly) undefined z component reach hw as its unused | Aapo Tahkola | |
2006-02-28 | Fix aliasing bug (Benjamin Herrenschmidt) | Aapo Tahkola | |
2006-02-25 | Add all pci ids known by ddx to radeon dri driver. Remove the entries not ↵ | Roland Scheidegger | |
known by ddx (probably secondary ids, non-existant cards and similar). Add rs400 to the family enum, and configure the rv410 like a 2 quad chip (?) | |||
2006-02-16 | Skip ARL while we dont implement it. Fix broken nv vps but do it with ↵ | Aapo Tahkola | |
software for now. | |||
2006-02-10 | Workaround problems with NWN. (Tilman Sauerbeck) | Aapo Tahkola | |