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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
targets/osmesa: hide osmesa_create_screen
Emil Velikov
2014-05-02
1
-1
/
+3
*
targets/pipe-loader: drop driver_descriptor symbol from swrast
Emil Velikov
2014-05-02
2
-4
/
+2
*
mesa: add extra null checks in vbo_rebase_prims()
Juha-Pekka Heikkila
2014-05-02
1
-2
/
+21
*
mesa: add missing null checks in _tnl_register_fastpath()
Juha-Pekka Heikkila
2014-05-02
1
-2
/
+12
*
mesa: Add _mesa_error_no_memory for logging out-of-memory messages
Ian Romanick
2014-05-02
5
-3
/
+52
*
glsl: make static constant variables "static const"
Chia-I Wu
2014-05-02
6
-38
/
+39
*
i965: Enable INTEL_performance_query for Gen5+.
Petri Latvala
2014-05-02
1
-1
/
+3
*
mesa: Implement INTEL_performance_query.
Petri Latvala
2014-05-02
1
-46
/
+441
*
mesa: Add core support for the GL_INTEL_performance_query extension.
Petri Latvala
2014-05-02
11
-1
/
+399
*
mesa: Add INTEL_performance_query enums to tests/enum_strings.cpp
Petri Latvala
2014-05-02
1
-0
/
+18
*
nouveau: add ARB_buffer_storage support
Ilia Mirkin
2014-05-02
10
-5
/
+112
*
nouveau: remove cb_dirty, it's never used
Ilia Mirkin
2014-05-02
2
-4
/
+1
*
nvc0: treat non-linear 2DRect textures the same as 2D
Ilia Mirkin
2014-05-02
1
-1
/
+1
*
mesa/st: enable carry/borrow lowering pass
Ilia Mirkin
2014-05-02
1
-0
/
+2
*
glsl: add lowering passes for carry/borrow
Ilia Mirkin
2014-05-02
2
-0
/
+60
*
mesa: Eliminate gl_shader_program::InternalSeparateShader
Ian Romanick
2014-05-02
3
-14
/
+2
*
mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
Ian Romanick
2014-05-02
7
-6
/
+331
*
glsl: Sort the list of extensions
Ian Romanick
2014-05-02
2
-62
/
+85
*
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
2014-05-02
9
-209
/
+11
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
8
-20
/
+8
*
sso: Add display list support for ARB_separate_shader_objects new functions
Ian Romanick
2014-05-02
1
-0
/
+911
*
linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...
Ian Romanick
2014-05-02
2
-20
/
+103
*
linker: Sort shader I/O variables into a canonical order
Ian Romanick
2014-05-02
1
-4
/
+74
*
linker: Allow geometry shader without vertex shader for separable programs
Ian Romanick
2014-05-02
1
-1
/
+2
*
linker: Assign varying locations for separable programs
Ian Romanick
2014-05-02
2
-3
/
+30
*
linker: Allow consumer stage or producer stage to be NULL
Ian Romanick
2014-05-02
1
-25
/
+46
*
linker: Refactor code that gets an input matching an output
Ian Romanick
2014-05-02
2
-17
/
+114
*
glsl: Exit when the shader IR contains an interface block instance
Ian Romanick
2014-05-02
2
-31
/
+63
*
glsl/tests: Add first simple tests of populate_consumer_input_sets
Ian Romanick
2014-05-02
2
-1
/
+248
*
linker: Refactor code that builds hash tables of varyings during linking
Ian Romanick
2014-05-02
1
-20
/
+33
*
meta: Fix saving the program pipeline state
Ian Romanick
2014-05-02
2
-34
/
+53
*
mesa/sso: Refactor new function _mesa_bind_pipeline
Ian Romanick
2014-05-02
2
-3
/
+14
*
linker: Make lower_packed_varyings work with explicit locations
Ian Romanick
2014-05-02
1
-1
/
+6
*
glsl: Remove varying "base" parameters
Ian Romanick
2014-05-02
3
-35
/
+20
*
glsl: Constify parameter to a couple varying_matches methods
Ian Romanick
2014-05-02
1
-4
/
+4
*
clover: Add a stub implementation of clCreateImage() v3
Tom Stellard
2014-05-02
4
-2
/
+21
*
mesa: Enable ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+1
*
mesa: Implement glBindImageTextures
Fredrik Höglund
2014-05-02
1
-0
/
+138
*
mesa: Implement glBindVertexBuffers
Fredrik Höglund
2014-05-02
1
-0
/
+113
*
mesa: Implement glBindBuffersRange
Fredrik Höglund
2014-05-02
1
-0
/
+367
*
mesa: Implement glBindBuffersBase
Fredrik Höglund
2014-05-02
1
-0
/
+365
*
mesa: Add _mesa_set_transform_feedback_binding()
Fredrik Höglund
2014-05-02
2
-9
/
+15
*
mesa: Refactor set_ubo_binding()
Fredrik Höglund
2014-05-02
1
-14
/
+40
*
mesa: Add helper functions for looking up multiple buffers
Fredrik Höglund
2014-05-02
2
-0
/
+86
*
mesa: Refactor set_atomic_buffer_binding()
Fredrik Höglund
2014-05-02
1
-16
/
+40
*
mesa: Implement glBindTextures
Fredrik Höglund
2014-05-02
1
-0
/
+120
*
mesa: Add a texUnit parameter to dd_function_table::BindTexture
Fredrik Höglund
2014-05-02
3
-8
/
+8
*
mesa: Add helper functions for looking up multiple textures
Fredrik Höglund
2014-05-02
2
-0
/
+30
*
mesa: Implement glBindSamplers
Fredrik Höglund
2014-05-02
1
-0
/
+115
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
14
-0
/
+123
[prev]
[next]