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
*
i965/fs: Consider MOV.SAT to interfere if it has a source modifier.
Matt Turner
2015-02-24
2
-4
/
+52
*
i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.
Matt Turner
2015-02-24
2
-4
/
+44
*
i965/fs: Add unit tests for saturate propagation pass.
Matt Turner
2015-02-24
2
-0
/
+362
*
st/mesa: fix sampler view reference counting bug in glDraw/CopyPixels
Brian Paul
2015-02-24
1
-6
/
+9
*
swrast: fix multiple color buffer writing
Brian Paul
2015-02-24
1
-11
/
+14
*
install-lib-links: don't depend on .libs directory
Lucas Stach
2015-02-24
1
-2
/
+2
*
auxiliary/vl: honour the DRI2PROTO_CFLAGS
Emil Velikov
2015-02-24
1
-0
/
+1
*
auxiliary/vl: Build vl_winsys_dri.c only when needed.
Emil Velikov
2015-02-24
2
-1
/
+13
*
automake: Use AM_DISTCHECK_CONFIGURE_FLAGS
Emil Velikov
2015-02-24
1
-1
/
+1
*
Revert "radeon/llvm: enable unsafe math for graphics shaders"
Michel Dänzer
2015-02-24
1
-4
/
+0
*
i965: Prefer Meta over the BLT for BlitFramebuffer.
Kenneth Graunke
2015-02-24
1
-7
/
+7
*
Make _mesa_swizzle_and_convert argument types in .c match those in .h
Alan Coopersmith
2015-02-24
1
-2
/
+2
*
Use __typeof instead of typeof with Solaris Studio compilers
Alan Coopersmith
2015-02-24
1
-3
/
+3
*
Avoid fighting with Solaris headers over isnormal()
Alan Coopersmith
2015-02-24
1
-1
/
+1
*
Remove extraneous ; after DECL_TYPE usage
Alan Coopersmith
2015-02-24
1
-33
/
+33
*
Bracket arguments to tr so they work with Solaris tr
Alan Coopersmith
2015-02-24
1
-1
/
+1
*
glsl: Reduce memory consumption of copy propagation passes.
Kenneth Graunke
2015-02-24
2
-6
/
+25
*
main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.
Laura Ekstrand
2015-02-24
1
-2
/
+2
*
radeonsi: fix a crash if a stencil ref state is set before a DSA state
Marek Olšák
2015-02-24
1
-4
/
+8
*
mesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
Marek Olšák
2015-02-24
1
-1
/
+1
*
radeonsi: small fix in SPI state
Marek Olšák
2015-02-24
1
-2
/
+4
*
meta: Fix saving the results of the current occlusion query
Neil Roberts
2015-02-24
1
-7
/
+10
*
mesa: Fix element count for byte-swaps in texstore, readpix and texgetimage
Iago Toral Quiroga
2015-02-24
3
-15
/
+25
*
mesa: Handle transferOps in texstore_rgba
Iago Toral Quiroga
2015-02-24
1
-5
/
+52
*
i965/vec4/vp: Use vec4_visitor::CMP.
Matt Turner
2015-02-24
1
-2
/
+1
*
nvc0: allow holes in xfb target lists
Ilia Mirkin
2015-02-24
2
-4
/
+13
*
st/mesa: treat resource-less xfb buffers as if they weren't there
Ilia Mirkin
2015-02-24
1
-1
/
+1
*
nvc0: bail out of 2d blits with non-A8_UNORM alpha formats
Ilia Mirkin
2015-02-24
1
-2
/
+5
*
mesa: fix OES_texture_float texture render target behavior
Tapani Pälli
2015-02-24
1
-0
/
+12
*
Revert use of Mesa IR optimizer for ARB_fragment_programs
Carl Worth
2015-02-24
1
-3
/
+0
*
cherry-ignore: ignore commits picked without -x
Emil Velikov
2015-02-24
1
-0
/
+12
*
i965: Fix integer border color on Haswell.
Kenneth Graunke
2015-02-24
3
-0
/
+66
*
i965: Use a gl_color_union for sampler border color.
Kenneth Graunke
2015-02-24
1
-53
/
+52
*
i965: Override swizzles for integer luminance formats.
Kenneth Graunke
2015-02-24
1
-0
/
+8
*
Increment version to 10.5.0-rc1
mesa-10.5.0-rc1
Emil Velikov
2015-02-12
1
-1
/
+1
*
auxiliary/vl: bring back the VL code for the dri targets
Emil Velikov
2015-02-12
9
-7
/
+27
*
configure: rework wayland_scanner handling(fix make distcheck)
Emil Velikov
2015-02-12
1
-3
/
+10
*
nir: add missing header to the sources list
Emil Velikov
2015-02-12
1
-0
/
+1
*
nir: resolve nir.h dependency list (fix make distcheck)
Emil Velikov
2015-02-12
1
-1
/
+1
*
egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM
Axel Davy
2015-02-12
1
-7
/
+7
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-11
1
-0
/
+5
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-10
1
-0
/
+1
*
gallium/hud: also try R8_UNORM format for font texture
10.5-branchpoint
Brian Paul
2015-02-07
1
-9
/
+15
*
gallium/hud: flush stdout in print_help(), for Windows
Brian Paul
2015-02-07
1
-0
/
+1
*
i965: Add more stringent blitter assertions
Ben Widawsky
2015-02-07
1
-0
/
+3
*
i965: Consolidate some of the intel_blit logic
Ben Widawsky
2015-02-07
1
-20
/
+8
*
st/dri: Make depth buffer optional for postprocessing
Park, Jeongmin
2015-02-07
2
-2
/
+2
*
postprocess: Check for depth buffer in pp_jimenezmlaa
Park, Jeongmin
2015-02-07
1
-0
/
+3
*
i965/vec4: Correct MUL destination hazard
Ben Widawsky
2015-02-06
1
-4
/
+4
*
docs: add news item and link release notes for mesa 10.4.4
Emil Velikov
2015-02-07
2
-0
/
+7
[next]