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
*
xmlpool/build: Make sure to set mo properly
Naohiro Aota
2013-06-25
1
-1
/
+1
*
build: remove unused API_DEFINES
Andreas Boll
2013-05-01
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
2013-04-19
2
-15
/
+22
*
drirc: set always_have_depth_buffer for Topogon
Brian Paul
2013-04-01
1
-0
/
+6
*
android: fix Android.mk bug in mesa/drivers/dri/common
Adrian Marius Negreanu
2013-03-25
1
-1
/
+2
*
i965: Add a driconf option to disable flush throttling.
Paul Berry
2013-03-21
1
-0
/
+5
*
driconf: add a miscellaneous section and always_have_depth_buffer option
Brian Paul
2013-03-15
1
-0
/
+14
*
driconf: reorder options, reformat comments, etc
Brian Paul
2013-03-15
1
-60
/
+74
*
xmlpool/.gitignore: Remove 'Makefile'
Matt Turner
2013-03-12
1
-1
/
+0
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
1
-2
/
+1
*
xmlpool/build: generate options.h via BUILT_SOURCES
Matt Turner
2013-01-20
1
-1
/
+1
*
dri: Define enum __DRI_API_GLES3
Chad Versace
2013-01-15
2
-0
/
+2
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
1
-1
/
+1
*
scons: Update for xmlpool/options.h generation.
José Fonseca
2013-01-12
1
-0
/
+14
*
drirc: Add quirk to disable GLSL line continuations for Savage2
Carl Worth
2013-01-11
1
-0
/
+3
*
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
2013-01-11
1
-0
/
+5
*
driconf: Add proper dependency for compiling .mo files from .po files.
Carl Worth
2013-01-11
2
-21
/
+20
*
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
2013-01-11
5
-643
/
+54
*
driconf: Fix German translations by removing a couple of bogus backslashes
Carl Worth
2013-01-11
1
-2
/
+2
*
driconf: Fix gen_xmlpool.py script to allow running from any directory
Chad Versace
2013-01-11
2
-4
/
+18
*
driconf: Add some translations which have been available, but were not compiled
Carl Worth
2013-01-11
1
-8
/
+8
*
driconf: Add option definitions to source file, not generated target
Carl Worth
2013-01-11
1
-0
/
+10
*
drisw: fix up context and apis for software context
Dave Airlie
2012-12-09
1
-0
/
+16
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
2
-7
/
+7
*
dri: Use designated initializers for DRI extension structs
Chad Versace
2012-11-19
1
-27
/
+30
*
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
2
-101
/
+41
*
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
*
driconf: Remove force enable for NV_vertex_program.
Kenneth Graunke
2012-10-16
6
-32
/
+0
*
r200: Remove support for software-only NV_vertex_program.
Eric Anholt
2012-10-15
1
-5
/
+0
*
build: Set visibility CFLAGS in dri/common
Matt Turner
2012-10-01
1
-1
/
+2
*
dri_util: Use calloc to allocate __DRIcontext
Ian Romanick
2012-09-28
1
-1
/
+1
*
dri: Reuse dri_test.c for stub glapi symbols for unit testing.
Eric Anholt
2012-09-17
2
-1
/
+9
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-6
/
+3
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
2
-13
/
+13
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
1
-7
/
+7
*
xmlconfig: use __progname when building for Android
Tapani Pälli
2012-08-31
1
-1
/
+1
*
mesa/dri: Allow creation of forward-compatible contexts
Ian Romanick
2012-08-29
1
-5
/
+5
*
dri_util: Compare against the correct API enums
Ian Romanick
2012-08-14
1
-2
/
+2
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-0
/
+16
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
1
-0
/
+5
*
dri2: Fix bug in attribute handling for non-desktop OpenGL contexts
Ian Romanick
2012-08-06
1
-6
/
+17
*
drirc: Add disable_blend_func_extended workaround for Unigine OilRush.
Kenneth Graunke
2012-07-19
1
-0
/
+6
*
i965: Add a driconf option to disable GL_ARB_blend_func_extended.
Kenneth Graunke
2012-07-19
2
-0
/
+14
*
dri2: Hard-code the DRI2 version
Ian Romanick
2012-07-11
1
-1
/
+1
[next]