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: remove separate enable for KHR_robust_buffer_access_behavior
Ilia Mirkin
2016-05-23
3
-3
/
+1
*
glsl: add support for explicit components to frag outputs
Timothy Arceri
2016-05-24
1
-10
/
+62
*
mesa: add view classes for 3d astc formats
Ilia Mirkin
2016-05-23
1
-2
/
+26
*
glsl: add EXT_clip_cull_distance support based on ARB_cull_distance
Ilia Mirkin
2016-05-23
5
-21
/
+34
*
nvc0: expose robust buffer access
Ilia Mirkin
2016-05-23
1
-1
/
+1
*
i965: Use ISL for surface format introspection
Jason Ekstrand
2016-05-23
7
-387
/
+19
*
anv/formats: Use isl_format_supports* for format introspection
Jason Ekstrand
2016-05-23
1
-22
/
+19
*
isl: Add per-gen format introspection
Jason Ekstrand
2016-05-23
2
-0
/
+399
*
isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format
Jason Ekstrand
2016-05-23
2
-0
/
+2
*
isl: Add support for quering the string name of a format
Jason Ekstrand
2016-05-23
2
-1
/
+9
*
i965: Enable ARB/KHR_robust_buffer_access_behavior on BYT and HSW+
Jason Ekstrand
2016-05-23
1
-0
/
+5
*
main: Add extension enable bits for KHR_robust_buffer_access_behavior
Jason Ekstrand
2016-05-23
2
-0
/
+2
*
nir/lower_samplers: Protect against sampler index overflow
Jason Ekstrand
2016-05-23
1
-3
/
+6
*
glsl: Add an option to clamp block indices when lowering UBO/SSBOs
Jason Ekstrand
2016-05-23
5
-6
/
+39
*
glsl/linker: Add a helper variable for compiler options
Jason Ekstrand
2016-05-23
1
-2
/
+5
*
i965/draw: Use the real size for index buffers
Jason Ekstrand
2016-05-23
3
-3
/
+8
*
i965/draw: Use the real size for vertex buffers
Jason Ekstrand
2016-05-23
3
-2
/
+17
*
i965/draw: Use 3-channel formats for vertex fetch when possible.
Jason Ekstrand
2016-05-23
1
-11
/
+37
*
i965/surface_formats: Update the VB column for new formats added on BYT
Jason Ekstrand
2016-05-23
1
-20
/
+20
*
i965/draw: Properly handle rounding when dividing by InstanceDivisor
Jason Ekstrand
2016-05-23
1
-2
/
+2
*
i965/draw: Account for BaseInstance in VBO bounds
Jason Ekstrand
2016-05-23
3
-2
/
+5
*
i965/draw: Use worst-case VBO bounds if brw->num_instances == 0
Jason Ekstrand
2016-05-23
1
-9
/
+10
*
i965/draw: Delay when we get the bo for vertex buffers
Jason Ekstrand
2016-05-23
1
-22
/
+49
*
i965/draw: Stop relying on min_index == -1 for invalid index bounds
Jason Ekstrand
2016-05-23
3
-3
/
+7
*
vbo: Declare the index range invalid for DrawTransformFeedback
Jason Ekstrand
2016-05-23
1
-1
/
+1
*
vbo: Declare the index range invalid for DrawIndirect
Jason Ekstrand
2016-05-23
1
-1
/
+1
*
mesa/teximage: fix GL_FLOAT in comment
Ilia Mirkin
2016-05-23
1
-1
/
+1
*
glsl: fix explicit location validation for doubles
Timothy Arceri
2016-05-24
1
-1
/
+3
*
st/mesa: reenable culling
Dave Airlie
2016-05-24
1
-1
/
+1
*
i965: reenable ARB_cull_distance.
Dave Airlie
2016-05-24
1
-1
/
+1
*
glsl: rewrite clip/cull distance lowering pass
Dave Airlie
2016-05-24
3
-63
/
+170
*
glsl: make max array trackers ints and use -1 as base. (v2)
Dave Airlie
2016-05-24
10
-35
/
+32
*
anv/formats: Make alpha blending a property of render targets
Nanley Chery
2016-05-23
1
-4
/
+2
*
i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORM
Nanley Chery
2016-05-23
1
-1
/
+1
*
i965: deindent blorp code.
Dave Airlie
2016-05-24
1
-9
/
+9
*
glsl: reindent line in ast_function.cpp
Dave Airlie
2016-05-24
1
-1
/
+1
*
mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometry
Ilia Mirkin
2016-05-23
1
-2
/
+2
*
mesa: allow xfb to be active in GLES when geometry shader is enabled.
Ilia Mirkin
2016-05-23
1
-2
/
+4
*
main: check driver float texture support before upgrading to 16F/32F
Ilia Mirkin
2016-05-23
1
-28
/
+33
*
st/mesa: update inst->info along with inst->op
Ilia Mirkin
2016-05-23
1
-0
/
+1
*
glsl: Use correct mode for split components.
Bas Nieuwenhuizen
2016-05-24
1
-1
/
+1
*
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
2016-05-23
6
-0
/
+7
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
17
-0
/
+18
*
i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.
Francisco Jerez
2016-05-23
2
-1
/
+4
*
i965/fs: Allow spilling of non-contiguous registers.
Francisco Jerez
2016-05-23
1
-19
/
+2
*
i965/fs: Calculate the (un)spill block size correctly.
Francisco Jerez
2016-05-23
1
-3
/
+17
*
i965/fs: Set exec_all on spills not matching the channel layout of the instru...
Francisco Jerez
2016-05-23
1
-3
/
+16
*
i965/fs: Set exec_all on unspills.
Francisco Jerez
2016-05-23
1
-2
/
+10
*
i965/fs: Move scratch block size calculation into the caller of emit_(un)spill.
Francisco Jerez
2016-05-23
1
-21
/
+23
*
i965/fs: Make emit_spill/unspill static functions taking builder as argument.
Francisco Jerez
2016-05-23
2
-24
/
+21
[next]