index
:
~kibi/mesa
debian-experimental
upstream-experimental
KiBi's patches for mesa
kibi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-23
Stop trying to ship swrastg through libgl1-mesa-dri-experimental, it replaced...
debian-experimental
Cyril Brulebois
2
-1
/
+3
2011-12-23
Update not-installed for removed files.
Cyril Brulebois
2
-6
/
+1
2011-12-23
Kiss good-bye to DRI1 drivers.
Cyril Brulebois
2
-3
/
+6
2011-12-23
Refresh patches.
Cyril Brulebois
3
-21
/
+5
2011-12-23
Bump changelog.
Cyril Brulebois
1
-0
/
+6
2011-12-23
Import Debian packaging from 7.11.2-1.
Cyril Brulebois
74
-0
/
+4604
2011-12-22
gallivm: Close a memory leak
upstream-experimental
Lauri Kasanen
1
-0
/
+1
2011-12-22
softpipe: try and use back color for a slot if color fails.
Dave Airlie
1
-0
/
+5
2011-12-22
format_unpack: add 8/16 rgba/rgb types.
Dave Airlie
1
-0
/
+134
2011-12-21
i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.
Eric Anholt
6
-58
/
+25
2011-12-21
i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.
Eric Anholt
4
-86
/
+45
2011-12-21
i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.
Eric Anholt
9
-28
/
+58
2011-12-21
i965: Drop unused do_insn argument from gen6_CONT().
Eric Anholt
5
-7
/
+5
2011-12-21
mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.
Paul Berry
4
-5
/
+12
2011-12-21
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
8
-19
/
+19
2011-12-21
egl/x11: Merge the right version of Frederiks change
Kristian Høgsberg
1
-21
/
+8
2011-12-20
egl_dri2/x11: Add support for the DRI2 SwapBuffers request
Fredrik Höglund
2
-21
/
+81
2011-12-20
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
3
-1
/
+36
2011-12-20
i965 gen6: Turn on transform feedback extension unconditionally.
Paul Berry
1
-1
/
+1
2011-12-20
i965 gen6: Implement transform feedback queries.
Paul Berry
3
-0
/
+54
2011-12-20
i965: Convert if/else to switch statements in brw_queryobj.c
Paul Berry
1
-6
/
+30
2011-12-20
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
5
-8
/
+72
2011-12-20
mesa: Add a function to query whether a meta-op is in progress.
Paul Berry
2
-0
/
+13
2011-12-20
mesa: Add count_tessellated_primitives() function.
Paul Berry
2
-0
/
+51
2011-12-20
mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range
Paul Berry
1
-1
/
+5
2011-12-20
i965 gen6: Implement rasterizer discard.
Paul Berry
3
-0
/
+37
2011-12-20
i965: Implement bounds checking for transform feedback output.
Kenneth Graunke
4
-0
/
+52
2011-12-20
i965: Flush pipeline on EndTransformFeedback.
Paul Berry
3
-0
/
+22
2011-12-20
i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush.
Paul Berry
1
-1
/
+2
2011-12-20
i965 gen6: Turn on transform feedback extension.
Paul Berry
1
-0
/
+3
2011-12-20
i965 gen6: Initial implementation of transform feedback.
Paul Berry
15
-10
/
+417
2011-12-20
i965 gs: Move vue_map to brw_gs_compile.
Paul Berry
2
-3
/
+4
2011-12-20
i965 gen6+: Use 1-wide null operands for IF instructions
Paul Berry
1
-4
/
+4
2011-12-20
mesa: Fix off-by-one error in transform feedback size check.
Paul Berry
1
-1
/
+1
2011-12-20
mesa: Record transform feedback strides/offsets in linker output.
Paul Berry
2
-1
/
+14
2011-12-20
Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8e
Jon TURNEY
1
-1
/
+1
2011-12-20
xvmc: Remove unused variable
Maarten Lankhorst
1
-3
/
+0
2011-12-20
vl: Remove unused declaration
Maarten Lankhorst
1
-1
/
+1
2011-12-20
vl: Use pipe clear_render_target instead of util_clear_render_target
Maarten Lankhorst
1
-2
/
+2
2011-12-20
mesa: fix a leak in _mesa_delete_texture_image()
Pekka Paalanen
1
-0
/
+1
2011-12-20
st/egl: error check and clamp coordinates in eglPostSubBufferNV
Chia-I Wu
1
-8
/
+21
2011-12-20
egl_dri2/x11: error check coordinates in eglPostSubBufferNV
Chia-I Wu
1
-5
/
+5
2011-12-20
st/egl: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
2
-2
/
+24
2011-12-20
egl_dri2/x11: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
1
-0
/
+17
2011-12-20
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
6
-0
/
+48
2011-12-20
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
1
-0
/
+5
2011-12-20
egl: remove #ifdef's for official extensions
Chia-I Wu
11
-84
/
+0
2011-12-20
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
5
-43
/
+0
2011-12-20
egl: update headers
Chia-I Wu
3
-24
/
+73
2011-12-20
egl: move unofficial extensions to eglmesaext.h
Chia-I Wu
2
-136
/
+176
[next]