index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-01
mesa: binary cache size management
automatic_cache_mgmt
Tapani Pälli
1
-0
/
+97
2014-08-01
mesa: take shader program cache in to use
Tapani Pälli
2
-0
/
+11
2014-08-01
mesa/program: add disk cache functionality
Tapani Pälli
3
-0
/
+265
2014-08-01
mesa: add helpers for the binary shader cache
Tapani Pälli
1
-0
/
+6
2014-08-01
glsl: add method to deserialize binary program from given path
Tapani Pälli
2
-0
/
+21
2014-08-01
glsl: add capability to read/map files to memory_map
Tapani Pälli
1
-2
/
+68
2014-08-01
mesa: add _mesa_mkdir helper to imports.h
Tapani Pälli
1
-0
/
+18
2014-08-01
mesa: add _Linked helper to gl_shader_program struct
Tapani Pälli
3
-0
/
+5
2014-07-31
glsl: functions to deserialize gl_shader and gl_shader_program
Tapani Pälli
3
-0
/
+415
2014-07-31
mesa: introduce new driver API to create gl_program
Tapani Pälli
7
-10
/
+24
2014-07-31
glsl: functions to serialize gl_shader and gl_shader_program
Tapani Pälli
3
-0
/
+296
2014-07-31
mesa: iterate method for string_to_uint_map
Tapani Pälli
1
-0
/
+8
2014-07-31
glsl: ir_deserializer class for the binary shader cache
Tapani Pälli
3
-0
/
+852
2014-07-31
glsl: glsl_type deserialization
Tapani Pälli
2
-0
/
+121
2014-07-31
glsl: add MAX_NUM_STATE_SLOTS and check against builtin uniforms
Tapani Pälli
2
-0
/
+7
2014-07-31
glsl: export populate_symbol_table function
Tapani Pälli
2
-1
/
+4
2014-07-31
glsl: add MESA_SHADER_CACHE_MAGIC string for shader binary cache
Tapani Pälli
1
-0
/
+36
2014-07-31
glsl: memory_map helper class for data deserialization
Tapani Pälli
1
-0
/
+164
2014-07-31
glsl: serialize methods for IR instructions
Tapani Pälli
4
-0
/
+404
2014-07-31
glsl: glsl_type serialization
Tapani Pälli
2
-0
/
+64
2014-07-31
glsl: memory_writer helper class for data serialization
Tapani Pälli
1
-0
/
+204
2014-07-30
glapi: Do not use backtrace on DragonFly.
Vinson Lee
1
-1
/
+1
2014-07-31
gallivm: fix up out-of-bounds level when using conformant out-of-bound behavior
Roland Scheidegger
1
-0
/
+1
2014-07-30
dri: Add a new capabilities for drivers that can't share buffers
Giovanni Campagna
7
-12
/
+69
2014-07-30
gallium: Add a dumb drm/kms winsys backed swrast provider
Giovanni Campagna
14
-4
/
+564
2014-07-30
Add support for swrast to the DRM EGL platform
Giovanni Campagna
5
-48
/
+369
2014-07-30
st/gbm: don't segfault if the fail to create the screen
Emil Velikov
1
-1
/
+1
2014-07-30
st/gbm: retrieve the driver-name via dd_driver_name()
Emil Velikov
1
-0
/
+6
2014-07-30
glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC build
Brian Paul
2
-4
/
+4
2014-07-29
configure: Don't override user -g or -O options for debug builds
Ian Romanick
1
-2
/
+12
2014-07-29
glsl: Add flex options to eliminate the default rule
Carl Worth
1
-10
/
+1
2014-07-29
glsl/glcpp: Add flex options to eliminate the default rule.
Carl Worth
1
-1
/
+2
2014-07-29
glsl/glcpp: Combine the two rules matching any character
Carl Worth
1
-6
/
+6
2014-07-29
glsl/glcpp: Alphabetize lists of start conditions
Carl Worth
1
-3
/
+3
2014-07-29
glsl/glcpp: Add a catch-all rule for unexpected characters.
Carl Worth
1
-0
/
+13
2014-07-29
glsl/glcpp: Treat carriage return as equivalent to line feed.
Carl Worth
1
-9
/
+8
2014-07-29
glsl/glcpp: Add test for a multi-line comment within an #if 0 block
Carl Worth
2
-0
/
+14
2014-07-29
glsl/glcpp: Test that macro parameters substitute immediately after periods
Carl Worth
2
-0
/
+8
2014-07-29
glsl/glcpp: Add (non)-support for ++ and -- operators
Carl Worth
4
-1
/
+33
2014-07-29
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
Carl Worth
3
-0
/
+35
2014-07-29
glsl/glcpp: Add an explanatory comment for "loc != NULL" check
Carl Worth
1
-0
/
+4
2014-07-29
glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IF
Carl Worth
2
-38
/
+39
2014-07-29
glsl: Properly lex extra tokens when handling # directives.
Kenneth Graunke
1
-0
/
+1
2014-07-29
glsl: Add an internal-error catch-all rule
Carl Worth
1
-0
/
+13
2014-07-29
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
16
-110
/
+242
2014-07-29
glsl/glcpp: Rename HASH token to HASH_TOKEN
Carl Worth
2
-5
/
+8
2014-07-29
glsl/glcpp: Don't use start-condition stack when switching to/from <DEFINE>
Carl Worth
1
-3
/
+3
2014-07-29
glsl/glcpp: Add a -d/--debug option to the standalone glcpp program
Carl Worth
2
-1
/
+7
2014-07-29
glsl/glcpp: Fix off-by-one error in column in first-line error messages
Carl Worth
17
-19
/
+19
2014-07-29
glsl/glcpp: Minor tweak to wording of error message
Carl Worth
3
-3
/
+3
[next]