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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
dri/common: allow BGRX sRGB visuals
Marek Olšák
2015-07-03
1
-0
/
+1
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
dri/common: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
dri/common: Update comment about driQueryRendererIntegerCommon
Andreas Boll
2015-02-25
1
-0
/
+1
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
1
-1
/
+1
*
dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...
Emil Velikov
2014-08-15
1
-0
/
+4
*
dri: Expand driParseDebugString return value to uint64_t.
Matt Turner
2014-04-15
1
-4
/
+3
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-7
/
+7
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
dri: set yInverted default to GL_TRUE
Tapani Pälli
2014-01-13
1
-0
/
+1
*
dri: Change value param to unsigned
Ian Romanick
2013-11-13
1
-1
/
+1
*
dri: Add function to implement queries common to all Mesa drivers
Ian Romanick
2013-11-07
1
-0
/
+64
*
dri/common: Add support for creating ARGB2101010 configs
Kristian Høgsberg
2013-10-15
1
-0
/
+10
*
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
2013-07-18
1
-6
/
+0
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
1
-2
/
+1
*
dri_util: Fix prologue comment for driCreateConfigs
Ian Romanick
2012-11-09
1
-17
/
+5
*
dri: Support MESA_FORMAT_SARGB8 in driCreateConfigs
Ian Romanick
2012-10-29
1
-1
/
+2
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
1
-100
/
+40
*
dri_util: Elminiate the bytes_per_pixel table
Ian Romanick
2012-10-29
1
-9
/
+3
*
dri_util: Remove support for RGB332 framebuffers
Ian Romanick
2012-10-29
1
-27
/
+7
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
1
-0
/
+5
*
dri: move __driUtilMessage to xmlconfig.c
George Sapountzis
2011-11-04
1
-23
/
+0
*
dri: Remove a few unused dri helper functions
Kristian Høgsberg
2011-11-02
1
-118
/
+0
*
dri: Remove all extension enabling utility functions
Ian Romanick
2011-09-09
1
-114
/
+0
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
1
-3
/
+2
*
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
Dave Airlie
2011-03-06
1
-0
/
+3
*
dri/util: add a bunch of comments
Brian Paul
2010-11-02
1
-0
/
+24
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
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
-7
/
+7
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
1
-3
/
+0
*
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2010-09-27
1
-0
/
+2
*
dri/common: mv __driUtilMessage to utils.c
George Sapountzis
2010-03-15
1
-4
/
+24
*
DRI: Put back missing break-statement
Ian Romanick
2010-03-04
1
-0
/
+1
*
DRI: Remove support for color-index visuals
Ian Romanick
2010-03-03
1
-10
/
+5
*
remove hack for miniglx from dri/utils.c
George Sapountzis
2010-02-26
1
-3
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-6
/
+6
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-2
/
+3
*
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
1
-1
/
+0
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-75
/
+19
*
Convert u_int*_t to C99 standard uint*_t
Alan Coopersmith
2009-03-25
1
-1
/
+1
*
mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string
Brian Paul
2009-03-04
1
-66
/
+8
*
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-10
1
-3
/
+3
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-62
/
+72
|
\
|
*
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-12
/
+12
|
|
\
|
*
|
bug fix to MSAA visuals
Alan Hourihane
2008-09-19
1
-3
/
+1
|
*
|
re-add MSAA support
Alan Hourihane
2008-09-19
1
-65
/
+68
|
*
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-0
/
+9
|
|
\
\
[next]