index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-09
nv50,nvc0: support sending string markers down into the command stream
Ilia Mirkin
4
-2
/
+52
2016-04-09
nv50,nvc0: add invalidate_resource support for buffer resources
Ilia Mirkin
7
-2
/
+51
2016-04-08
vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
Eric Anholt
4
-27
/
+29
2016-04-08
vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.
Eric Anholt
5
-65
/
+100
2016-04-08
vc4: Add a helper function for the construction of qregs.
Eric Anholt
4
-12
/
+13
2016-04-08
vc4: Add missing scheduling dependency for MS color writes.
Eric Anholt
1
-0
/
+1
2016-04-08
vc4: Drop the multi_instruction distinction for QIR instructions.
Eric Anholt
2
-14
/
+5
2016-04-08
vc4: Handle SF on instructions that write r4.
Eric Anholt
1
-10
/
+14
2016-04-08
vc4: Allow multi-instruction QIR nodes to get VPM optimization.
Eric Anholt
1
-2
/
+2
2016-04-08
vc4: Switch to using NIR_PASS macros.
Eric Anholt
5
-33
/
+32
2016-04-08
vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4.
Eric Anholt
2
-20
/
+12
2016-04-08
vc4: Emit a warning and proceed for handling loops in NIR.
Rhys Kidd
1
-1
/
+13
2016-04-08
vc4: Add a stub for NIR->QIR of control flow function nodes
Rhys Kidd
1
-0
/
+11
2016-04-08
vc4: Add better debug of NIR->QIR control flow graph failure
Rhys Kidd
1
-1
/
+2
2016-04-08
vc4: Remove unused include from vc4_program.c
Rhys Kidd
1
-1
/
+0
2016-04-09
glsl: handle unsigned int wraparound in link_shaders()
Lars Hamre
1
-4
/
+4
2016-04-08
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
5
-22
/
+5
2016-04-08
i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
Jason Ekstrand
1
-76
/
+63
2016-04-08
i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions
Jason Ekstrand
1
-32
/
+43
2016-04-08
i965: Check eu/subslices are > 0
Ben Widawsky
1
-1
/
+1
2016-04-08
i965: Fix eu/subslice warning
Ben Widawsky
1
-11
/
+23
2016-04-08
i965: Extract SSEU configuration info
Ben Widawsky
1
-14
/
+21
2016-04-08
st/mesa: fix glReadBuffer() assertion failure
Brian Paul
1
-0
/
+2
2016-04-08
st/va: avoid dereference after free in vlVaDestroyImage
Thomas Hindoe Paaboel Andersen
1
-1
/
+3
2016-04-08
radeonsi: do per-pixel clipping based on viewport states
Marek Olšák
2
-11
/
+85
2016-04-07
nv50/ir: do not try to attach JOIN ops to ATOM
Samuel Pitoiset
1
-1
/
+1
2016-04-07
radeonsi: raise number of samplers per shader to 32
Nicolai Hähnle
1
-3
/
+3
2016-04-07
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
3
-18
/
+18
2016-04-07
radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERS
Nicolai Hähnle
1
-1
/
+1
2016-04-07
gallium: raise PIPE_MAX_SAMPLERS to 32
Nicolai Hähnle
1
-1
/
+1
2016-04-07
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
Nicolai Hähnle
1
-3
/
+5
2016-04-07
tgsi/scan: add an assert for the size of the samplers_declared bitfield
Nicolai Hähnle
1
-1
/
+2
2016-04-07
draw/aaline: stronger guard against no free samplers (v2)
Nicolai Hähnle
1
-2
/
+4
2016-04-07
util/pstipple: stronger guard against no free samplers (v2)
Nicolai Hähnle
1
-2
/
+4
2016-04-07
svga: new SVGA_MSAA env var to disable/enable MSAA pixel formats
Brian Paul
1
-2
/
+4
2016-04-07
svga: add some trivial null pointer checks
Brian Paul
3
-0
/
+9
2016-04-07
trace: add missing set_shader_images()
Samuel Pitoiset
3
-0
/
+81
2016-04-07
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
3
-5
/
+16
2016-04-07
radeonsi: don't use the real barrier instruction in tess ctrl shaders
Marek Olšák
1
-0
/
+8
2016-04-07
Revert "clover: Fix build against clang SVN >= r265359"
Michel Dänzer
1
-3
/
+0
2016-04-07
nir/types: Add a wrapper for count_attribute_slots
Jason Ekstrand
2
-0
/
+10
2016-04-07
r600: use radeon_emit in a few more places in evergreen_compute
Dave Airlie
1
-4
/
+4
2016-04-07
r600: make compute global buffer functions static.
Dave Airlie
2
-98
/
+86
2016-04-07
r600: make two compute functions static.
Dave Airlie
2
-5
/
+3
2016-04-07
r600: using pipe_grid_info more in evergreen_compute.
Dave Airlie
2
-26
/
+21
2016-04-07
r600: in evergreen_compute use ctx consistently instead of ctx_
Dave Airlie
1
-25
/
+25
2016-04-07
r600: use rctx consistently in evergreen_compute.c
Dave Airlie
1
-74
/
+74
2016-04-07
r600: cleanup whitespace in evergreen_compute.c
Dave Airlie
1
-87
/
+75
2016-04-07
GL3.txt: Mark ARB_framebuffer_no_attachments as done
Edward O'Callaghan
2
-1
/
+2
2016-04-07
r600g: Enable ARB_framebuffer_no_attachments
Edward O'Callaghan
1
-1
/
+1
[next]