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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glapi: Do not use backtrace on DragonFly.
Vinson Lee
2014-07-30
1
-1
/
+1
*
gallivm: fix up out-of-bounds level when using conformant out-of-bound behavior
Roland Scheidegger
2014-07-31
1
-0
/
+1
*
dri: Add a new capabilities for drivers that can't share buffers
Giovanni Campagna
2014-07-30
6
-11
/
+53
*
gallium: Add a dumb drm/kms winsys backed swrast provider
Giovanni Campagna
2014-07-30
12
-4
/
+557
*
Add support for swrast to the DRM EGL platform
Giovanni Campagna
2014-07-30
5
-48
/
+369
*
st/gbm: don't segfault if the fail to create the screen
Emil Velikov
2014-07-30
1
-1
/
+1
*
st/gbm: retrieve the driver-name via dd_driver_name()
Emil Velikov
2014-07-30
1
-0
/
+6
*
glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC build
Brian Paul
2014-07-30
2
-4
/
+4
*
glsl: Add flex options to eliminate the default rule
Carl Worth
2014-07-29
1
-10
/
+1
*
glsl/glcpp: Add flex options to eliminate the default rule.
Carl Worth
2014-07-29
1
-1
/
+2
*
glsl/glcpp: Combine the two rules matching any character
Carl Worth
2014-07-29
1
-6
/
+6
*
glsl/glcpp: Alphabetize lists of start conditions
Carl Worth
2014-07-29
1
-3
/
+3
*
glsl/glcpp: Add a catch-all rule for unexpected characters.
Carl Worth
2014-07-29
1
-0
/
+13
*
glsl/glcpp: Treat carriage return as equivalent to line feed.
Carl Worth
2014-07-29
1
-9
/
+8
*
glsl/glcpp: Add test for a multi-line comment within an #if 0 block
Carl Worth
2014-07-29
2
-0
/
+14
*
glsl/glcpp: Test that macro parameters substitute immediately after periods
Carl Worth
2014-07-29
2
-0
/
+8
*
glsl/glcpp: Add (non)-support for ++ and -- operators
Carl Worth
2014-07-29
4
-1
/
+33
*
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
Carl Worth
2014-07-29
3
-0
/
+35
*
glsl/glcpp: Add an explanatory comment for "loc != NULL" check
Carl Worth
2014-07-29
1
-0
/
+4
*
glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IF
Carl Worth
2014-07-29
2
-38
/
+39
*
glsl: Properly lex extra tokens when handling # directives.
Kenneth Graunke
2014-07-29
1
-0
/
+1
*
glsl: Add an internal-error catch-all rule
Carl Worth
2014-07-29
1
-0
/
+13
*
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
2014-07-29
16
-110
/
+242
*
glsl/glcpp: Rename HASH token to HASH_TOKEN
Carl Worth
2014-07-29
2
-5
/
+8
*
glsl/glcpp: Don't use start-condition stack when switching to/from <DEFINE>
Carl Worth
2014-07-29
1
-3
/
+3
*
glsl/glcpp: Add a -d/--debug option to the standalone glcpp program
Carl Worth
2014-07-29
2
-1
/
+7
*
glsl/glcpp: Fix off-by-one error in column in first-line error messages
Carl Worth
2014-07-29
17
-19
/
+19
*
glsl/glcpp: Minor tweak to wording of error message
Carl Worth
2014-07-29
3
-3
/
+3
*
glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.
Carl Worth
2014-07-29
3
-63
/
+99
*
glsl/glcpp: Abstract a bit of common code for returning string tokens
Carl Worth
2014-07-29
1
-22
/
+18
*
glsl/glcpp: Drop extra, final newline from most output
Carl Worth
2014-07-29
130
-165
/
+51
*
glsl/glcpp: Add testing for EOF sans newline (and fix for <DEFINE>, <COMMENT>)
Carl Worth
2014-07-29
7
-2
/
+13
*
glsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
Carl Worth
2014-07-29
1
-4
/
+0
*
glsl/glcpp: Add support for comments between #define and macro identifier
Carl Worth
2014-07-29
3
-2
/
+41
*
glsl/glcpp: Emit proper error for #define with a non-identifier
Carl Worth
2014-07-29
3
-0
/
+9
*
glsl/glcpp: Add testing for directives preceded by a space
Carl Worth
2014-07-29
2
-0
/
+43
*
glsl/glcpp: Fix to emit spaces following directives
Carl Worth
2014-07-29
2
-2
/
+3
*
main/get_hash_params: Add GL_SAMPLE_SHADING_ARB
Jason Ekstrand
2014-07-29
1
-0
/
+1
*
os_process.c: Add cygwin as an expected platform
Yaakov Selkowitz
2014-07-29
1
-2
/
+2
*
xmlconfig: Use program_invocation_short_name when building for cygwin
Yaakov Selkowitz
2014-07-29
1
-0
/
+2
*
svga: remove unneeded depth==1 assertion in svga_texture_view_surface()
Brian Paul
2014-07-29
1
-1
/
+0
*
st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.
José Fonseca
2014-07-29
1
-2
/
+4
*
gallium/radeon: Add some Emacs .dir-locals.el files
Michel Dänzer
2014-07-29
4
-0
/
+45
*
ilo: fix fb height of HiZ ops
Chia-I Wu
2014-07-29
1
-1
/
+1
*
glapi: add indexed blend functions (GL 4.0)
Tapani Pälli
2014-07-28
2
-5
/
+31
*
r600g,radeonsi: switch all occurences of array_size to util_max_layer
Marek Olšák
2014-07-28
3
-6
/
+10
*
radeonsi: fix occlusion queries on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+7
*
winsys/radeon: fix vram_size overflow with Hawaii
Marek Olšák
2014-07-28
3
-5
/
+7
*
radeonsi: fix a hang with streamout on Hawaii
Marek Olšák
2014-07-28
2
-1
/
+14
*
radeonsi: fix a hang with instancing on Hawaii
Marek Olšák
2014-07-28
1
-1
/
+15
[prev]
[next]