Oliver McFadden
0950e9727e
mesa: Added Vim swap files to .gitignore.
18 年之前
Oliver McFadden
504fafe389
r300: Updated .gitignore.
18 年之前
Oliver McFadden
72608aedc3
r300: Added the Linux Kernel indent script.
18 年之前
Oliver McFadden
be56660ba0
r300: Indented r300_state.[ch].
18 年之前
Oliver McFadden
36c8bc6141
r300: Indented r300_emit.h.
18 年之前
Oliver McFadden
5c8296a6ab
r300: Indented r300_cmdbuf.[ch].
18 年之前
Oliver McFadden
6665658a56
r300: Indented r300_shader.[ch].
18 年之前
Oliver McFadden
204bc4e441
r300: Indented r300_maos.[ch].
18 年之前
Oliver McFadden
e90ad3dbbb
r300: Indented r300_ioctl.[ch].
18 年之前
Oliver McFadden
8d62afdb6a
r300: Removed the obsolete pfs_reg_t type from r300_fragprog.h.
18 年之前
Oliver McFadden
59494bafb4
r300: Use an array for the vertex program sources and corrected an error from
4960af08ad
.
18 年之前
Oliver McFadden
33939fd29b
r300: Removed the ugly CARD32 type.
18 年之前
Oliver McFadden
4960af08ad
r300: Renamed vertex_shader.h to r300_vertprog.h
18 年之前
Oliver McFadden
f5b0cafbb1
r300: Removed obsolete pixel_shader.h header file.
18 年之前
Oliver McFadden
c578354642
r300: Renamed the VBO functions to the R300 name format.
18 年之前
Brian
da37ac5ee7
remove some debug code
18 年之前
Brian
ed2fddc98e
special case for -pthread (bug 10876)
18 年之前
Brian
58eaf0acca
a somewhat nicer demo w/ command line options
18 年之前
Oliver McFadden
d132f7245d
r300: Removed some deprecated code from r300_context.c and corrected an unused
variable warning in r300_render.c.
18 年之前
Oliver McFadden
73bc8b63ac
r300: Last few r300_render.c clean up.
18 年之前
Oliver McFadden
377ce9e074
r300: Merged some comments into the Doxygen documentation.
18 年之前
Oliver McFadden
f1d785188b
r300: Cleaned up r300_render.c using Indent with appropriate options.
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.
18 年之前
Oliver McFadden
313c4c2643
r300: General render clean up; added some Doxygen documentation, too.
18 年之前
Oliver McFadden
fbeae4f70c
r300: Moved the pipeline stages together for readability.
18 年之前
Oliver McFadden
9301a6a325
r300: Print the OpenGL define instead of a 2-digit char code in the warning.
18 年之前
Oliver McFadden
6c036812be
r300: Clean up the vertex buffer emission code and reduced code duplication.
I tested both the unoptimized and optimized versions with Quake 3 Arena; there
are no problems.
18 年之前
Oliver McFadden
c6abbbfd02
r300: Cleaned up a lot of cruft in r300_render.c.
18 年之前
Dave Airlie
8a7f474c69
i915/miniglx: remove unused code
18 年之前
Dave Airlie
47e33a27df
miniglx: fixup use of create windows x and y coordinates
This makes miniglx take not of the x and y from XCreateWindow
18 年之前
Dave Airlie
401629c721
miniglx/glut: should use the x/y pos to create window
This allows moving miniglx glut windows around the framebuffer
18 年之前
Brian
f1770c3210
better comments for _mesa_debug(), _mesa_warning(), etc
18 年之前
Dave Airlie
8130a4fe98
radeon: enable xpress chipsets
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.
18 年之前
Aapo Tahkola
8f1c63b263
rs480: fix secondary color for real this time
18 年之前
Aapo Tahkola
857ebc6d47
Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesa
18 年之前
Aapo Tahkola
660bdc616b
rs480: fix textures and secondary color(?). clipping is still busted. tested on r480
18 年之前
Aapo Tahkola
88ae491bd2
r300: fix broken vbos
18 年之前
Oliver McFadden
8445960d9f
r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.
18 年之前
Oliver McFadden
74cae00c0e
r300: Removed more deprecated state code that is now set in separate functions.
18 年之前
Oliver McFadden
56d9663574
r300: R300_ZS_... is now set in separate functions; removed the deprecated code.
18 年之前
Oliver McFadden
81d1a04e04
r300: Point size is now set in a separate function; removed the deprecated code.
18 年之前
Oliver McFadden
62cbe6c3f3
r300: Use the defined values for R300_VAP_CNTL_STATUS.
18 年之前
Aapo Tahkola
16cec9f767
r300: fix primary color on rs480
18 年之前
Aapo Tahkola
5e2a66466d
don't use hw to perform vertex transform etc. when using swtcl. This for compatibility with vertex programs and the fact that swtcl very rarely gets hit with tcl capable hw.
18 年之前
Dave Airlie
b3378f6cc5
nouveau: disable nouveau build by default
Until this is API/ABI stable building it by default isn't a good idea.
18 年之前
Brian
91948f99dd
add </ol> tag
18 年之前
Brian
ae5f67575d
Makefile clean-ups for miniglx.
18 年之前
Brian
e75fbd3f91
Assorted miniglx updates.
18 年之前
Brian
a6dad578b5
document R300 bug fix 10848
18 年之前
Brian
c6443eb1a3
fix some matrix/state token indexing bugs (see bug 10848)
18 年之前
Brian
121533defb
add some #includes to silence warnings
18 年之前