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
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
8
-19
/
+19
*
egl/x11: Merge the right version of Frederiks change
Kristian Høgsberg
2011-12-21
1
-21
/
+8
*
egl_dri2/x11: Add support for the DRI2 SwapBuffers request
Fredrik Höglund
2011-12-20
2
-21
/
+81
*
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
2011-12-20
3
-1
/
+36
*
i965 gen6: Turn on transform feedback extension unconditionally.
Paul Berry
2011-12-20
1
-1
/
+1
*
i965 gen6: Implement transform feedback queries.
Paul Berry
2011-12-20
3
-0
/
+54
*
i965: Convert if/else to switch statements in brw_queryobj.c
Paul Berry
2011-12-20
1
-6
/
+30
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
5
-8
/
+72
*
mesa: Add a function to query whether a meta-op is in progress.
Paul Berry
2011-12-20
2
-0
/
+13
*
mesa: Add count_tessellated_primitives() function.
Paul Berry
2011-12-20
2
-0
/
+51
*
mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range
Paul Berry
2011-12-20
1
-1
/
+5
*
i965 gen6: Implement rasterizer discard.
Paul Berry
2011-12-20
3
-0
/
+37
*
i965: Implement bounds checking for transform feedback output.
Kenneth Graunke
2011-12-20
4
-0
/
+52
*
i965: Flush pipeline on EndTransformFeedback.
Paul Berry
2011-12-20
3
-0
/
+22
*
i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush.
Paul Berry
2011-12-20
1
-1
/
+2
*
i965 gen6: Turn on transform feedback extension.
Paul Berry
2011-12-20
1
-0
/
+3
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
15
-10
/
+417
*
i965 gs: Move vue_map to brw_gs_compile.
Paul Berry
2011-12-20
2
-3
/
+4
*
i965 gen6+: Use 1-wide null operands for IF instructions
Paul Berry
2011-12-20
1
-4
/
+4
*
mesa: Fix off-by-one error in transform feedback size check.
Paul Berry
2011-12-20
1
-1
/
+1
*
mesa: Record transform feedback strides/offsets in linker output.
Paul Berry
2011-12-20
2
-1
/
+14
*
Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8e
Jon TURNEY
2011-12-20
1
-1
/
+1
*
xvmc: Remove unused variable
Maarten Lankhorst
2011-12-20
1
-3
/
+0
*
vl: Remove unused declaration
Maarten Lankhorst
2011-12-20
1
-1
/
+1
*
vl: Use pipe clear_render_target instead of util_clear_render_target
Maarten Lankhorst
2011-12-20
1
-2
/
+2
*
mesa: fix a leak in _mesa_delete_texture_image()
Pekka Paalanen
2011-12-20
1
-0
/
+1
*
st/egl: error check and clamp coordinates in eglPostSubBufferNV
Chia-I Wu
2011-12-20
1
-8
/
+21
*
egl_dri2/x11: error check coordinates in eglPostSubBufferNV
Chia-I Wu
2011-12-20
1
-5
/
+5
*
st/egl: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
2
-2
/
+24
*
egl_dri2/x11: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
1
-0
/
+17
*
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
6
-0
/
+48
*
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
2011-12-20
1
-0
/
+5
*
egl: remove #ifdef's for official extensions
Chia-I Wu
2011-12-20
11
-84
/
+0
*
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
2011-12-20
5
-43
/
+0
*
egl: update headers
Chia-I Wu
2011-12-20
3
-24
/
+73
*
egl: move unofficial extensions to eglmesaext.h
Chia-I Wu
2011-12-20
2
-136
/
+176
*
i915g: Add unsupported caps.
Stéphane Marchesin
2011-12-19
1
-0
/
+4
*
i915g: Turn an assert into a debug message, print more debug info for missing...
Stéphane Marchesin
2011-12-19
2
-4
/
+9
*
i915g: Make the pipe_sampler_state struct non const and get rid of useless me...
Stéphane Marchesin
2011-12-19
2
-2
/
+2
*
i915g: Implement KILP.
Stéphane Marchesin
2011-12-19
1
-3
/
+12
*
i915g: Add two unsupported caps.
Stéphane Marchesin
2011-12-19
1
-0
/
+2
*
i915g: Put the templates at the beggining of the structures.
Stéphane Marchesin
2011-12-19
2
-5
/
+5
*
i965: Advertise our vertex shader texture units.
Kenneth Graunke
2011-12-19
1
-1
/
+1
*
i965/vs: Implement EXT_texture_swizzle support for VS texturing.
Kenneth Graunke
2011-12-19
2
-1
/
+52
*
i965/vs: Add texture related data to brw_vs_prog_key.
Kenneth Graunke
2011-12-19
2
-0
/
+11
*
i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.
Kenneth Graunke
2011-12-19
1
-1
/
+3
*
i965/fs: Factor out texturing related data from brw_wm_prog_key.
Kenneth Graunke
2011-12-19
7
-115
/
+168
*
i965/vs: Add support for texel offsets.
Kenneth Graunke
2011-12-19
3
-2
/
+23
*
i965/fs: Factor out texture offset bitfield computation.
Kenneth Graunke
2011-12-19
3
-18
/
+26
*
i965/vs: Implement vec4_visitor::visit(ir_texture *).
Kenneth Graunke
2011-12-19
1
-7
/
+120
[next]