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: improve free() cleanup in generate_mipmap_compressed()
Brian Paul
2013-08-05
1
-10
/
+7
*
i965/vs: Put lod parameter in the correct place for Gen4
Chris Forbes
2013-08-05
1
-1
/
+1
*
i965/vs: set up sampler state pointer for Gen4/5.
Chris Forbes
2013-08-05
1
-6
/
+21
*
st/mesa: fix opcode translation for ARB_shader_bit_encoding functions
Marek Olšák
2013-08-05
1
-0
/
+7
*
gallium/postprocessing: convert blits to pipe->blit
Marek Olšák
2013-08-05
5
-25
/
+54
*
gallium/postprocessing: fix shader parsing
Marek Olšák
2013-08-05
1
-2
/
+2
*
mesa: default texture buffer format should be R8 in the core profile
Marek Olšák
2013-08-05
1
-2
/
+2
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-08-05
8
-10
/
+12
*
st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support
Marek Olšák
2013-08-05
2
-0
/
+15
*
Revert "r300g: Give CLIP_DISABLE another try"
Marek Olšák
2013-08-05
2
-3
/
+2
*
glsl: Less const for glsl_type convenience accessors
Ian Romanick
2013-08-05
2
-8
/
+8
*
glsl: Disallow auxiliary storage qualifiers on FS outputs.
Kenneth Graunke
2013-08-05
1
-0
/
+14
*
glsl: Classify "layout" like other identifiers.
Kenneth Graunke
2013-08-05
1
-1
/
+1
*
i965/vs: Fix flaky texture swizzling
Chris Forbes
2013-08-05
1
-1
/
+1
*
gallium/vl: add prime support
Dave Airlie
2013-08-05
1
-1
/
+19
*
Revert "i965: Delete pre-DRI2.3 viewport hacks."
Kenneth Graunke
2013-08-05
3
-1
/
+25
*
glsl: Handle empty if statement encountered during loop analysis.
Paul Berry
2013-08-05
1
-1
/
+2
*
mesa: implement mipmap generation for compressed 2D array textures
Brian Paul
2013-08-05
1
-16
/
+43
*
meta: handle 2D texture arrays in decompress_texture_image()
Brian Paul
2013-08-05
1
-2
/
+21
*
mesa: handle 2D texture arrays in get_tex_rgba_compressed()
Brian Paul
2013-08-05
1
-28
/
+24
*
clover: Respect kernel argument alignment restrictions.
Francisco Jerez
2013-08-05
2
-2
/
+19
*
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2013-08-05
2
-4
/
+56
*
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
2013-08-05
1
-37
/
+65
*
clover: Add kernel argument fields to allow differing host/target data types.
Francisco Jerez
2013-08-05
1
-2
/
+23
*
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2013-08-05
2
-84
/
+61
*
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
2013-08-05
3
-1
/
+8
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-08-05
14
-1
/
+38
*
nvc0: force use of correct firmware file
Maarten Lankhorst
2013-08-03
1
-1
/
+1
*
nv50: fix some h264 interlaced decoding on vp2
Ilia Mirkin
2013-08-03
2
-7
/
+8
*
nv50,nvc0: s/uint16/uint32 for constant buffer offset
Christoph Bumiller
2013-07-25
2
-2
/
+2
*
Apple: glFlush() is not needed with CGLFlushDrawable()
Jeremy Huddleston Sequoia
2013-07-20
1
-2
/
+0
*
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
[prev]
[next]