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
...
*
glsl: Fix prorgram interface query locations biasing for SSO.
Kenneth Graunke
2016-04-01
1
-8
/
+3
*
glsl: Return -1 for program interface query locations in many cases.
Kenneth Graunke
2016-04-01
1
-53
/
+9
*
glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.
Kenneth Graunke
2016-04-01
1
-17
/
+0
*
glsl: Add all system variables to the input resource list.
Kenneth Graunke
2016-04-01
1
-8
/
+1
*
mesa: Make _mesa_choose_tex_format() handle stencil textures.
Kenneth Graunke
2016-04-01
1
-0
/
+5
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-6
/
+7
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+18
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
i965: Add an implemnetation of nir_op_fquantize2f16
Jason Ekstrand
2016-04-01
2
-0
/
+53
*
Android: fix x86 gallium builds
Rob Herring
2016-04-01
5
-5
/
+55
*
mesa: add GL_OES/EXT_draw_buffers_indexed support
Ilia Mirkin
2016-03-31
2
-0
/
+12
*
i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.
Kenneth Graunke
2016-03-31
1
-4
/
+1
*
i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.
Kenneth Graunke
2016-03-31
2
-6
/
+18
*
ptn: Fix all users of ptn_swizzle
Ian Romanick
2016-03-31
1
-6
/
+6
*
ptn: Silence unused parameter warning
Ian Romanick
2016-03-31
1
-2
/
+2
*
mesa: add GL_EXT_copy_image support
Ilia Mirkin
2016-03-30
1
-0
/
+1
*
mesa: add GL_OES_copy_image support
Ilia Mirkin
2016-03-30
6
-1
/
+128
*
mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entry
Ilia Mirkin
2016-03-30
1
-3
/
+0
*
st/mesa: add ES sample-shading support
Ilia Mirkin
2016-03-30
1
-0
/
+6
*
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
2016-03-30
3
-3
/
+14
*
mesa: add GL_OES_sample_shading support
Ilia Mirkin
2016-03-30
4
-3
/
+8
*
mesa: add OES_sample_variables to extension table, add enable bit
Ilia Mirkin
2016-03-30
2
-0
/
+2
*
i965: Don't add barrier deps for FB write messages.
Matt Turner
2016-03-30
1
-1
/
+2
*
i965: Add and use is_scheduling_barrier() function.
Matt Turner
2016-03-30
1
-4
/
+17
*
i965: Remove NOP insertion kludge in scheduler.
Matt Turner
2016-03-30
1
-20
/
+5
*
i965: Assert that an instruction is not inserted around itself.
Matt Turner
2016-03-30
1
-0
/
+4
*
i965: Relax restriction on scheduling last instruction.
Matt Turner
2016-03-30
1
-20
/
+3
*
i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.
Matt Turner
2016-03-30
2
-2
/
+3
*
Revert "i965: Don't add barrier deps for FB write messages."
Matt Turner
2016-03-30
1
-4
/
+3
*
i965: Simplify full scheduling-barrier conditions.
Matt Turner
2016-03-30
1
-27
/
+8
*
i965: Remove incorrect cycle estimates.
Matt Turner
2016-03-30
1
-10
/
+0
*
st/mesa: fix fallout from xfb changes.
Dave Airlie
2016-03-31
1
-2
/
+2
*
mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface
Timothy Arceri
2016-03-31
3
-2
/
+51
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
3
-3
/
+3
*
mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Timothy Arceri
2016-03-31
2
-0
/
+7
*
mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYING
Timothy Arceri
2016-03-31
2
-3
/
+12
*
mesa: rename tranform feeback varying macro XFB to XFV
Timothy Arceri
2016-03-31
1
-6
/
+6
*
glsl: validate global out xfb_stride qualifiers and set stride on empty buffers
Timothy Arceri
2016-03-31
1
-0
/
+7
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
6
-20
/
+28
*
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
2016-03-31
4
-22
/
+24
*
i965: Don't inline intel_batchbuffer_require_space().
Matt Turner
2016-03-30
2
-26
/
+28
*
mesa: allow mutable buffer textures to back GL ES images
Ilia Mirkin
2016-03-29
1
-1
/
+6
*
mesa: make _mesa_prepare_mipmap_level() static
Brian Paul
2016-03-29
2
-15
/
+8
*
meta: use _mesa_prepare_mipmap_levels()
Brian Paul
2016-03-29
1
-24
/
+8
*
xlib: add support for GLX_ARB_create_context
Brian Paul
2016-03-29
3
-0
/
+77
*
st/mesa: simplify st_generate_mipmap()
Brian Paul
2016-03-29
1
-78
/
+24
*
mesa: new _mesa_prepare_mipmap_levels() function for mipmap generation
Brian Paul
2016-03-29
2
-31
/
+62
*
i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.
Kenneth Graunke
2016-03-29
1
-1
/
+5
*
Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."
Kenneth Graunke
2016-03-29
1
-6
/
+3
*
st/mesa: implement new DMA-buf based VDPAU interop v2
Christian König
2016-03-29
1
-49
/
+132
[prev]
[next]