Brian Paul
|
65e30ac06a
|
minor tweaks
|
23 years ago |
Brian Paul
|
941efe8eda
|
added XGetVisualInfo, glXGetConfig plus misc comments and clean-ups
|
23 years ago |
Keith Whitwell
|
ea4b887ef7
|
readded
|
23 years ago |
Keith Whitwell
|
ba8e63f05b
|
Get rid of the 'proper' glx files -- glxclient.h, glxext.c
Move the interface lines for dri drivers -- the __driUtil functions which
know a lot about glx internals now live here.
|
23 years ago |
Keith Whitwell
|
117a2d76b6
|
Remove -lX11 from miniglx link libraries...
|
23 years ago |
Keith Whitwell
|
ce75913702
|
Caught a couple of things after a clean build on rh 7.3
|
23 years ago |
Keith Whitwell
|
cbc41d4332
|
Remove the USE_DRI=0 case -- this is now in drv/fb/fb_dri.c
|
23 years ago |
Keith Whitwell
|
40af4d7662
|
A full radeon driver, seems to build ok, haven't run yet
|
23 years ago |
Brian Paul
|
702b2802a0
|
added XFree() and glXQueryVersion()
|
23 years ago |
Keith Whitwell
|
44e4e437a0
|
new file
|
23 years ago |
Keith Whitwell
|
366ca58ea6
|
new makefiles to build modules as .a files
|
23 years ago |
Keith Whitwell
|
90925c9777
|
ignore .d files
|
23 years ago |
Brian Paul
|
f6b40da9a7
|
*** empty log message ***
|
23 years ago |
Keith Whitwell
|
80798c8eab
|
minor changes from the end of last week
|
23 years ago |
Brian Paul
|
65a7a3852d
|
miniglx.c now loads DRI drivers. glxext.c and glxclient.h no longer needed.
Many functions in XF86DRI.c are #ifdef'd out and need new implementations.
|
23 years ago |
Brian Paul
|
cf8aede714
|
mask is always non-null in write_rgba_pixels and write_monorgba_pixels
|
23 years ago |
Brian Paul
|
1e27ca69f8
|
fixed breakage from last check-in, more clean-ups
|
23 years ago |
Brian Paul
|
9fcd566e60
|
added DRI awareness (incomplete, disabled by default)
|
23 years ago |
Brian Paul
|
78b5f5f44f
|
remove resize() function
|
23 years ago |
Brian Paul
|
8a82d9db15
|
support more screen sizes, more clean-ups
|
23 years ago |
Brian Paul
|
fa747cdb0a
|
miniglx layered on fbdev works now.
|
23 years ago |
Keith Whitwell
|
fa50fae202
|
Narrow down the missing bits of information
|
23 years ago |
Keith Whitwell
|
0fb48dba7c
|
pull in more server code, particularly for radeon init
|
23 years ago |
Keith Whitwell
|
2f3585d4f1
|
Auto-dependency generating makefile
|
23 years ago |
Brian Paul
|
7c7789c029
|
do some simple MMIO register reads for sanity testing
|
23 years ago |
Brian Paul
|
56ad63958b
|
set timing values explicitly. new debugging info
|
23 years ago |
Brian Paul
|
aa0109bf96
|
move WindowExists() code into glxext.c (effectively out of the driver)
|
23 years ago |
Keith Whitwell
|
0201db5a22
|
Added two files which should (with much tweaking) eventually allow
the radeon_dri.so driver from the dri project to be loaded and run
against an fbdev environment.
|
23 years ago |
Brian Paul
|
1a1069c7e9
|
more trimming / hacking
|
23 years ago |
Brian Paul
|
fc88680a39
|
more tweaks
|
23 years ago |
Brian Paul
|
ff89f4b639
|
fix some bugs, add colormap initialization
|
23 years ago |
Brian Paul
|
7d5b5c0438
|
added glfbdevtest and miniglxtest
|
23 years ago |
Brian Paul
|
6ccaeaaa16
|
from DRI CVS - hacked to some extent
|
23 years ago |
Brian Paul
|
e4e72da501
|
from Mesa 5.1
|
23 years ago |
Brian Paul
|
67f87d2463
|
disable thread safety for now
|
23 years ago |
Brian Paul
|
431c1740d5
|
compile glfbdev.c and miniglx.c
|
23 years ago |
Brian Paul
|
fa3f447234
|
fixed cube texture auto-mipmap generation bug (641363)
|
23 years ago |
Brian Paul
|
3a08052714
|
stripped, subsetted DRI-capable libGL
|
23 years ago |
Brian Paul
|
424096d581
|
prototype interfaces and tests
|
23 years ago |
Brian Paul
|
2e5a88ab6a
|
oops, wrong branch
|
23 years ago |
Brian Paul
|
d520ff08d0
|
tests for new interfaces
|
23 years ago |
Brian Paul
|
ef0e1dcc2e
|
prototypes for new interfaces
|
23 years ago |
Brian Paul
|
6412641b19
|
put FEATURE_NV_vertex_program around vpstate.h include
|
23 years ago |
Brian Paul
|
3ee066b48f
|
missed a couple version string updates
|
23 years ago |
Brian Paul
|
33c0b3e233
|
patches from Karl
|
23 years ago |
Brian Paul
|
658145bd82
|
fix compilation problem (Philippe Houdoin)
|
23 years ago |
Karl Schultz
|
1b260aee24
|
Add _mesa_enable_1_4_extensions and _mesa_problem
|
23 years ago |
Brian Paul
|
9c799cdc49
|
Lots of clean-ups.
Use new s_spantemp.h to generate all the span functions.
Updated triangle functions (#define NAME, etc)
|
23 years ago |
Brian Paul
|
b4497c5843
|
template code for span functions for flat, memory-based frame buffers
|
23 years ago |
Brian Paul
|
cdf2da368d
|
moved function declaration into the template, define the NAME to specify the function names
|
23 years ago |