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-05-23
glsl/linker: dvec3/dvec4 consume twice input vertex attributes
Juan A. Suarez Romero
1
-0
/
+20
2016-05-23
i965/fs: do not depend on std140 alignment rules for UBO loads
Francisco Jerez
1
-46
/
+13
2016-05-23
nir: handle double-precision in fsign, fsat, fnot and frcp
Iago Toral Quiroga
1
-4
/
+9
2016-05-23
nir: handle double-precision in fabs, frsq and fsqrt
Iago Toral Quiroga
1
-3
/
+3
2016-05-23
glsl/parser: handle multiple layout sections with AST nodes.
Dave Airlie
1
-0
/
+2
2016-05-23
glsl: allow layout qualifier overrides with ARB_shading_language_420pack
Dave Airlie
1
-1
/
+6
2016-05-23
subroutines: handle explicit indexes properly
Dave Airlie
5
-19
/
+43
2016-05-23
mesa/subroutines: fix reset on bindpipeline
Dave Airlie
2
-1
/
+7
2016-05-23
mesa/subroutines: count number subroutines properly.
Dave Airlie
3
-2
/
+4
2016-05-23
mesa/subroutines: don't generate error in GetSubroutineIndex.
Dave Airlie
1
-1
/
+0
2016-05-23
glsl/ast: for geom shaders allow stream flags in input flags.
Dave Airlie
1
-1
/
+4
2016-05-23
glsl/linker: skip inactive explicit locations.
Dave Airlie
1
-0
/
+3
2016-05-23
glsl: fix subroutine uniform .length().
Dave Airlie
1
-0
/
+8
2016-05-23
glsl/linker: link error on too many subroutine functions.
Dave Airlie
1
-0
/
+4
2016-05-23
glsl: produce a linker error for a subroutine uniform with no functions.
Dave Airlie
1
-0
/
+4
2016-05-23
glsl: validate subroutine types match function signature.
Dave Airlie
1
-0
/
+18
2016-05-23
arb_shader_subroutine: check active subroutine limit
Dave Airlie
1
-0
/
+5
2016-05-22
nv30: don't assert when running out of registers
Ilia Mirkin
2
-3
/
+1
2016-05-22
nouveau: allow allocating non-object-backed buffers
Ilia Mirkin
1
-4
/
+1
2016-05-23
llvm/softpipe: Enable cull_distance as draw supports it.
Tobias Klausmann
2
-2
/
+3
2016-05-23
tgsi: remove culldist semantic.
Dave Airlie
3
-6
/
+18
2016-05-23
draw: stop using CULLDIST semantic.
Dave Airlie
11
-50
/
+32
2016-05-23
virgl: remove unused state_tracker/graw.h include
Emil Velikov
1
-1
/
+0
2016-05-23
mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)
Dave Airlie
1
-0
/
+5
2016-05-22
nvc0/ir: fix indirect access for images
Samuel Pitoiset
1
-8
/
+14
2016-05-22
nv30: reset the stencil mask when fast-clearing
Ilia Mirkin
1
-1
/
+6
2016-05-22
nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
Ilia Mirkin
2
-6
/
+12
2016-05-22
nvc0: fix setting of tess_mode in various situations
Ilia Mirkin
1
-4
/
+14
2016-05-22
nv50/ir: fix prog info init
Ilia Mirkin
1
-3
/
+1
2016-05-22
nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modes
Ilia Mirkin
1
-0
/
+4
2016-05-22
mesa: Unlock mutex on error path.
Matt Turner
1
-0
/
+1
2016-05-22
i965: remove redundant NULL check
Timothy Arceri
1
-1
/
+1
2016-05-21
anv/nir_apply_pipeline_layout: Pass the nir_src from the nir_tex_src
Eduardo Lima Mitev
1
-1
/
+1
2016-05-21
nvc0: expose GLSL version 420 on GF100
Samuel Pitoiset
1
-1
/
+1
2016-05-21
nvc0: enable ARB_shader_image_load_store on GF100
Samuel Pitoiset
1
-0
/
+3
2016-05-21
nvc0/ir: add a lowering pass for surfaces on Fermi
Samuel Pitoiset
2
-0
/
+117
2016-05-21
nvc0/ir: add emission for SULDB and SUSTx
Samuel Pitoiset
1
-2
/
+44
2016-05-21
nvc0/ir: add emission for OP_SULEA
Samuel Pitoiset
1
-0
/
+58
2016-05-21
nv50/ir: fix tex constraints for surface coords on Fermi
Samuel Pitoiset
1
-0
/
+6
2016-05-21
nv50/ir: use moveSources to condense sources
Ilia Mirkin
1
-6
/
+1
2016-05-21
nvc0: bind images on fragment and compute shaders for Fermi
Samuel Pitoiset
4
-7
/
+196
2016-05-21
nvc0/ir: don't check the format for surface stores on Kepler
Samuel Pitoiset
1
-8
/
+7
2016-05-21
nv50/ir: fix a comment in canDualIssue()
Samuel Pitoiset
1
-1
/
+1
2016-05-21
nv50/ir: fix SUSTx constraints on Kepler
Samuel Pitoiset
1
-3
/
+1
2016-05-20
i965: Just read the existing tally on EndTransformFeedback if paused.
Kenneth Graunke
1
-20
/
+22
2016-05-20
i965: Don't write a counter snapshot on EndTransformFeedback if paused.
Kenneth Graunke
1
-1
/
+2
2016-05-20
mesa: Call TransformFeedback driver hooks before setting flags.
Kenneth Graunke
1
-5
/
+5
2016-05-20
nir: Fix crash in nir_lower_wpos_center().
Kenneth Graunke
1
-1
/
+1
2016-05-21
nir: remove dead glsl variables before lowering io.
Dave Airlie
1
-0
/
+1
2016-05-20
spirv: Handle the PixelCenterInteger execution mode.
Kenneth Graunke
3
-0
/
+7
[next]