index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
127
-2086
/
+4884
*
don't call XTranslateCoordinates() if rendering to pixmap
Brian Paul
2005-05-04
1
-1
/
+1
*
DRI fbdev driver getting better. Now I can see something on the screen
Jon Smirl
2005-05-04
1
-120
/
+111
*
Add support to external tnl switcher and disable hw tnl by default.
Aapo Tahkola
2005-05-01
4
-6
/
+13
*
Bumped the Savage driver date (a bit late) to mark S3TC support.
Felix Kuehling
2005-05-01
1
-1
/
+1
*
Fixed and cleaned up programming of watermark registers. There may be
Felix Kuehling
2005-05-01
2
-53
/
+75
*
Improve the DRI fb driver, now it compiles.
Jon Smirl
2005-05-01
2
-63
/
+245
*
r300 side support for fixed function pipeline. This isnt functional with curr...
Aapo Tahkola
2005-04-30
8
-95
/
+117
*
Added S3TC support to the Savage driver with some help from Mark Cass's
Felix Kuehling
2005-04-30
2
-31
/
+200
*
Put back not-so-redundant #ifdef.
Keith Whitwell
2005-04-29
1
-2
/
+2
*
Remove redundant #ifdef, fix compiler warning
Keith Whitwell
2005-04-29
1
-4
/
+1
*
Fix as suggested by Ben Skeggs.
Aapo Tahkola
2005-04-25
1
-2
/
+2
*
Minor changes to make linux-solo build again
Jon Smirl
2005-04-25
1
-0
/
+2
*
Software fallback for glColorMask. Can be avoided on Savage4 when all
Felix Kuehling
2005-04-24
2
-41
/
+22
*
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2005-04-24
12
-121
/
+159
*
Fixed a segfault introduced by Keith's pipeline changes.
Felix Kuehling
2005-04-23
1
-1
/
+2
*
Texturing fixes for Savage3D/MX/IX:
Felix Kuehling
2005-04-23
3
-24
/
+240
*
Updates for pipeline_stage struct changes.
Keith Whitwell
2005-04-22
6
-206
/
+33
*
First pass at updating these drivers with pipeline_stage struct changes.
Keith Whitwell
2005-04-22
11
-447
/
+70
*
Added a French translation of option descriptions by Stephane Marchesin.
Felix Kuehling
2005-04-22
3
-5
/
+287
*
Fixed some suspicious pointer casts that caused lots of
Felix Kuehling
2005-04-21
5
-19
/
+19
*
Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based cards. Disabled
Felix Kuehling
2005-04-21
3
-24
/
+71
*
Adding some comments.
Aapo Tahkola
2005-04-21
3
-2
/
+4
*
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-04-21
1
-19
/
+19
*
Had some odd problems with add and temps so doing it with mad. Adding some MA...
Aapo Tahkola
2005-04-21
1
-14
/
+47
*
clean up buffer creation code
Brian Paul
2005-04-20
1
-106
/
+75
*
Reorganized shader stuff.
Aapo Tahkola
2005-04-19
5
-115
/
+105
*
Fixes for bugs that were nailed down when compairing against software vertex ...
Aapo Tahkola
2005-04-19
4
-64
/
+86
*
Fixing and enabling elt buffers by default.
Aapo Tahkola
2005-04-18
3
-10
/
+11
*
Alpha test fix
Peter Zubaj
2005-04-18
1
-2
/
+26
*
comments and clean-up
Brian Paul
2005-04-18
1
-25
/
+27
*
more gldirect compile fixes. Getting near the linking stage now. No build fil...
Ben Crossman
2005-04-15
14
-188
/
+511
*
Some initial compile fixes. Still some left and warnings that need fixing. No...
Ben Crossman
2005-04-14
23
-111
/
+114
*
Disable CLOD (Lod constant) state emit. The values emitted were
Keith Whitwell
2005-04-14
1
-6
/
+6
*
Revert revision 1.13. This allows server-side libGLcore (in X.org) to build
Ian Romanick
2005-04-13
1
-1
/
+1
*
Added a Spanish translation by David Rubio Miguélezand a Dutch
Felix Kuehling
2005-04-12
4
-5
/
+568
*
Changed escaping of double quotes.
Felix Kuehling
2005-04-12
1
-9
/
+13
*
PF_8A8R8G8B pixel format (Dave Reveman)
Brian Paul
2005-04-12
5
-3
/
+419
*
Manage option translations in separate .po files to make translations
Felix Kuehling
2005-04-11
6
-261
/
+1044
*
Remove all the radeon_subset files. They were completely unused. Keith
Ian Romanick
2005-04-08
6
-3522
/
+0
*
Fix Fake_glXChooseFBConfig so passing NULL attribList causes a list of all
Brian Paul
2005-04-06
1
-22
/
+29
*
Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is
Ian Romanick
2005-04-06
1
-1
/
+1
*
Don't call PrimitiveNotify with an invalid primitive. Fix ipers
Keith Whitwell
2005-04-05
1
-3
/
+5
*
updated warning string to match patch in bug report 2868
Brian Paul
2005-04-04
1
-2
/
+4
*
Fixed segfault due to an off-by-one error in SAVAGE_TEX_MAXLEVELS.
Felix Kuehling
2005-03-24
1
-1
/
+1
*
Initialize texture addresses to something valid.
Felix Kuehling
2005-03-23
1
-0
/
+20
*
remove file after merge
Keith Whitwell
2005-03-23
1
-421
/
+0
*
rename mesaVis to try and improve clarity
Keith Whitwell
2005-03-22
1
-13
/
+13
*
add FreeTexImageData hook to help single-copy texturing in drivers
Keith Whitwell
2005-03-22
1
-0
/
+1
*
merge unichrome changes from branch
Keith Whitwell
2005-03-22
20
-1802
/
+2116
[next]