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
*
Increment version to 10.5.0-rc3
mesa-10.5.0-rc3
Emil Velikov
2015-02-28
1
-1
/
+1
*
auxilary/os: correct sysctl use in os_get_total_physical_memory()
Jonathan Gray
2015-02-27
1
-2
/
+2
*
r600g/sb: treat undefined values like constants
Dave Airlie
2015-02-27
1
-2
/
+2
*
i965/skl: Implement WaDisable1DDepthStencil
Neil Roberts
2015-02-27
1
-0
/
+12
*
pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled
Tom Stellard
2015-02-27
1
-1
/
+5
*
glsl: Rewrite and fix min/max to saturate optimization.
Matt Turner
2015-02-27
1
-29
/
+46
*
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA
Andreas Boll
2015-02-27
1
-6
/
+30
*
common: Fix PBOs for 1D_ARRAY.
Laura Ekstrand
2015-02-27
1
-26
/
+36
*
common: Correct PBO 2D_ARRAY handling.
Laura Ekstrand
2015-02-27
1
-9
/
+17
*
common: Correct texture init for meta pbo uploads and downloads.
Laura Ekstrand
2015-02-27
1
-1
/
+4
*
st/omx/dec/h264: fix picture out-of-order with poc type 0 v2
Leo Liu
2015-02-27
1
-0
/
+5
*
Increment version to 10.5.0-rc2
mesa-10.5.0-rc2
Emil Velikov
2015-02-24
1
-1
/
+1
*
install-lib-links: remove the .install-lib-links file
Emil Velikov
2015-02-24
1
-0
/
+1
*
mesa: Fix error validating args for TexSubImage3D
Eduardo Lima Mitev
2015-02-24
1
-2
/
+2
*
egl, wayland: RGB565 format support on Back-buffer
Vivek Kasireddy
2015-02-24
1
-3
/
+38
*
i965: Link test programs with gtest before pthreads.
Matt Turner
2015-02-24
1
-10
/
+10
*
radeonsi: fix point sprites
Marek Olšák
2015-02-24
1
-1
/
+1
*
vbo: fix an unitialized-variable warning
Marek Olšák
2015-02-24
1
-0
/
+1
*
radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SI
Marek Olšák
2015-02-24
1
-18
/
+11
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-24
4
-2
/
+21
*
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
[next]