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
*
egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
Rob Herring
2016-04-01
4
-1
/
+10
*
Android: fix x86 gallium builds
Rob Herring
2016-04-01
5
-5
/
+55
*
gallivm: Use vector selects on LLVM 3.3+.
Jose Fonseca
2016-04-01
1
-3
/
+5
*
glsl: do not raise unitialized variable warnings on builtins/reserved GL vari...
Alejandro PiƱeiro
2016-04-01
1
-1
/
+2
*
nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supported
Ilia Mirkin
2016-03-31
2
-0
/
+18
*
mesa: add GL_OES/EXT_draw_buffers_indexed support
Ilia Mirkin
2016-03-31
5
-1
/
+120
*
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
*
nir: Simplify a bcsel to logical-or
Ian Romanick
2016-03-31
1
-0
/
+1
*
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
*
tgsi: silence compiler warning in fetch_sampler_unit()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: fix out of bounds access in exec_atomop()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
6
-47
/
+46
*
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
2016-03-31
1
-1
/
+15
*
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
2016-03-31
1
-2
/
+2
*
mesa: add GL_EXT_copy_image support
Ilia Mirkin
2016-03-30
2
-0
/
+23
*
mesa: add GL_OES_copy_image support
Ilia Mirkin
2016-03-30
8
-2
/
+151
*
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
2
-3
/
+9
*
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
2016-03-30
8
-10
/
+28
*
mesa: add GL_OES_sample_shading support
Ilia Mirkin
2016-03-30
5
-3
/
+14
*
glsl: add GL_OES_sample_variables support
Ilia Mirkin
2016-03-30
4
-4
/
+16
*
mesa: add OES_sample_variables to extension table, add enable bit
Ilia Mirkin
2016-03-30
2
-0
/
+2
*
glsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
Ilia Mirkin
2016-03-30
3
-0
/
+9
*
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
*
nir: Fix typo from commit 6702f1acde9.
Matt Turner
2016-03-30
1
-1
/
+1
*
docs: mark xfb_* qualifiers as DONE
Timothy Arceri
2016-03-31
1
-1
/
+1
*
mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface
Timothy Arceri
2016-03-31
4
-2
/
+52
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
5
-5
/
+18
*
mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Timothy Arceri
2016-03-31
4
-8
/
+18
*
mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYING
Timothy Arceri
2016-03-31
3
-3
/
+13
*
mesa: rename tranform feeback varying macro XFB to XFV
Timothy Arceri
2016-03-31
1
-6
/
+6
*
glsl: always enable transform feedback mode when xfb_stride defined
Timothy Arceri
2016-03-31
1
-0
/
+10
*
glsl: handle varyings that are not written to but have an xfb_offset
Timothy Arceri
2016-03-31
2
-10
/
+32
*
glsl: when lowering named interface set assigned flag
Timothy Arceri
2016-03-31
1
-0
/
+11
*
glsl: reset current stream tracker
Timothy Arceri
2016-03-31
1
-0
/
+6
*
glsl: generate link error when implicit stride is to large
Timothy Arceri
2016-03-31
1
-15
/
+22
*
glsl: add xfb_stride link time validation
Timothy Arceri
2016-03-31
2
-8
/
+39
*
glsl: validate global out xfb_stride qualifiers and set stride on empty buffers
Timothy Arceri
2016-03-31
4
-0
/
+94
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
7
-25
/
+34
[next]