summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-05-09r300: Updated .gitignore.Oliver McFadden
2007-05-09r300: Added the Linux Kernel indent script.Oliver McFadden
2007-05-09r300: Indented r300_state.[ch].Oliver McFadden
2007-05-09r300: Indented r300_emit.h.Oliver McFadden
2007-05-09r300: Indented r300_cmdbuf.[ch].Oliver McFadden
2007-05-09r300: Indented r300_shader.[ch].Oliver McFadden
2007-05-09r300: Indented r300_maos.[ch].Oliver McFadden
2007-05-09r300: Indented r300_ioctl.[ch].Oliver McFadden
2007-05-09r300: Removed the obsolete pfs_reg_t type from r300_fragprog.h.Oliver McFadden
2007-05-09r300: Use an array for the vertex program sources and corrected an error fromOliver McFadden
4960af08ad50a3a6ea039145de2698234c2cc892.
2007-05-09r300: Removed the ugly CARD32 type.Oliver McFadden
2007-05-09r300: Renamed vertex_shader.h to r300_vertprog.hOliver McFadden
2007-05-09r300: Removed obsolete pixel_shader.h header file.Oliver McFadden
2007-05-08r300: Renamed the VBO functions to the R300 name format.Oliver McFadden
2007-05-08r300: Removed some deprecated code from r300_context.c and corrected an unusedOliver McFadden
variable warning in r300_render.c.
2007-05-08r300: Last few r300_render.c clean up.Oliver McFadden
2007-05-08r300: Merged some comments into the Doxygen documentation.Oliver McFadden
2007-05-08r300: Cleaned up r300_render.c using Indent with appropriate options.Oliver McFadden
This corrects the mess of space and tab indenting that existed in this file, and probably others. The diff is actually very small if you use an external diff program and ignore whitespace.
2007-05-08r300: General render clean up; added some Doxygen documentation, too.Oliver McFadden
2007-05-08r300: Moved the pipeline stages together for readability.Oliver McFadden
2007-05-08r300: Print the OpenGL define instead of a 2-digit char code in the warning.Oliver McFadden
2007-05-08r300: Clean up the vertex buffer emission code and reduced code duplication.Oliver McFadden
I tested both the unoptimized and optimized versions with Quake 3 Arena; there are no problems.
2007-05-08r300: Cleaned up a lot of cruft in r300_render.c.Oliver McFadden
2007-05-08i915/miniglx: remove unused codeDave Airlie
2007-05-08miniglx: fixup use of create windows x and y coordinatesDave Airlie
This makes miniglx take not of the x and y from XCreateWindow
2007-05-08miniglx/glut: should use the x/y pos to create windowDave Airlie
This allows moving miniglx glut windows around the framebuffer
2007-05-07better comments for _mesa_debug(), _mesa_warning(), etcBrian
2007-05-07radeon: enable xpress chipsetsDave Airlie
glxgears and googleearth now run so that seems like a good start Thanks to Aapo Tahkola for doing the 3D work on this so far, I got lost after the GART changes.
2007-05-06rs480: fix secondary color for real this timeAapo Tahkola
2007-05-06Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesaAapo Tahkola
2007-05-06rs480: fix textures and secondary color(?). clipping is still busted. tested ↵Aapo Tahkola
on r480
2007-05-06r300: fix broken vbosAapo Tahkola
2007-05-06r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden
2007-05-06r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden
2007-05-06r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden
2007-05-06r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden
2007-05-06r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden
2007-05-06r300: fix primary color on rs480Aapo Tahkola
2007-05-05don't use hw to perform vertex transform etc. when using swtcl. This for ↵Aapo Tahkola
compatibility with vertex programs and the fact that swtcl very rarely gets hit with tcl capable hw.
2007-05-04Makefile clean-ups for miniglx.Brian
2007-05-03fix some matrix/state token indexing bugs (see bug 10848)Brian
2007-05-03add some #includes to silence warningsBrian
2007-05-02changes to get DDX/DDY working againBrian
2007-05-02Resuscitate some of the DDX,DDY code.Brian
Only works for program input registers at this time. Good enough for the common case of texcoords, though.
2007-05-02fix some DDX,DDY mix-upsBrian
2007-05-02Document a deficiency in the _swrast_Translate() function with regard to ↵Brian
point size.
2007-05-02fix some renderbuffer/wrapper bugsBrian
2007-05-02fix some StepX/StepY mix-ups in alpha interpolationBrian
2007-05-01regeneratedBrian
2007-05-01implement acos(), asin(), atan()Brian