summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8eHEADmasterJon TURNEY1-1/+1
2011-12-20xvmc: Remove unused variableMaarten Lankhorst1-3/+0
2011-12-20vl: Remove unused declarationMaarten Lankhorst1-1/+1
2011-12-20vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst1-2/+2
2011-12-20mesa: fix a leak in _mesa_delete_texture_image()Pekka Paalanen1-0/+1
2011-12-20st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu1-8/+21
2011-12-20egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu1-5/+5
2011-12-20st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2-2/+24
2011-12-20egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-0/+17
2011-12-20egl: add EGL_NV_post_sub_bufferFredrik Höglund6-0/+48
2011-12-20egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu1-0/+5
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu11-84/+0
2011-12-20egl: remove EGL_ANDROID_swap_rectangleChia-I Wu5-43/+0
2011-12-20egl: update headersChia-I Wu3-24/+73
2011-12-20egl: move unofficial extensions to eglmesaext.hChia-I Wu2-136/+176
2011-12-20i915g: Add unsupported caps.Stéphane Marchesin1-0/+4
2011-12-20i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2-4/+9
2011-12-20i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2-2/+2
2011-12-20i915g: Implement KILP.Stéphane Marchesin1-3/+12
2011-12-20i915g: Add two unsupported caps.Stéphane Marchesin1-0/+2
2011-12-20i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2-5/+5
2011-12-20i965: Advertise our vertex shader texture units.Kenneth Graunke1-1/+1
2011-12-20i965/vs: Implement EXT_texture_swizzle support for VS texturing.Kenneth Graunke2-1/+52
2011-12-20i965/vs: Add texture related data to brw_vs_prog_key.Kenneth Graunke2-0/+11
2011-12-20i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.Kenneth Graunke1-1/+3
2011-12-20i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke7-115/+168
2011-12-20i965/vs: Add support for texel offsets.Kenneth Graunke3-2/+23
2011-12-20i965/fs: Factor out texture offset bitfield computation.Kenneth Graunke3-18/+26
2011-12-20i965/vs: Implement vec4_visitor::visit(ir_texture *).Kenneth Graunke1-7/+120
2011-12-20i965/vs: Implement vec4_visitor::generate_tex().Kenneth Graunke2-0/+110
2011-12-20i965: Add missing SIMD4x2 sample_l_c message #defines.Kenneth Graunke1-0/+1
2011-12-20i965: Don't minify depth when setting up cube map miptrees on Gen4.Kenneth Graunke1-1/+2
2011-12-19glx: Remove GLX_USE_APPLEGL cruft in extension string handlingIan Romanick1-36/+2
2011-12-19glx: GLX 1.4 does not require GLX_INTEL_swap_eventIan Romanick1-1/+1
2011-12-19glx: Remove some extensions that are not, and never will be, supportedIan Romanick2-20/+0
2011-12-19glx: Explicitly reject servers that only support GLX 1.0Ian Romanick1-4/+6
2011-12-19glx: Initialize share_xid in CreateContextIan Romanick1-0/+1
2011-12-19glx: Make parameter types for __glXSendError match protocol typesIan Romanick2-4/+6
2011-12-19glx: Make __glXSendError available in non-Apple buildsIan Romanick4-1/+2
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick6-26/+31
2011-12-19glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick1-1/+1
2011-12-19glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick1-13/+32
2011-12-19glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick1-1/+1
2011-12-19glx: Don't create a shared context if the other context isn't the same kindIan Romanick3-0/+21
2011-12-19i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.Eric Anholt4-1/+20
2011-12-19i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt3-15/+20
2011-12-19i965: Use the miptree format for texture surface format choice.Eric Anholt2-2/+2
2011-12-19i965: Add support for mapping Z32_FLOAT_X24S8 fake packed depth/stencil.Eric Anholt1-5/+17
2011-12-19intel: Stop creating the wrapped depth irb.Eric Anholt2-111/+8
2011-12-19i965: Properly demote the depth mt format for fake packed depth/stencil.Eric Anholt4-3/+19