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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Remove unused driIntersectArea
Kristian Høgsberg
2011-11-02
2
-16
/
+0
*
dri: Drop __driUtilUpdateDrawableInfo and helper macros
Kristian Høgsberg
2011-11-02
2
-145
/
+0
*
dri: Remove unused driSwapBuffers
Kristian Høgsberg
2011-11-02
1
-64
/
+1
*
dri: Drop unused driCreateNewContext
Kristian Høgsberg
2011-11-02
1
-52
/
+0
*
dri: Fold driCreateNewDrawable into dri2CreateNewDrawable
Kristian Høgsberg
2011-11-02
1
-55
/
+30
*
dri: Remove unsused driCreateNewScreen
Kristian Høgsberg
2011-11-02
1
-93
/
+0
*
dri: Remove unused __DRIswapInfoRec
Kristian Høgsberg
2011-11-02
1
-40
/
+0
*
dri: Remove driMediaStreamCounterExtension
Kristian Høgsberg
2011-11-02
2
-40
/
+0
*
dri: Remove driSwapControlExtension
Kristian Høgsberg
2011-11-02
2
-18
/
+0
*
dri: Drop driCopySubBufferExtension
Kristian Høgsberg
2011-11-02
2
-20
/
+0
*
dri: Drop driReadDrawableExtension
Kristian Høgsberg
2011-11-02
2
-9
/
+0
*
dri: Drop driLegacyExtension
Kristian Høgsberg
2011-11-02
2
-9
/
+0
*
dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.
Eric Anholt
2011-10-28
2
-7
/
+0
*
DRI: Log something if we don't support legacy DRI
Andrew Deason
2011-09-14
1
-1
/
+3
*
dri: Remove all extension enabling utility functions
Ian Romanick
2011-09-09
2
-139
/
+0
*
spantmp2: Silence many "warning: unused parameter ‘ctx’"
Ian Romanick
2011-09-09
1
-0
/
+20
*
dri: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-0
/
+8
*
dri_util: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-1
/
+11
*
dri: Build libmesa_dri_common for Android
Chad Versace
2011-08-30
1
-0
/
+41
*
make: Factor out source lists from drivers/dri/common into Makefile.sources
Chad Versace
2011-08-30
1
-0
/
+19
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
1
-1
/
+0
*
dri: Remove unused header files mmx.h and spantmp.h
Ian Romanick
2011-08-26
2
-885
/
+0
*
dri: Remove driRenderbuffer::backBuffer field
Ian Romanick
2011-08-26
1
-8
/
+0
*
driconf: Add the PP descriptions
Lauri Kasanen
2011-08-19
2
-0
/
+90
*
xmlpool.h: fix a typo
Lauri Kasanen
2011-08-17
1
-1
/
+1
*
xmlconfig: Make the error message more informative
Lauri Kasanen
2011-08-17
1
-1
/
+1
*
xmlconfig: remove an unused-but-set variable
Marek Olšák
2011-07-15
1
-2
/
+2
*
Revert "intel: Add spans code for the ARB_texture_rg support."
Eric Anholt
2011-04-18
1
-122
/
+0
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-3
/
+4
*
Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only string
Alan Coopersmith
2011-04-08
1
-1
/
+19
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
2
-4
/
+3
*
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
Dave Airlie
2011-03-06
1
-0
/
+3
*
dri: Remove the old metaops code which has been superceded by ../common/
Eric Anholt
2011-02-12
2
-372
/
+0
*
Add dri2::{Allocate,Release}Buffer extension
Benjamin Franzke
2011-02-07
2
-1
/
+25
*
swrast: add an interface createNewContextForAPI
Haitao Feng
2011-02-03
1
-1
/
+44
*
dri_util: fail driCreateNewScreen if InitScreen is NULL
Paulo Zanoni
2011-01-13
1
-0
/
+3
*
intel: Add spans code for the ARB_texture_rg support.
Eric Anholt
2010-12-10
1
-0
/
+122
*
dri/util: add a bunch of comments
Brian Paul
2010-11-02
1
-0
/
+24
*
Fix build on systems where "python" is python 3.
Kenneth Graunke
2010-10-27
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
12
-50
/
+50
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
2
-2
/
+2
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
5
-14
/
+14
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
2
-5
/
+1
*
Get rid of GL/internal/glcore.h
Kristian Høgsberg
2010-10-13
2
-2
/
+0
*
dri/common: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-4
/
+0
*
dri: Add GET_PROGRAM_NAME definition for Mac OS X.
Vinson Lee
2010-09-28
1
-0
/
+3
*
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2010-09-27
1
-0
/
+2
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
2
-0
/
+2
*
Fix typos in comments and debug output strings.
Timo Wiren
2010-09-20
2
-5
/
+5
*
Revert "glapi: Implement optional dispatch logging"
Kristian Høgsberg
2010-09-09
1
-12
/
+0
[next]