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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Ian Romanick
2004-05-27
18
-14
/
+36
*
change some explicit references to texture units 0/1 to unit < MaxTextureUnit...
Roland Scheidegger
2004-05-27
4
-27
/
+21
*
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2004-05-27
2
-31
/
+38
*
Added a couple fog coordinate related register defines.
Ian Romanick
2004-05-25
1
-0
/
+2
*
WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.
Felix Kuehling
2004-05-24
1
-0
/
+1
*
Clean up some warnings by making sis_fatal_error a macro, and let it take an
Eric Anholt
2004-05-24
7
-28
/
+16
*
Add missing sisInitDriverFuncs call. Fixes segfault.
Eric Anholt
2004-05-24
1
-0
/
+1
*
stop crash when debugging
Dave Airlie
2004-05-24
1
-1
/
+1
*
fix bug #957792 (swap buffers), plus misc clean-ups
Brian Paul
2004-05-21
1
-14
/
+14
*
fix constant texture environment color setup for texture units > 0
Roland Scheidegger
2004-05-21
1
-48
/
+24
*
Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...
Roland Scheidegger
2004-05-20
4
-17
/
+115
*
add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR
Roland Scheidegger
2004-05-20
2
-0
/
+5
*
add missing R200_RB3D_BLENDCOLOR register
Roland Scheidegger
2004-05-20
1
-0
/
+1
*
Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...
Roland Scheidegger
2004-05-14
3
-162
/
+135
*
cast driHwLock assignment
Brian Paul
2004-05-13
1
-1
/
+2
*
silence warning in assignment to gp.value
Brian Paul
2004-05-13
1
-1
/
+1
*
fix parameters to StoreImage()
Brian Paul
2004-05-13
1
-2
/
+2
*
Fixed code that has computed incorrect number of modes.
Erdi Chen
2004-05-12
1
-1
/
+1
*
Added support for GL_EXT_blend_equation_separate and
Ian Romanick
2004-05-12
3
-200
/
+177
*
Fixed a bug that showed up in several multitexturing games (Quake3 and
Ian Romanick
2004-05-12
3
-35
/
+16
*
fix parameters to StoreImage calls
Brian Paul
2004-05-12
1
-2
/
+2
*
remove last remnants of NEWTEXSTORE stuff
Brian Paul
2004-05-12
1
-22
/
+0
*
obsolete in favor of regular Makefiles
Brian Paul
2004-05-12
13
-1624
/
+0
*
Fix a possible segfault caused by the SGI_make_current_read changes.
Ian Romanick
2004-05-11
1
-0
/
+1
*
Fix solo build, add missing #ifdef NEW_INTERFACE
Jon Smirl
2004-05-09
1
-0
/
+8
*
Added german translation to option texture_units.
Felix Kuehling
2004-05-08
1
-0
/
+1
*
Don't mix variable definitions and other statements (fixed build on old
Eric Anholt
2004-05-08
1
-1
/
+2
*
Add support for GLX_SGI_make_current_read.
Ian Romanick
2004-05-07
4
-11
/
+36
*
Warning clean-ups.
Ian Romanick
2004-05-07
2
-4
/
+4
*
Enable use of new DRI interface in i830 driver.
Ian Romanick
2004-05-07
1
-12
/
+201
*
Add support for the 3rd and 4th texture units. The actual number of
Ian Romanick
2004-05-07
9
-282
/
+405
*
Added a config option to set the number of available texture units. A
Ian Romanick
2004-05-07
1
-0
/
+5
*
Refactor "classic" texture environments to be implemented in terms of
Ian Romanick
2004-05-07
2
-995
/
+148
*
Remove a debug printf that should not have been left in.
Ian Romanick
2004-05-05
1
-3
/
+0
*
Added support for the 3rd texture coordinate for cubemaps and 3D
Ian Romanick
2004-05-05
8
-184
/
+294
*
add r200 x86 sources
Dave Airlie
2004-05-04
1
-1
/
+1
*
switch to X86_SOURCES
Dave Airlie
2004-05-04
1
-1
/
+1
*
Skeletal fallback-only DRI driver. Initial checkin, not quite working yet.
Adam Jackson
2004-05-03
3
-0
/
+606
*
remove this use the one from the DRM
Dave Airlie
2004-05-03
1
-680
/
+0
*
the config is included by the Makefiles that includes this file...
Dave Airlie
2004-05-03
1
-2
/
+0
*
add asm sources
Dave Airlie
2004-05-03
1
-2
/
+2
*
clean up the common objects..
Dave Airlie
2004-05-03
1
-0
/
+1
*
get rid of last few XF86DRIClipRect
Dave Airlie
2004-05-03
4
-10
/
+10
*
fix up build for solo/dri
Dave Airlie
2004-05-03
5
-18
/
+11
*
fix StoreImage calls, remove dead code (Adam Jackson)
Brian Paul
2004-05-02
1
-23
/
+4
*
Define GLX_DIRECT_RENDERING in Makefile.template
Keith Whitwell
2004-04-30
1
-0
/
+4
*
Remove several files that are only used in the XFree86 / Xorg libGL.so.
Ian Romanick
2004-04-29
5
-1515
/
+0
*
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-04-29
37
-1375
/
+222
*
Use the dispatch table directly instead of calling GL functions.
Ian Romanick
2004-04-27
1
-32
/
+38
*
Remove include of texutil.h to get build working.
Ian Romanick
2004-04-27
6
-8
/
+0
[next]