summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-29s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()Brian
2007-06-29Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...Brian
2007-06-29ObsoleteBrian
2007-06-29overhaul point rasterization, no longer use s_pointtemp.hBrian
2007-06-29added buffer_data(), buffer_sub_data() to pipe_bufferBrian
2007-06-29more work on tex objects, surfaces, mappable buffersBrian
2007-06-29added texture types and mapping typesBrian
2007-06-29texture object constructionBrian
2007-06-29s/G_CONTEXT_H/SP_CONTEXT_H/Brian
2007-06-29nouveau: match drm changes (0.0.7)Ben Skeggs
2007-06-29nouveau: NV30_TCL viewport/scissor fixesBen Skeggs
2007-06-28Add a few missing GL 2.0 entrypoints, regenerate related files.Brian
2007-06-28a variety of fixes for MingWzhang
2007-06-28remove obsolete t_save_api.cBrian
2007-06-28increase MAX_POINT_SIZE to 60Brian
2007-06-28XXX comment about point clampingBrian
2007-06-28added comment, remove dead codeBrian
2007-06-26consolidate point/line state into pipe_setup_stateBrian
2007-06-25fix logic error in updating of quad's Z values. Basic depth testing works nowBrian
2007-06-25clean-upsBrian
2007-06-25emit quad->outputs.depth[], hack need_zBrian
2007-06-25code for functional Z buffer surfaceBrian
2007-06-24r300: Initial work on merging the real and generated vertex program functions.Oliver McFadden
2007-06-24r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.Oliver McFadden
2007-06-24r300: The vpi, vpp, and vps counts are already initialized; don't do it twice.Oliver McFadden
2007-06-24r300: Clean up the vertex program state code slightly; still needs lots of work.Oliver McFadden
2007-06-24r300: Vertex program position end bits are known.Oliver McFadden
2007-06-24r300: Removed unused vap_param structure.Oliver McFadden
2007-06-24r300: Cleaned up long lines in the vertex functions.Oliver McFadden
2007-06-24r300: Setup the default state for polygon offset point/line.Oliver McFadden
2007-06-24r300: Cleaned up the r300SetupVertexShader function.Oliver McFadden
2007-06-24r300: Cleaned up the r300SetupPixelShader function.Oliver McFadden
2007-06-24r300: Trivial clean up in radeon_lock.h.Oliver McFadden
2007-06-24Restructure z test code slightly.Keith Whitwell
2007-06-24r300: 2288 is a tcl only regDave Airlie
2007-06-22initial texture object, texture format codeBrian
2007-06-22more texture sampler workBrian
2007-06-22added blend commentsBrian
2007-06-22Assorted token renaming/removal, minor state changes, etc.Brian
2007-06-22fix bug rendering points with fragment program (see #11330)Brian
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian
2007-06-22clean up cache flush emission into one placeDave Airlie
2007-06-21alpha test and misc changesBrian
2007-06-21Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-06-21fix rgba pointer bug hit on zoomed+fogged glDrawPixelsBrian
2007-06-21Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-06-21r300: Corrected a bug in r300LineWidth.Oliver McFadden
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian
2007-06-21rename _swrast_update_fragment_attribs()Brian
2007-06-21clean up color0 codeDave Airlie