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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nir-spirv' into vulkan
Jason Ekstrand
2015-09-04
1
-0
/
+1
|
\
|
*
nir: Add a lower_fdiv option and use it in i965
Jason Ekstrand
2015-09-04
1
-0
/
+1
|
*
mesa: Move gl_vert_attrib from mtypes.h to shader_enums.h
Jason Ekstrand
2015-08-31
1
-107
/
+0
|
*
glsl: Add GLSL_TYPE_FUNCTION to the base types enums
Jason Ekstrand
2015-08-31
4
-0
/
+5
*
|
vk: Further reduce diff to master
Kristian Høgsberg Kristensen
2015-09-04
3
-20
/
+8
*
|
vk: Remove various hacks/scaffolding code
Kristian Høgsberg Kristensen
2015-09-03
6
-92
/
+4
*
|
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-08-31
39
-744
/
+1101
|
\
|
|
*
mesa/texformat: use format conversion function in _mesa_choose_tex_format
vulkan-protex-2015.09.24.r01-base
Nanley Chery
2015-08-31
1
-81
/
+13
|
*
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
2015-08-31
1
-2
/
+2
|
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
2
-4
/
+6
|
*
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2015-08-31
2
-0
/
+15
|
*
st/mesa: move to renumbering registers in a group
Dave Airlie
2015-08-31
1
-19
/
+38
|
*
st/mesa: reduce time spent in calculating temp read/writes
Dave Airlie
2015-08-31
1
-74
/
+79
|
*
st/mesa: cache tgsi opcode info in the instruction
Dave Airlie
2015-08-31
1
-23
/
+16
|
*
glsl: provide the option of using BFE for unpack builting lowering
Ilia Mirkin
2015-08-28
1
-1
/
+2
|
*
glsl: use bitfield_insert instead of and + shift + or for packing
Ilia Mirkin
2015-08-28
1
-0
/
+3
|
*
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
2015-08-28
3
-92
/
+0
|
*
i965/fs: Replace awful variable names.
Matt Turner
2015-08-28
1
-40
/
+40
|
*
i965/fs: Skip blocks in register coalescing interference check.
Matt Turner
2015-08-28
1
-14
/
+20
|
*
i965/fs: Improve register coalescing interference check.
Matt Turner
2015-08-28
1
-8
/
+11
|
*
i965/fs: Use overwrites_reg() instead of dst.equals().
Matt Turner
2015-08-28
1
-2
/
+2
|
*
i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.
Matt Turner
2015-08-28
2
-3
/
+6
|
*
i965/fs: Do not set the size for zero-size uniforms
Marta Lofstedt
2015-08-28
1
-3
/
+4
|
*
mesa: return old name for deleted samplers for SAMPLER_BINDING queries
Daniel Scharrer
2015-08-28
1
-10
/
+1
|
*
mesa: add missing queries for ARB_direct_state_access
Daniel Scharrer
2015-08-28
2
-0
/
+98
|
*
mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_array
Ilia Mirkin
2015-08-28
1
-0
/
+3
|
*
i965/nir: Make use of nir_opt_undef
Boyan Ding
2015-08-27
1
-0
/
+2
|
*
mesa: rename rowStride to imageStride in texturesubimage()
Brian Paul
2015-08-27
1
-4
/
+4
|
*
mesa: only copy the requested teximage faces
Ilia Mirkin
2015-08-27
1
-2
/
+2
|
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
1
-1
/
+1
|
*
st/mesa: use PROGRAM_ARRAY for storing structs containing arrays
Brian Paul
2015-08-27
1
-3
/
+29
|
*
i965/fs: Split VGRFs after lowering pull constants
Jason Ekstrand
2015-08-27
1
-2
/
+2
|
*
i964/fs: Refactor assign_constant_locations
Jason Ekstrand
2015-08-27
1
-46
/
+40
|
*
i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.
Kenneth Graunke
2015-08-27
1
-1
/
+1
|
*
mesa: enable enums for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
3
-5
/
+6
|
*
mesa: Add extension enable for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-0
/
+1
|
*
swrast: add a new macro, FETCH_COMPRESSED
Nanley Chery
2015-08-26
1
-198
/
+41
|
*
mesa: return bool instead of GLboolean in compressedteximage_only_format()
Nanley Chery
2015-08-26
1
-3
/
+3
|
*
i965: refactor miptree alignment calculation code
Nanley Chery
2015-08-26
1
-55
/
+30
|
*
i965: change the meaning of cpp for compressed textures
Nanley Chery
2015-08-26
4
-35
/
+15
|
*
i965: correct mt->align_h for 2D textures on Skylake
Nanley Chery
2015-08-26
1
-3
/
+8
|
*
i965: use ALIGN_NPOT for setting ASTC mipmap layouts
Nanley Chery
2015-08-26
2
-15
/
+15
|
*
mesa/macros: move ALIGN_NPOT to macros.h
Nanley Chery
2015-08-26
2
-6
/
+10
|
*
mesa/macros: add power-of-two assertions for alignment macros
Nanley Chery
2015-08-26
2
-3
/
+13
|
*
i965/surface_formats: add support for 2D ASTC surface formats
Nanley Chery
2015-08-26
2
-0
/
+119
|
*
mesa/teximage: return the base internal format of the ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+4
|
*
mesa/teximage: accept ASTC formats for 3D texture specification
Nanley Chery
2015-08-26
1
-7
/
+56
|
*
mesa/texcompress: enable translation between MESA and GL ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+114
|
*
mesa/glformats: recognize ASTC formats as compressed
Nanley Chery
2015-08-26
1
-0
/
+29
|
*
mesa: add ASTC extensions to the extensions table
Nanley Chery
2015-08-26
2
-0
/
+4
[next]