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
/
unichrome
/
via_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Remove all DRI1 drivers
Ian Romanick
2011-08-26
1
-447
/
+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
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
1
-1
/
+0
*
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
|
\
|
*
unichrome: Remove unnecessary headers.
Vinson Lee
2010-01-19
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
-8
/
+8
|
/
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-6
/
+6
|
\
|
*
dri/drivers: update driNewRenderbuffer() to take a gl_format
Brian Paul
2009-10-22
1
-6
/
+6
*
|
via: silence unused var warnings
Brian Paul
2009-10-27
1
-0
/
+2
*
|
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-14
/
+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
-1
/
+1
*
re-add MSAA support
Brian Paul
2009-02-09
1
-1
/
+3
*
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
-6
/
+6
*
Make utils.h self-contained.
George Sapountzis
2008-05-20
1
-1
/
+1
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-51
/
+29
*
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
*
__driConfigOptions must be PUBLIC.
Adam Jackson
2007-12-24
1
-1
/
+1
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-0
/
+1
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
1
-5
/
+1
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
1
-6
/
+6
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
1
-1
/
+1
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
1
-2
/
+5
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-48
/
+28
*
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
1
-6
/
+5
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-12
/
+11
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-1
/
+1
*
Implement GLX_SGI_make_current_read
Ian Romanick
2006-11-10
1
-0
/
+1
*
allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)
Brian Paul
2006-10-15
1
-4
/
+5
*
Revert the SiS and Unichrome DRM version check changes.
Thomas Hellström
2006-07-11
1
-22
/
+1
*
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
2006-07-10
1
-9
/
+25
*
Fixes for x86_64 Unichrome.
Thomas Hellström
2005-11-16
1
-2
/
+8
*
Bring in last minute 6_4 branch changes to the unichrome driver
Thomas Hellström
2005-11-16
1
-1
/
+3
*
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
1
-12
/
+24
*
SetBuffer, renderbuffer changes
Brian Paul
2005-09-03
1
-12
/
+11
*
reverse a bogus patch
Alan Hourihane
2005-08-31
1
-2
/
+1
*
drmUnmap correct size
Alan Hourihane
2005-08-30
1
-1
/
+1
*
Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077
Alan Hourihane
2005-08-30
1
-2
/
+3
*
Add Egberts fixes for 64bit architectures
Alan Hourihane
2005-08-15
1
-0
/
+4
*
Fix a == vs !- typo for glx_enable_extension
Jon Smirl
2005-07-29
1
-1
/
+1
*
glxEnableExtension is a platform-specific function exported by the loader.
Ian Romanick
2005-07-28
1
-11
/
+8
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-1
/
+12
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-13
/
+9
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-46
/
+16
[next]