index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-31
glapi: encode python files in utf-8 rather than ascii
Dylan Baker
21
-27
/
+50
2016-03-31
glapi: clean imports in python files
Dylan Baker
16
-25
/
+45
2016-03-31
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
6
-47
/
+46
2016-03-31
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
1
-1
/
+15
2016-03-31
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
1
-2
/
+2
2016-03-30
mesa: add GL_EXT_copy_image support
Ilia Mirkin
2
-0
/
+23
2016-03-30
mesa: add GL_OES_copy_image support
Ilia Mirkin
7
-1
/
+150
2016-03-30
mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entry
Ilia Mirkin
1
-3
/
+0
2016-03-30
st/mesa: add ES sample-shading support
Ilia Mirkin
1
-0
/
+6
2016-03-30
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
8
-10
/
+28
2016-03-30
mesa: add GL_OES_sample_shading support
Ilia Mirkin
5
-3
/
+14
2016-03-30
glsl: add GL_OES_sample_variables support
Ilia Mirkin
4
-4
/
+16
2016-03-30
mesa: add OES_sample_variables to extension table, add enable bit
Ilia Mirkin
2
-0
/
+2
2016-03-30
glsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
Ilia Mirkin
3
-0
/
+9
2016-03-30
i965: Don't add barrier deps for FB write messages.
Matt Turner
1
-1
/
+2
2016-03-30
i965: Add and use is_scheduling_barrier() function.
Matt Turner
1
-4
/
+17
2016-03-30
i965: Remove NOP insertion kludge in scheduler.
Matt Turner
1
-20
/
+5
2016-03-30
i965: Assert that an instruction is not inserted around itself.
Matt Turner
1
-0
/
+4
2016-03-30
i965: Relax restriction on scheduling last instruction.
Matt Turner
1
-20
/
+3
2016-03-30
i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.
Matt Turner
2
-2
/
+3
2016-03-30
Revert "i965: Don't add barrier deps for FB write messages."
Matt Turner
1
-4
/
+3
2016-03-30
i965: Simplify full scheduling-barrier conditions.
Matt Turner
1
-27
/
+8
2016-03-30
i965: Remove incorrect cycle estimates.
Matt Turner
1
-10
/
+0
2016-03-31
st/mesa: fix fallout from xfb changes.
Dave Airlie
1
-2
/
+2
2016-03-30
nir: Fix typo from commit 6702f1acde9.
Matt Turner
1
-1
/
+1
2016-03-31
mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface
Timothy Arceri
4
-2
/
+52
2016-03-31
glsl: add transform feedback buffers to resource list
Timothy Arceri
5
-5
/
+18
2016-03-31
mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Timothy Arceri
4
-8
/
+18
2016-03-31
mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYING
Timothy Arceri
3
-3
/
+13
2016-03-31
mesa: rename tranform feeback varying macro XFB to XFV
Timothy Arceri
1
-6
/
+6
2016-03-31
glsl: always enable transform feedback mode when xfb_stride defined
Timothy Arceri
1
-0
/
+10
2016-03-31
glsl: handle varyings that are not written to but have an xfb_offset
Timothy Arceri
2
-10
/
+32
2016-03-31
glsl: when lowering named interface set assigned flag
Timothy Arceri
1
-0
/
+11
2016-03-31
glsl: reset current stream tracker
Timothy Arceri
1
-0
/
+6
2016-03-31
glsl: generate link error when implicit stride is to large
Timothy Arceri
1
-15
/
+22
2016-03-31
glsl: add xfb_stride link time validation
Timothy Arceri
2
-8
/
+39
2016-03-31
glsl: validate global out xfb_stride qualifiers and set stride on empty buffers
Timothy Arceri
4
-0
/
+94
2016-03-31
mesa: split transform feedback buffer into its own struct
Timothy Arceri
7
-25
/
+34
2016-03-31
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
5
-24
/
+33
2016-03-31
glsl: sort xfb varyings in offset/buffer order
Timothy Arceri
1
-0
/
+19
2016-03-31
glsl: basic linking support for xfb qualifiers
Timothy Arceri
3
-13
/
+52
2016-03-31
glsl: add xfb helpers and fields to the tfeedback_decl class
Timothy Arceri
2
-2
/
+30
2016-03-31
glsl: add helper to process xfb qualifiers during linking
Timothy Arceri
2
-0
/
+71
2016-03-31
glsl: add helper to generate xfb varying names
Timothy Arceri
1
-0
/
+43
2016-03-31
glsl: add helper for counting varyings
Timothy Arceri
2
-0
/
+38
2016-03-31
glsl: add xfb qualifier lowering support for named blocks
Timothy Arceri
1
-0
/
+7
2016-03-31
glsl: add xfb qualifiers to has_layout helper
Timothy Arceri
1
-1
/
+4
2016-03-31
glsl: apply xfb_stride to implicit offsets for ifc block members
Timothy Arceri
1
-2
/
+4
2016-03-31
glsl: add xfb_stride compile time rules
Timothy Arceri
1
-0
/
+27
2016-03-31
glsl: add xfb_offset compile time rules
Timothy Arceri
1
-2
/
+123
[next]