index
:
~fredrik/mesa
egl-swap-buffers
master
nv-post-sub-buffer
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-20
Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8e
HEAD
master
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
2011-12-20
i915g: Add unsupported caps.
Stéphane Marchesin
1
-0/+4
2011-12-20
i915g: Turn an assert into a debug message, print more debug info for missing...
Stéphane Marchesin
2
-4/+9
2011-12-20
i915g: Make the pipe_sampler_state struct non const and get rid of useless me...
Stéphane Marchesin
2
-2/+2
2011-12-20
i915g: Implement KILP.
Stéphane Marchesin
1
-3/+12
2011-12-20
i915g: Add two unsupported caps.
Stéphane Marchesin
1
-0/+2
2011-12-20
i915g: Put the templates at the beggining of the structures.
Stéphane Marchesin
2
-5/+5
2011-12-20
i965: Advertise our vertex shader texture units.
Kenneth Graunke
1
-1/+1
2011-12-20
i965/vs: Implement EXT_texture_swizzle support for VS texturing.
Kenneth Graunke
2
-1/+52
2011-12-20
i965/vs: Add texture related data to brw_vs_prog_key.
Kenneth Graunke
2
-0/+11
2011-12-20
i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.
Kenneth Graunke
1
-1/+3
2011-12-20
i965/fs: Factor out texturing related data from brw_wm_prog_key.
Kenneth Graunke
7
-115/+168
2011-12-20
i965/vs: Add support for texel offsets.
Kenneth Graunke
3
-2/+23
2011-12-20
i965/fs: Factor out texture offset bitfield computation.
Kenneth Graunke
3
-18/+26
2011-12-20
i965/vs: Implement vec4_visitor::visit(ir_texture *).
Kenneth Graunke
1
-7/+120
2011-12-20
i965/vs: Implement vec4_visitor::generate_tex().
Kenneth Graunke
2
-0/+110
2011-12-20
i965: Add missing SIMD4x2 sample_l_c message #defines.
Kenneth Graunke
1
-0/+1
2011-12-20
i965: Don't minify depth when setting up cube map miptrees on Gen4.
Kenneth Graunke
1
-1/+2
2011-12-19
glx: Remove GLX_USE_APPLEGL cruft in extension string handling
Ian Romanick
1
-36/+2
2011-12-19
glx: GLX 1.4 does not require GLX_INTEL_swap_event
Ian Romanick
1
-1/+1
2011-12-19
glx: Remove some extensions that are not, and never will be, supported
Ian Romanick
2
-20/+0
2011-12-19
glx: Explicitly reject servers that only support GLX 1.0
Ian Romanick
1
-4/+6
2011-12-19
glx: Initialize share_xid in CreateContext
Ian Romanick
1
-0/+1
2011-12-19
glx: Make parameter types for __glXSendError match protocol types
Ian Romanick
2
-4/+6
2011-12-19
glx: Make __glXSendError available in non-Apple builds
Ian Romanick
4
-1/+2
2011-12-19
glx: Send DestroyContext protocol at the correct times
Ian Romanick
6
-26/+31
2011-12-19
glx: Don't segfault if glXGetContextIDEXT is pased a NULL context
Ian Romanick
1
-1/+1
2011-12-19
glx: Fix handling of property list received from the server in glXImportConte...
Ian Romanick
1
-13/+32
2011-12-19
glx: Don't segfault if xcb_glx_is_direct_reply returns NULL
Ian Romanick
1
-1/+1
2011-12-19
glx: Don't create a shared context if the other context isn't the same kind
Ian Romanick
3
-0/+21
2011-12-19
i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.
Eric Anholt
4
-1/+20
2011-12-19
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
3
-15/+20
2011-12-19
i965: Use the miptree format for texture surface format choice.
Eric Anholt
2
-2/+2
2011-12-19
i965: Add support for mapping Z32_FLOAT_X24S8 fake packed depth/stencil.
Eric Anholt
1
-5/+17
2011-12-19
intel: Stop creating the wrapped depth irb.
Eric Anholt
2
-111/+8
2011-12-19
i965: Properly demote the depth mt format for fake packed depth/stencil.
Eric Anholt
4
-3/+19
[next]