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
/
i810
/
i810screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Remove all DRI1 drivers
Ian Romanick
2011-08-26
1
-361
/
+0
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
dri: Fix copy-and-paste brain damage in previous commit
Ian Romanick
2010-02-10
1
-1
/
+1
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-4
/
+0
|
\
|
*
i810: Remove unnecessary headers.
Vinson Lee
2010-01-20
1
-4
/
+0
*
|
Push __driDriverExtensions out of dri_util.c and into the drivers
Kristian Høgsberg
2010-01-04
1
-0
/
+7
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-5
/
+5
|
/
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-3
/
+3
|
\
|
*
dri/drivers: update driNewRenderbuffer() to take a gl_format
Brian Paul
2009-10-22
1
-3
/
+3
*
|
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-4
/
+0
|
/
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
2009-02-10
1
-0
/
+2
*
re-add MSAA support
Brian Paul
2009-02-09
1
-1
/
+3
*
Remove CVS keywords.
Keith Whitwell
2008-09-21
1
-1
/
+0
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-2
/
+2
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-8
/
+8
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-129
/
+38
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-3
/
+4
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-1
/
+0
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-0
/
+1
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-36
/
+14
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-12
/
+11
*
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
1
-1
/
+1
*
move free() after dereference (bug 11878)
Brian
2007-08-07
1
-1
/
+1
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-2
/
+1
*
fix for bug#10182
Xiang, Haihao
2007-03-06
1
-1
/
+2
*
fix coverity 1107: use after free
Dave Airlie
2006-03-23
1
-1
/
+1
*
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
1
-18
/
+16
*
SetBuffer, renderbuffer changes
Brian Paul
2005-09-03
1
-0
/
+3
*
Make sure extension entry point offsets are properly initialized. This is
Ian Romanick
2005-08-18
1
-0
/
+3
*
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-08-15
1
-0
/
+4
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-1
/
+1
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-11
/
+8
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-25
/
+2
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-0
/
+45
*
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-15
1
-0
/
+1
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-2
/
+2
*
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
Jon Smirl
2004-07-04
1
-12
/
+0
*
The required DDX and DRI version numbers were switched. This went unnoticed
Ian Romanick
2004-06-07
1
-2
/
+2
*
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-03
1
-8
/
+0
*
driCheckDriDdxDrmVersion uses a function that is not available to
Ian Romanick
2004-06-02
1
-2
/
+10
*
Fix dumb mistake from a previous commit. __driCreateScreen is now
Ian Romanick
2004-06-01
1
-1
/
+3
*
Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
Ian Romanick
2004-06-01
1
-2
/
+2
*
Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.
Keith Whitwell
2004-04-29
1
-1
/
+1
*
Make sure drivers don't dereference a NULL pointer if
Ian Romanick
2004-03-26
1
-8
/
+8
*
more i810 to new interface
Dave Airlie
2004-03-21
1
-0
/
+183
*
use utility function to check versions
Dave Airlie
2004-03-15
1
-21
/
+3
[next]