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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-0
/
+3
*
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
*
llvmpipe: Remove remnants of lp_tile_soa from Makefile.
José Fonseca
2012-11-30
2
-4
/
+0
*
i965/fp: Fix segfault on gen4 TXB instructions.
Eric Anholt
2012-11-29
1
-0
/
+2
*
llvmpipe: Fix incorrect sizeof.
Vinson Lee
2012-11-29
1
-2
/
+2
*
llvmpipe: Fix build break from 75da95c50
Stéphane Marchesin
2012-11-29
1
-2
/
+1
*
mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage
Anuj Phogat
2012-11-29
2
-14
/
+41
*
Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."
Kenneth Graunke
2012-11-29
1
-5
/
+3
*
r600g: mirror simplification of if/break opcodes
Vincent Lejeune
2012-11-29
1
-32
/
+12
*
r600g: separate resource_id and sampler_id tex info in tgsi-to-llvm
Vincent Lejeune
2012-11-29
1
-0
/
+3
*
glcpp: Update README for new support of __LINE__ and __FILE__.
Carl Worth
2012-11-29
1
-3
/
+1
*
glcpp: Add test involving token pasting of INTEGER tokens.
Carl Worth
2012-11-29
2
-0
/
+15
*
glcpp: Add support for pasting of INTEGER tokens.
Carl Worth
2012-11-29
1
-14
/
+47
*
glcpp: Flag invalid pastes for integer followed by non-digits
Carl Worth
2012-11-29
1
-5
/
+13
*
glcpp: Extend the invalid-paste test
Carl Worth
2012-11-29
2
-0
/
+20
*
glcpp: More factoring-out of common code to simplify things.
Carl Worth
2012-11-29
1
-26
/
+20
*
glcpp: Factor out a tiny bit of repeated code.
Carl Worth
2012-11-29
1
-4
/
+1
*
glcpp: Add support for __LINE__ and __FILE__ macros
Carl Worth
2012-11-29
3
-1
/
+45
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
50
-261
/
+261
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
7
-26
/
+71
*
mesa: move some helper functions from fboobject.c to glformats.c
Marek Olšák
2012-11-29
3
-119
/
+127
*
android: include api_exec.c in generated files list
Tapani Pälli
2012-11-29
1
-0
/
+1
*
gallivm: Fix lp_build_float_to_half.
José Fonseca
2012-11-29
1
-30
/
+75
*
gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplers
Roland Scheidegger
2012-11-29
1
-2
/
+2
*
llvmpipe: support array textures
Roland Scheidegger
2012-11-29
6
-7
/
+32
*
gallivm: support array textures
Roland Scheidegger
2012-11-29
6
-65
/
+103
*
llvmpipe: Remove lp_build_blend_soa()
José Fonseca
2012-11-29
5
-538
/
+37
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
17
-1334
/
+30
*
llvmpipe: Only advertise unswizzled formats.
José Fonseca
2012-11-29
3
-25
/
+17
*
util/u_format: Kill util_format_is_array().
José Fonseca
2012-11-29
4
-53
/
+4
*
util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...
José Fonseca
2012-11-29
2
-2
/
+11
*
util/u_format: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
1
-5
/
+5
*
gallivm: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
5
-12
/
+145
*
gallivm: Add byte-swap construct calls
Adhemerval Zanella
2012-11-29
2
-0
/
+89
*
gallivm: Fix vector constant for shuffle
Adhemerval Zanella
2012-11-29
1
-1
/
+6
*
gallivm: clear Altivec NJ bit
Adhemerval Zanella
2012-11-29
1
-0
/
+19
*
gallivm: Altivec floating-point rounding
Adhemerval Zanella
2012-11-29
1
-23
/
+70
*
gallivm: Altivec vector add/sub intrisics
Adhemerval Zanella
2012-11-29
2
-15
/
+27
[prev]
[next]