Couple changes that were missed.
[mesa.git] / src / mesa / drivers / dri / r300 /
2005-11-23 Aapo TahkolaCouple changes that were missed.
2005-11-21 Dave Airliebit 31 of this inserts a nop after the current instruction
2005-11-21 Dave Airlieget rid of some of those unknowns figured out from...
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian Paulremove #include arbfragparse.h
2005-11-18 Aapo TahkolaTry to detect when native support to given texture...
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-07 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-05 Brian Pauls/Negate/NegateBase/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Aapo TahkolaFix broken build.
2005-11-02 Aapo TahkolaUse ctx->VertexProgram._Current .
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-11-01 Aapo TahkolaFix broken tnl stage.
2005-11-01 Aapo TahkolaRe-enable fallbacks.
2005-11-01 Aapo Tahkola-Fix first frame -bug
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-28 Aapo TahkolaFix texture mixup when two or more contexts.
2005-10-28 Dave Airliefix missing commit for span changes
2005-10-28 Dave Airliefix up radeon span functions using latest r200 code...
2005-10-28 Aapo TahkolaCompiled arrays for vtxfmt_a path.
2005-10-28 Eric AnholtGC a bit of dead code I noticed while looking at texwrap.
2005-10-28 Eric AnholtCorrect the ordering of the blend constant color.
2005-10-26 Aapo TahkolaCover my arse.
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaRemove few outdated r200 files.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-10-26 Aapo TahkolaFix invalid vsf temp count for rv350.
2005-10-24 Adam JacksonAdd RV350 AQ chip. (popolon at popolon dot org)
2005-10-21 Dave Airlieadd the tile bits for offset, and unk bit 31 of size
2005-10-20 Dave Airliefixes for r300_tex.c from Aapo Tahkola
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-09-25 Dave Airlieadd link for radeon_egl.c
2005-09-14 Dave Airliefix breakage from Brians changes earlier
2005-09-14 Brian Paulpageflip change from radeon driver
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-11 Dave Airlieadd 1002:5460 M22 X300 card
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian PaulUse InitPointers helper
2005-09-03 Brian Paulremove SetBuffer(). Misc renderbuffer changes.
2005-09-03 Brian Paulsilence misc warnings
2005-08-31 Brian Paulfix a cast/assignment warning
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-06 Vladimir DergachevFix card_extensions by following corresponding r200...
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
2005-07-28 Ian RomanickUse the routines supplied in the __DRIinterfaceMethods...
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-27 Roland Scheideggertest for the proper drm version, at least 1.17 is required
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-07-02 Vladimir DergachevExpose the fact that we do not do either selection...
2005-07-01 Jerome GlisseAdding RV350_NJ ID.
2005-07-01 Jerome GlisseAdapt extension string to new GL dispatch schema proposed
2005-06-30 Aapo Tahkola-"fix" page flipping
2005-06-27 Vladimir DergachevUncomment a couple of helper functions.
2005-06-27 Vladimir DergachevRename unchecked state to match DRM driver.
2005-06-21 Nicolai HaehnleBack out the actual enabling of depth tiling.
2005-06-21 Nicolai HaehnleAdd PCI ID for R420 JI.
2005-06-21 Aapo Tahkolar300 driver side of color tiling support.
2005-06-21 Nicolai HaehnleMake sure texture base addresses are used correctly.
2005-06-16 Aapo TahkolaFix gloss breakage when using hw tnl.
2005-06-16 Aapo TahkolaUse depth tiling.
2005-06-16 Aapo TahkolaSupport 16-bit modes.
2005-06-16 Aapo TahkolaFix problems with elts when immediate mode is on.
2005-06-16 Aapo TahkolaTurn off VBO's.
2005-06-16 Aapo Tahkolalost_context never gets reset.
2005-06-12 Vladimir DergachevFixed typos.
2005-06-10 Vladimir DergachevAdd definition for memory controller latency registers..
2005-06-08 Ben Skeggs- Secondary colour
2005-06-06 Ben SkeggsTEX to output
2005-06-05 Ben SkeggsFix xyz/w interaction (needs a cleanup still..)
2005-05-31 Aapo TahkolaCauses lockups on some rare cases.
2005-05-28 Jerome GlisseSome fixes
2005-05-28 Ben SkeggsUp MAX_AOS_ARRAYS to 16. Do we need more?
2005-05-28 Ben SkeggsPlay with swizzling a bit.
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-27 Aapo TahkolaMore optimal r300Clear.
2005-05-26 Ben Skeggsconstant tracking
2005-05-25 Ben Skeggs- Remove one of the loops in emit_arith
2005-05-23 Ben SkeggsImplement enough of ARB_fragment_program for Keith...
2005-05-22 Jerome GlisseSmall change to handle native case (7 natives case)
2005-05-22 Jerome GlisseAdding r300 fragment program swizzle tab. Please some
2005-05-19 Aapo TahkolaDitch unused code and features that arent in subject...
2005-05-18 Aapo TahkolaStick texture LOD back on.
2005-05-18 Aapo TahkolaPolygon mode fixes.
2005-05-14 Aapo TahkolaMake gleans polyoffset test happy.
2005-05-14 Aapo TahkolaDont assume GLbooleans are ones when true.
2005-05-14 Nicolai HaehnleCleanup blend state generation.
2005-05-14 Nicolai HaehnleThe kernel doesn't like command buffers over 64KB,...
2005-05-14 Nicolai HaehnleRemove dead span functions code.
2005-05-14 Nicolai HaehnleFix span functions for stencil buffer access.
2005-05-14 Nicolai HaehnleDon't print debug messages unless the user explicitly...
2005-05-13 Nicolai HaehnleMake software fallbacks work again:
next