Remove last of core Mesa dependencies in intel_swapbuffers.c
[mesa.git] / src / mesa / drivers / dri / r300 /
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-18 Oliver McFaddenr300: Oops, made a mistake on commit fb4e071beda6e3b9e6...
2007-07-18 Oliver McFaddenr300: Cleaned up vertprog construction.
2007-07-18 Tommy Schultz Lassenr300: Corrected texcoord start when BFC1 is enabled.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-16 Oliver McFaddenr300: Corrected some progs/fp/* regressions from the...
2007-07-16 Oliver McFaddenr300: Use _mesa_num_inst_src_regs for number of arguments.
2007-07-16 Oliver McFaddenr300: Corrected vertprog FLR and XPD instruction regres...
2007-07-16 Oliver McFaddenr300: Added code for vertprog opcode ARL.
2007-07-16 Oliver McFaddenr300: Don't need vertprog scalar flag anymore; it's...
2007-07-16 Oliver McFaddenr300: Removed broken RCC vertprog opcode.
2007-07-16 Oliver McFaddenr300: More vertprog rework; give each opcode it's own...
2007-07-16 Oliver McFaddenRevert "r300: Gracefully exit after GART memory is...
2007-07-16 Oliver McFaddenr300: Reorder the vertprog code to the ARB specification.
2007-07-16 Oliver McFaddenr300: Use the R300_PVS_UPLOAD_* defines.
2007-07-16 Oliver McFaddenr300: Added the clip plane upload defines.
2007-07-16 Oliver McFaddenr300: Enable the vertprog point size again.
2007-07-16 Oliver McFaddenr300: Corrected position bug with position invariant...
2007-07-16 Oliver McFaddenr300: Removed Vim modeline I left in the file by mistak...
2007-07-16 Oliver McFaddenr300: Make sure the modified value of u_temp_i is respe...
2007-07-16 Oliver McFaddenr300: Added a function for vertex program default opcod...
2007-07-16 Oliver McFaddenr300: Clean up the vertex program maximum length check.
2007-07-16 Oliver McFaddenr300: Corrected indenting in r300_vertprog.c.
2007-07-16 Oliver McFaddenr300: Major vertex program code clean up and rework.
2007-07-16 Oliver McFaddenr300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.
2007-07-15 Oliver McFaddenr300: Gracefully exit after GART memory is exhausted.
2007-07-14 Oliver McFaddenr300: Disable vertex program point size; it's almost...
2007-07-14 Oliver McFaddenr300: Clean up the vertex program output assignment.
2007-07-13 Oliver McFaddenRevert "r300: Corrected off-by-one error in r300_vertpr...
2007-07-13 Oliver McFaddenr300: Corrected off-by-one error in r300_vertprog.c.
2007-07-13 Oliver McFaddenr300: Moved some hardware initialization into appropria...
2007-07-13 Oliver McFaddenr300: Use a switch statement in r300UpdateCulling.
2007-07-13 Oliver McFaddenr300: Setup the back facing color bits correctly.
2007-07-11 Tommy Schultz Lassenr300: Added support for Back Facing Color.
2007-07-11 Tommy Schultz Lassenr300: Corrected r300UpdateCulling; would only set font...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Dave Airlier300: only init swtcl on tcl-less cards
2007-07-02 Dave Airlier300: fix compiz crash on swtcl - doesn't fix compiz...
2007-07-01 Dave Airlier300: oops wrong logic for swtcl
2007-07-01 Dave Airlier300: oops turn back off cmd buf debugging
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-07-01 Dave Airliefix tabbing
2007-07-01 Dave Airlier300: add authorship
2007-07-01 Dave Airlier300: remove some unused code
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-07-01 Dave Airlier300: fixup manytex, we needed to emit the vic/vir...
2007-07-01 Dave Airlier300: fix tabbing
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Should use inst_count not 0 for R300_PVS_CNTL_3_P...
2007-06-24 Oliver McFaddenr300: The vpi, vpp, and vps counts are already initiali...
2007-06-24 Oliver McFaddenr300: Clean up the vertex program state code slightly...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-24 Oliver McFaddenr300: Cleaned up long lines in the vertex functions.
2007-06-24 Oliver McFaddenr300: Setup the default state for polygon offset point...
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupVertexShader function.
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupPixelShader function.
2007-06-24 Oliver McFaddenr300: Trivial clean up in radeon_lock.h.
2007-06-24 Dave Airlier300: 2288 is a tcl only reg
2007-06-22 Dave Airlieclean up cache flush emission into one place
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Oliver McFaddenr300: Corrected a bug in r300LineWidth.
2007-06-21 Dave Airlieclean up color0 code
2007-06-21 Dave Airlieadd a mem use for current dma buffer
2007-06-21 Dave Airliefix unfilled tris/quads
2007-06-21 Dave Airlieensure cmd buffer space
2007-06-21 Dave Airliefix up vertex emission before state change
2007-06-21 Dave Airliefix secondary color, fog is off for now
2007-06-21 Dave Airliefix projtex
2007-06-21 Dave Airliefix quad-clip
2007-06-21 Dave Airliebring over vertex engine setup code from r300_Render...
2007-06-20 Dave Airliefixup some bits of tcl path
2007-06-20 Dave Airlieswtcl: gears works
2007-06-17 Dave Airliemore commits to fix things and stuff - still not doing...
2007-06-17 Dave Airlieswtcl add debug and fix offset
2007-06-17 Dave Airliecleaned up reduced prim
2007-06-17 Dave Airliefixup packet setup - still hangs
2007-06-17 Dave Airlieadd missing swtcl file
2007-06-17 Dave Airlieadd more swtcl code to r300 - hangs card now
2007-06-14 Dave AirlieInitial r300 modes for swtcl it compiles!!
2007-06-13 Dave Airliemove clip to r300 emit
2007-06-10 Dave Airlier300: i can't see why we fallback for polygon offset...
2007-06-07 Oliver McFaddenr300: Added a comment regarding the R300_VAP_CLIP regis...
2007-06-07 Oliver McFaddenr300: Removed a "don't think this is needed" comment...
2007-06-07 Oliver McFaddenr300: Explain the R300_VAP_OUTPUT_VTX_FMT_1 register.
2007-06-07 Oliver McFaddenr300: Cleaned up long lines in r300Choose8888TexFormat.
2007-06-02 Dave Airlier300: fix non-tcl rs4xx again.
2007-05-30 Michel DänzerFix r300SetTexOffset for big endian platforms.
2007-05-30 Oliver McFaddenr300: Corrected r300PointSize based on dumping the...
2007-05-30 Oliver McFaddenr300: Corrected r300LineWidth based on dumping the...
2007-05-30 Oliver McFaddenr300: Removed goto statement in r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Cleaned up r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Cleaned up the state atom checking functions.
2007-05-30 Oliver McFaddenr300: Cleaned up the state atom debugging code.
2007-05-30 Oliver McFaddenr300: Use compile-time endian detection in r300_state...
2007-05-30 Oliver McFaddenr300: Document registers 0x2220 to 0x2230.
next