index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the XFree86 ID line
Brian Paul
2005-05-19
1
-1
/
+0
*
Add check for mask == NULL to the one routine missing it.
Keith Whitwell
2005-05-12
1
-2
/
+11
*
fix for renderbuffer (Andreas Stenglein)
Brian Paul
2005-05-05
1
-2
/
+2
*
Fix up origin in dri/fb driver
Jon Smirl
2005-05-05
1
-0
/
+1
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
6
-89
/
+329
*
Minor changes to make linux-solo build again
Jon Smirl
2005-04-25
1
-0
/
+2
*
Added a French translation of option descriptions by Stephane Marchesin.
Felix Kuehling
2005-04-22
3
-5
/
+287
*
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
*
Manage option translations in separate .po files to make translations
Felix Kuehling
2005-04-11
6
-261
/
+1044
*
Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer in
Keith Whitwell
2005-03-22
1
-0
/
+7
*
add support for user-configurable brilinear filtering on r200
Roland Scheidegger
2005-03-15
1
-0
/
+6
*
Fixing memset on ia64 & other archs
Dave Airlie
2005-03-05
1
-0
/
+17
*
Add a dri config option to enable the max texture level hack
Dave Airlie
2005-02-26
1
-0
/
+6
*
fix some 0->NULLs
Dave Airlie
2005-02-17
1
-2
/
+2
*
mesa-fix-one-bit-signed-bitfield.patch from Jeff Muizelaar
Keith Whitwell
2005-02-14
1
-2
/
+2
*
fix some signed vs unsigned warnings
Dave Airlie
2005-02-14
6
-10
/
+10
*
MMIO endianness fixes for Radeon drivers.
Michel Dänzer
2005-02-12
1
-3
/
+2
*
Fixed a typo in an assertion. (Don't understand how this ever compiled.)
Felix Kuehling
2005-02-05
1
-1
/
+1
*
Added an option texture_heaps that allows selecting which texture heaps
Felix Kuehling
2005-02-04
1
-0
/
+17
*
Use all texture heaps in a fair way when textures need to be kicked in
Felix Kuehling
2005-02-03
2
-24
/
+98
*
Don't try to kick textures from a NULL tex heap.
Felix Kuehling
2005-02-02
1
-0
/
+4
*
Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.
Adam Jackson
2005-01-31
2
-8
/
+0
*
new version check to allow to test for a range of ddx major versions, instead...
Roland Scheidegger
2005-01-26
3
-6
/
+46
*
Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span read
Felix Kuehling
2005-01-15
1
-6
/
+6
*
Simplify usage of drmHash functions and fix bug in
Keith Whitwell
2005-01-12
1
-35
/
+10
*
Added a boolean option for a floating-point depth buffer.
Felix Kuehling
2005-01-03
1
-0
/
+6
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
5
-22
/
+22
*
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-12-08
1
-0
/
+8
*
Use union type to avoid strict aliasing problems.
Alan Hourihane
2004-12-08
1
-20
/
+34
*
Check for some header defines before redefining functions. Silences warnings.
Alan Hourihane
2004-12-08
1
-0
/
+3
*
Fix some warnings
Alan Hourihane
2004-12-02
1
-1
/
+5
*
Added MMX optimized version of the RGB565 ReadRGBASpan routine.
Ian Romanick
2004-11-02
1
-7
/
+19
*
Nicolai's sw-clipspan-fixes.patch
Keith Whitwell
2004-11-01
2
-12
/
+13
*
Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do not
Adam Jackson
2004-10-27
1
-6
/
+26
*
As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.
Ian Romanick
2004-10-26
1
-0
/
+63
*
Small optimization for big-endian (e.g., PowerPC) systems.
Ian Romanick
2004-10-18
1
-0
/
+10
*
Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format
Ian Romanick
2004-10-16
1
-3
/
+12
*
Fixed a few places that should have been using GET_SRC_PTR.
Ian Romanick
2004-10-15
1
-3
/
+3
*
Add support for optimized versions of the code underlying ReadPixels
Ian Romanick
2004-10-14
1
-0
/
+564
*
Add a license to this file. It was written on VA's watch, so they get
Keith Whitwell
2004-10-13
1
-0
/
+29
*
Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
Ian Romanick
2004-10-13
1
-3
/
+27
*
Refactor the code in driGetRendererString a bit to make it easier to
Ian Romanick
2004-10-13
1
-15
/
+40
*
Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't
Eric Anholt
2004-10-08
1
-0
/
+2
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
1
-0
/
+6
*
use GLuint instead of uint
Daniel Borca
2004-09-28
1
-1
/
+1
*
patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)
Brian Paul
2004-09-24
2
-9
/
+89
*
This patch enables GL_ARB_vertex_program and GL_NV_vertex_program
Dave Airlie
2004-09-07
1
-0
/
+21
*
Fix dri_util.c build with new headers.
Eric Anholt
2004-08-12
1
-1
/
+1
[next]