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: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
Kenneth Graunke
2012-12-03
1
-0
/
+1
*
gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.
Johannes Obermayr
2012-12-03
1
-1
/
+5
*
r300g: Give CLIP_DISABLE another try
Stefan Dösinger
2012-12-04
2
-2
/
+3
*
i965: Include codegen time in the INTEL_DEBUG=perf stall detection.
Eric Anholt
2012-12-03
2
-12
/
+18
*
i965: Don't leak the IR annotation into later instructions.
Eric Anholt
2012-12-03
2
-0
/
+2
*
i965/vp: Fix crashes with INTEL_DEBUG=vs.
Eric Anholt
2012-12-03
1
-0
/
+1
*
i965/vs: Fix uninitialized shader pointer used in debug output.
Eric Anholt
2012-12-03
1
-0
/
+2
*
android: fix bison warning of conflicting outputs to file
Adrian Marius Negreanu
2012-12-03
1
-3
/
+0
*
st/mesa: add null pointer check in st_renderbuffer_delete()
Brian Paul
2012-12-03
1
-4
/
+4
*
st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0
Brian Paul
2012-12-03
1
-4
/
+6
*
mesa: remove warning message in _mesa_reference_renderbuffer_()
Brian Paul
2012-12-03
1
-4
/
+1
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
13
-43
/
+147
*
gallivm: fix srgb format fetch
Roland Scheidegger
2012-12-03
1
-1
/
+2
*
llvmpipe: Refactor convert_to/from_blend_type to convert in place.
José Fonseca
2012-12-03
1
-12
/
+8
*
llvmpipe: Improve color buffer loads/stores alignment.
José Fonseca
2012-12-03
1
-10
/
+19
*
llvmpipe: Recompute the fs shader key when framebuffer varies.
José Fonseca
2012-12-03
1
-0
/
+1
*
r300g: increment num_z_clears only if we have Hyper-Z
Marek Olšák
2012-12-02
1
-2
/
+1
*
r300g: add blacklist for apps that shouldn't steal hyperz access
Marek Olšák
2012-12-02
1
-0
/
+28
*
r300g: enable Hyper-Z by default on r500
Marek Olšák
2012-12-02
2
-10
/
+13
*
r300g: clear the ZB cache before clearing ZMASK or HIZ
Marek Olšák
2012-12-02
2
-2
/
+8
*
Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...
Marek Olšák
2012-12-02
2
-27
/
+6
*
dri: Fix i965 build
Chad Versace
2012-12-01
1
-7
/
+5
*
st/dri: implement new driver hook flush_with_flags
Marek Olšák
2012-12-02
4
-56
/
+89
*
st/mesa: make st_flush do what glFlush does
Marek Olšák
2012-12-02
1
-0
/
+1
*
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
2012-12-02
5
-53
/
+123
*
glx: move the glFlush call one layer down
Marek Olšák
2012-12-02
5
-17
/
+35
*
r300g: refuse to create too large textures
Marek Olšák
2012-12-01
1
-0
/
+15
*
r300g: fix memory leaks in texture_create error paths
Marek Olšák
2012-12-01
1
-9
/
+15
*
r300g: fix revoking hyperz access
Marek Olšák
2012-12-01
1
-20
/
+22
*
gallivm: drop border wrap clamping code
Roland Scheidegger
2012-12-01
1
-33
/
+16
*
r300g: handle map flag DISCARD_WHOLE_RESOURCE
Marek Olšák
2012-12-01
3
-4
/
+36
*
radeon: Fix memory leak in radeonCreateScreen2.
Vinson Lee
2012-11-30
1
-1
/
+3
*
nouveau: Fix build.
Brian Paul
2012-11-30
1
-1
/
+1
*
glsl: fix uninitialised variable from constructor
Dave Airlie
2012-12-01
1
-0
/
+1
*
glsl: initialise killed_all field.
Dave Airlie
2012-12-01
1
-0
/
+1
*
svga: remove pointless assert on unsigned >= 0
Dave Airlie
2012-12-01
1
-1
/
+0
*
glsl: fix cut-n-paste error in error handling. (v2)
Dave Airlie
2012-12-01
1
-2
/
+2
*
r300g: fix comparison of hyperz flush time.
Dave Airlie
2012-12-01
1
-1
/
+1
*
dri_glx: fix use after free report
Dave Airlie
2012-12-01
1
-1
/
+4
*
Revert "glcpp: Rewrite line-continuation support to act globally."
Carl Worth
2012-11-30
1
-43
/
+66
*
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
2012-11-30
1
-66
/
+43
*
egl/wayland: Dispatch the event queue before get_buffers
Ander Conselvan de Oliveira
2012-11-30
2
-2
/
+4
*
egl/wayland: Add invalidate back in eglSwapBuffers()
Kristian Høgsberg
2012-11-30
1
-0
/
+1
*
i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().
Kenneth Graunke
2012-11-30
2
-7
/
+24
*
st/mesa: fix context use-after-free problem in st_renderbuffer_delete()
Brian Paul
2012-11-30
1
-3
/
+5
*
util: added pipe_surface_release() function
Brian Paul
2012-11-30
1
-0
/
+16
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
15
-24
/
+29
*
egl/wayland: Don't invalidate drawable on swap buffers
Ander Conselvan de Oliveira
2012-11-30
3
-1
/
+27
*
egl: Only enable GLX backend if X11 EGL platform is enabled
Kristian Høgsberg
2012-11-30
1
-4
/
+4
*
llvmpipe: Remove remnants of lp_tile_soa from Makefile.
José Fonseca
2012-11-30
2
-4
/
+0
[prev]
[next]