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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
shader_enums: Add enums for gl_GlobalInvocationID and gl_LocalInvocationIndex
Jason Ekstrand
2015-12-15
2
-0
/
+4
*
nir/lower_system_values: Refactor and use the builder.
Jason Ekstrand
2015-12-15
1
-29
/
+31
*
nir/builder: Add a load_system_value helper
Jason Ekstrand
2015-12-15
2
-10
/
+15
*
nir/lower_system_values: Stop supporting non-SSA
Jason Ekstrand
2015-12-15
1
-8
/
+6
*
isl: Add func isl_surf_get_image_offset_sa
Chad Versace
2015-12-15
5
-2
/
+357
*
isl: Fix calculation of array pitch for layout GEN4_2D
Chad Versace
2015-12-15
1
-0
/
+1
*
isl: Move it a standalone directory
Chad Versace
2015-12-15
22
-28
/
+75
*
vec4/generator: Actually pass the sampler into generate_tex
Jason Ekstrand
2015-12-14
1
-1
/
+1
*
anv: Rename gs_vec4 to gs_kernel
Jordan Justen
2015-12-14
4
-9
/
+9
*
nir/spirv_to_nir: Use a minimum of 1 for GS invocations
Jordan Justen
2015-12-14
1
-1
/
+1
*
anv: Fix CUBE storage images
Jason Ekstrand
2015-12-14
2
-6
/
+14
*
anv: Add support for storage texel buffers
Jason Ekstrand
2015-12-14
5
-13
/
+78
*
anv: Pass an isl_format into fill_buffer_surface_state
Jason Ekstrand
2015-12-14
6
-12
/
+13
*
anv/cmd_buffer: Gen 8 requires 64 byte alignment for push constant data
Jordan Justen
2015-12-14
1
-2
/
+6
*
anv: Add initial support for cube maps
Jason Ekstrand
2015-12-14
2
-4
/
+4
*
anv/buffer_view: Store a bo + offset instead of buffer pointer
Jason Ekstrand
2015-12-14
3
-5
/
+9
*
anv: Remove anv_image::surface_type
Chad Versace
2015-12-14
4
-15
/
+50
*
anv/meta: Fix VkImageViewType
Chad Versace
2015-12-14
3
-27
/
+17
*
isl: Rename s/lod_align/image_align/ for consistency
Chad Versace
2015-12-14
14
-141
/
+147
*
anv/tests: gitignore block_pool_no_free
Chad Versace
2015-12-14
1
-0
/
+1
*
anv: Fix build for unit tests
Chad Versace
2015-12-14
1
-7
/
+24
*
anv: Add initial support for texel buffers
Jason Ekstrand
2015-12-12
5
-18
/
+66
*
i965/nir: Provide a default LOD for buffer textures
Jason Ekstrand
2015-12-12
2
-0
/
+8
*
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-12-11
18
-71
/
+652
|
\
|
*
i965/fs: Use the correct source for local memory load offsets
Jason Ekstrand
2015-12-11
1
-1
/
+1
|
*
i965: Add Gen8+ tessellation control shader state (3DSTATE_HS).
Kenneth Graunke
2015-12-11
1
-13
/
+51
|
*
i965: Add Gen7+ tessellation engine state (3DSTATE_TE).
Kenneth Graunke
2015-12-11
1
-8
/
+28
|
*
i965: Add Gen8+ tessellation evaluation shader state (3DSTATE_DS).
Kenneth Graunke
2015-12-11
1
-7
/
+59
|
*
i965: Add tessellation shader push constant support.
Kenneth Graunke
2015-12-11
7
-29
/
+63
|
*
i965: Add tessellation shader sampler support.
Kenneth Graunke
2015-12-11
4
-1
/
+51
|
*
i965: Add tessellation shader surface support.
Kenneth Graunke
2015-12-11
10
-11
/
+389
|
*
i965: Make fs_visitor::emit_urb_writes set EOT for TES as well.
Kenneth Graunke
2015-12-11
1
-1
/
+1
|
*
i965: Don't hardcode g1 for URB handles in fs_visitor::emit_urb_writes().
Kenneth Graunke
2015-12-11
1
-4
/
+5
|
*
i965: Make brw_set_message_descriptor() non-static.
Kenneth Graunke
2015-12-11
2
-1
/
+9
*
|
gen8/pipeline: Support vec4 vertex shaders
Jason Ekstrand
2015-12-11
1
-3
/
+6
*
|
Revert "i965/HACK: Build brw_cs into libcompiler"
Kristian Høgsberg Kristensen
2015-12-11
1
-2
/
+2
*
|
Merge ../mesa into vulkan
Kristian Høgsberg Kristensen
2015-12-11
90
-1115
/
+1478
|
\
|
|
*
i965: Move brw_cs_fill_local_id_payload() to libi965_compiler
Kristian Høgsberg Kristensen
2015-12-11
4
-40
/
+43
|
*
vc4: Add quick algebraic optimization for clamping of unpacked values.
Eric Anholt
2015-12-11
1
-0
/
+18
|
*
vc4: When doing algebraic optimization into a MOV, use the right MOV.
Eric Anholt
2015-12-11
1
-1
/
+6
|
*
vc4: Fix handling of src packs on in qir_follow_movs().
Eric Anholt
2015-12-11
1
-2
/
+8
|
*
vc4: Add missing progress note in opt_algebraic.
Eric Anholt
2015-12-11
1
-0
/
+1
|
*
vc4: Add debugging of the estimated time to run the shader to shader-db.
Eric Anholt
2015-12-11
3
-17
/
+50
|
*
vc4: Fix handling of sample_mask output.
Eric Anholt
2015-12-11
2
-6
/
+6
|
*
softpipe: enable GL_ARB_viewport_array support, update GL3.txt doc
Edward O'Callaghan
2015-12-11
2
-2
/
+2
|
*
softpipe: implement some support for multiple viewports
Edward O'Callaghan
2015-12-11
8
-52
/
+112
|
*
draw: don't assume fixed offset for data in struct vertex_info
Roland Scheidegger
2015-12-11
1
-5
/
+3
|
*
i965/gen9: Don't do fast clears when GL_FRAMEBUFFER_SRGB is enabled
Neil Roberts
2015-12-11
1
-0
/
+11
|
*
i965/gen9: Allow fast clears for non-MSRT SRGB buffers
Neil Roberts
2015-12-11
1
-1
/
+2
|
*
i965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFFER_SRGB enabled
Neil Roberts
2015-12-11
1
-0
/
+27
[prev]
[next]