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
*
docs: mark GL_ARB_framebuffer_no_attachments done for i965
Kevin Rogovin
2015-06-17
2
-2
/
+3
*
i965: enable ARB_framebuffer_no_attachments for Gen7+
Kevin Rogovin
2015-06-17
2
-0
/
+7
*
i965: execution of frag-shader when it has atomic buffer
Kevin Rogovin
2015-06-17
2
-0
/
+7
*
mesa: function for testing if current frag-shader has atomics
Kevin Rogovin
2015-06-17
1
-1
/
+6
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
16
-34
/
+70
*
mesa: helper function for scissor box of gl_framebuffer
Kevin Rogovin
2015-06-17
2
-15
/
+35
*
mesa: add helper functions for geometry of gl_framebuffer
Kevin Rogovin
2015-06-17
2
-1
/
+35
*
PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachments in Mesa core
Kevin Rogovin
2015-06-17
1
-29
/
+182
*
mesa: Constants and functions for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
9
-3
/
+84
*
mesa: Define infrastructure for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
4
-5
/
+46
*
vc4: Make sure that direct texture clamps have a minimum value of 0.
Eric Anholt
2015-06-16
2
-25
/
+66
*
vc4: Swap around which src we spill to ra31/rb31.
Eric Anholt
2015-06-16
1
-4
/
+4
*
vc4: R4 is not a valid register for clamped direct texturing.
Eric Anholt
2015-06-16
1
-1
/
+1
*
vc4: Factor out the live clamp register getter.
Eric Anholt
2015-06-16
1
-8
/
+24
*
vc4: Drop the unused "stride" field of surfaces.
Eric Anholt
2015-06-16
1
-1
/
+0
*
vc4: Handle refcounting the exec BO like we do in the kernel.
Eric Anholt
2015-06-16
4
-10
/
+34
*
vc4: Use VC4_SET/GET_FIELD for some RCL packets.
Eric Anholt
2015-06-16
4
-77
/
+89
*
vc4: Make symbolic values for packet sizes.
Eric Anholt
2015-06-16
4
-57
/
+86
*
vc4: Use symbolic values in texture ptype validation.
Eric Anholt
2015-06-16
1
-10
/
+13
*
vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared.
Eric Anholt
2015-06-16
4
-3
/
+3
*
i965/gen9: Disable Mip Tail for YF/YS tiled surfaces
Anuj Phogat
2015-06-16
2
-2
/
+11
*
i965/gen9: Set vertical and horizontal surface alignments
Anuj Phogat
2015-06-16
1
-6
/
+26
*
i965: Use BRW_SURFACE_* in place of GL_TEXTURE_*
Anuj Phogat
2015-06-16
1
-3
/
+3
*
i965: Rename use_linear_1d_layout() and make it global
Anuj Phogat
2015-06-16
2
-5
/
+9
*
i965/gen9: Set tiled resource mode in surface state
Anuj Phogat
2015-06-16
2
-0
/
+27
*
egl/dri2: implement platform_surfaceless
Haixia Shi
2015-06-16
8
-1
/
+199
*
i965/vec4: Fix the source register for indexed samplers
Neil Roberts
2015-06-16
1
-0
/
+3
*
st/mesa: improve assertions in vp/fp translation
Marek Olšák
2015-06-16
1
-2
/
+4
*
mesa: don't rebind constant buffers after every state change if GS is active
Marek Olšák
2015-06-16
1
-9
/
+3
*
mesa: generalize sso stage interleaving check
Chris Forbes
2015-06-16
1
-17
/
+38
*
mesa: remove unused variables from gl_program
Marek Olšák
2015-06-16
1
-2
/
+0
*
glsl: add ir reader support for ir_barrier
Chris Forbes
2015-06-16
1
-0
/
+15
*
glsl: print locations of variables
Marek Olšák
2015-06-16
1
-2
/
+6
*
configure.ac: rename LLVM_VERSION_PATCH to avoid conflict with llvm-config.h
Marek Olšák
2015-06-16
1
-1
/
+1
*
Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10"
Timothy Arceri
2015-06-16
1
-9
/
+1
*
mesa: set override_version per api version override
Tapani Pälli
2015-06-16
1
-14
/
+24
*
i965: Fix aligning to the block size in intel_miptree_copy_slice
Neil Roberts
2015-06-16
1
-2
/
+4
*
nv50,nvc0: clamp uniform size to 64k
Ilia Mirkin
2015-06-15
2
-4
/
+4
*
nvc0/ir: fix collection of first uses for texture barrier insertion
Ilia Mirkin
2015-06-15
1
-5
/
+11
*
egl: Drop check for driver != NULL.
Eric Anholt
2015-06-15
1
-1
/
+1
*
gallium: Drop the gallium-specific Android sw winsys.
Eric Anholt
2015-06-15
3
-346
/
+0
*
vc4: Add support for building on Android.
Eric Anholt
2015-06-15
5
-2
/
+82
*
gallium: Enable build of NIR support on Android.
Eric Anholt
2015-06-15
1
-0
/
+3
*
egl/dri2: Fix Android Lollipop build on ARM.
Eric Anholt
2015-06-15
1
-0
/
+1
*
meta: Abort texture upload if pixels == null and no pixel unpack buffer set
Anuj Phogat
2015-06-15
1
-1
/
+2
*
meta: Abort meta path if ReadPixels need rgb to luminance conversion
Anuj Phogat
2015-06-15
1
-0
/
+9
*
mesa: Turn need_rgb_to_luminance_conversion() in to a global function
Anuj Phogat
2015-06-15
2
-5
/
+9
*
mesa: Use helper function need_rgb_to_luminance_conversion()
Anuj Phogat
2015-06-15
1
-7
/
+4
*
mesa: Handle integer formats in need_rgb_to_luminance_conversion()
Anuj Phogat
2015-06-15
1
-1
/
+4
*
meta: Use is_power_of_two() helper function
Anuj Phogat
2015-06-15
1
-3
/
+3
[next]