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
*
mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently
9.2-branchpoint
Tomasz Lis
2013-07-18
6
-6
/
+36
*
st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.
Kenneth Graunke
2013-07-18
1
-0
/
+1
*
i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.
Kenneth Graunke
2013-07-18
1
-0
/
+1
*
glsl: Handle the binding qualifier for UBO variables.
Kenneth Graunke
2013-07-18
1
-0
/
+10
*
glsl: Propagate UBO binding qualifier into UBO member variables.
Kenneth Graunke
2013-07-18
1
-0
/
+7
*
glsl: Handle the binding qualifier for arrays of samplers.
Kenneth Graunke
2013-07-18
1
-0
/
+25
*
glsl: Add plumbing for handling uniform binding qualifiers.
Kenneth Graunke
2013-07-18
1
-3
/
+23
*
glsl: Delete unused code for handling samplers in array-initializers.
Kenneth Graunke
2013-07-18
1
-14
/
+0
*
glsl: Cross-validate explicit binding points.
Kenneth Graunke
2013-07-18
1
-0
/
+19
*
glsl: Propagate explicit binding information from AST to IR.
Kenneth Graunke
2013-07-18
1
-2
/
+5
*
glsl: Add ir_variable fields for explicit bindings.
Kenneth Graunke
2013-07-18
2
-0
/
+17
*
glsl: Add validation for the "binding" qualifier.
Kenneth Graunke
2013-07-18
1
-0
/
+81
*
glsl: Parse the "binding" keyword and store it in ast_type_qualifier.
Kenneth Graunke
2013-07-18
3
-1
/
+25
*
glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.
Kenneth Graunke
2013-07-18
1
-1
/
+2
*
glsl: Use has_layout() rather than a partial open coded version.
Kenneth Graunke
2013-07-18
1
-7
/
+1
*
glsl: Relax auxiliary storage ordering requirements with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+2
*
glsl: Handle centroid qualifier ordering in C code, not the parser.
Kenneth Graunke
2013-07-18
1
-20
/
+30
*
glsl: Allow precision qualifiers to be flexibly ordered with 420pack.
Kenneth Graunke
2013-07-18
1
-2
/
+2
*
glsl: Move precision handling to be part of qualifier handling.
Kenneth Graunke
2013-07-18
3
-36
/
+52
*
glsl: Change is_precision_statement to default_precision != none.
Kenneth Graunke
2013-07-18
3
-7
/
+8
*
glsl: Disable ordering checks for const parameters with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Handle "const" as a parameter qualifier.
Kenneth Graunke
2013-07-18
1
-29
/
+14
*
glsl: Refactor parameter qualifier handling.
Kenneth Graunke
2013-07-18
1
-1
/
+12
*
glsl: Use merge_qualifier() when processing qualifier lists.
Kenneth Graunke
2013-07-18
1
-3
/
+3
*
glsl: Allow duplicate layout qualifiers with 420pack.
Kenneth Graunke
2013-07-18
1
-1
/
+1
*
glsl: Disable ordering checks on most qualifiers for 420pack.
Kenneth Graunke
2013-07-18
1
-2
/
+3
*
glsl: Handle most qualifier ordering in C code rather than the grammar.
Kenneth Graunke
2013-07-18
1
-18
/
+92
*
glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method.
Kenneth Graunke
2013-07-18
2
-0
/
+11
*
glsl: Add a new ast_type_qualifier::has_storage() method.
Kenneth Graunke
2013-07-18
2
-0
/
+16
*
glsl: Add a new ast_type_qualifier::has_layout() method.
Kenneth Graunke
2013-07-18
2
-0
/
+23
*
i965: Combine URB code emission into a single group.
Kenneth Graunke
2013-07-18
1
-10
/
+2
*
i965/hsw: Change L3 MOCS for depth, hiz, and stencil
Chad Versace
2013-07-18
2
-4
/
+9
*
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
Chad Versace
2013-07-18
3
-3
/
+9
*
i965/hsw: Change L3 MOCS of SURFACE_STAT
Chad Versace
2013-07-18
2
-2
/
+8
*
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
Chad Versace
2013-07-18
2
-0
/
+6
*
glx: Enable floating-point fbconfig extensions
Tomasz Lis
2013-07-18
2
-0
/
+4
*
egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE
Ian Romanick
2013-07-18
1
-1
/
+1
*
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
2013-07-18
3
-8
/
+8
*
glx: Require proper drawableType in init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-1
/
+6
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
7
-1
/
+59
*
glx: Store the RENDER_TYPE in indirect rendering
Tomasz Lis
2013-07-18
6
-25
/
+41
*
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-4
/
+28
*
glx: Changes to visual configs initialization.
Tomasz Lis
2013-07-18
2
-5
/
+30
*
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
Tomasz Lis
2013-07-18
4
-13
/
+13
*
glx: Store the value of renderType while creating context
Tomasz Lis
2013-07-18
4
-2
/
+17
*
i965: Add #defines for Memory Object Control State fields on Gen7-7.5.
Kenneth Graunke
2013-07-18
1
-0
/
+26
*
glsl/linker: Use correct array length when linking inter-stage uniforms and v...
Fabian Bieler
2013-07-18
1
-1
/
+1
*
gen_matypes: fix cross-compiling with gcc
Mike Frysinger
2013-07-18
3
-6
/
+49
*
builtin_compiler/build: Avoid using libtool if cross compiling
Jonathan Liu
2013-07-18
1
-0
/
+13
*
i965: Add MOCS shift and mask for SURFACE_STATE entries.
Kenneth Graunke
2013-07-18
1
-0
/
+3
[next]