summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965 gs: Move vue_map to brw_gs_compile.Paul Berry2011-12-202-3/+4
* i965 gen6+: Use 1-wide null operands for IF instructionsPaul Berry2011-12-201-4/+4
* mesa: Fix off-by-one error in transform feedback size check.Paul Berry2011-12-201-1/+1
* mesa: Record transform feedback strides/offsets in linker output.Paul Berry2011-12-202-1/+14
* Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8eJon TURNEY2011-12-201-1/+1
* xvmc: Remove unused variableMaarten Lankhorst2011-12-201-3/+0
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* mesa: fix a leak in _mesa_delete_texture_image()Pekka Paalanen2011-12-201-0/+1
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-5/+5
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+17
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-206-0/+48
* egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu2011-12-201-0/+5
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-2011-84/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-205-43/+0
* egl: update headersChia-I Wu2011-12-203-24/+73
* egl: move unofficial extensions to eglmesaext.hChia-I Wu2011-12-202-136/+176
* i915g: Add unsupported caps.Stéphane Marchesin2011-12-191-0/+4
* i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2011-12-192-4/+9
* i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2011-12-192-2/+2
* i915g: Implement KILP.Stéphane Marchesin2011-12-191-3/+12
* i915g: Add two unsupported caps.Stéphane Marchesin2011-12-191-0/+2
* i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2011-12-192-5/+5
* i965: Advertise our vertex shader texture units.Kenneth Graunke2011-12-191-1/+1
* i965/vs: Implement EXT_texture_swizzle support for VS texturing.Kenneth Graunke2011-12-192-1/+52
* i965/vs: Add texture related data to brw_vs_prog_key.Kenneth Graunke2011-12-192-0/+11
* i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.Kenneth Graunke2011-12-191-1/+3
* i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke2011-12-197-115/+168
* i965/vs: Add support for texel offsets.Kenneth Graunke2011-12-193-2/+23
* i965/fs: Factor out texture offset bitfield computation.Kenneth Graunke2011-12-193-18/+26
* i965/vs: Implement vec4_visitor::visit(ir_texture *).Kenneth Graunke2011-12-191-7/+120
* i965/vs: Implement vec4_visitor::generate_tex().Kenneth Graunke2011-12-192-0/+110
* i965: Add missing SIMD4x2 sample_l_c message #defines.Kenneth Graunke2011-12-191-0/+1
* i965: Don't minify depth when setting up cube map miptrees on Gen4.Kenneth Graunke2011-12-191-1/+2
* glx: Remove GLX_USE_APPLEGL cruft in extension string handlingIan Romanick2011-12-191-36/+2
* glx: GLX 1.4 does not require GLX_INTEL_swap_eventIan Romanick2011-12-191-1/+1
* glx: Remove some extensions that are not, and never will be, supportedIan Romanick2011-12-192-20/+0
* glx: Explicitly reject servers that only support GLX 1.0Ian Romanick2011-12-191-4/+6
* glx: Initialize share_xid in CreateContextIan Romanick2011-12-191-0/+1
* glx: Make parameter types for __glXSendError match protocol typesIan Romanick2011-12-192-4/+6
* glx: Make __glXSendError available in non-Apple buildsIan Romanick2011-12-194-1/+2
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-196-26/+31
* glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick2011-12-191-1/+1
* glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick2011-12-191-13/+32
* glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick2011-12-191-1/+1
* glx: Don't create a shared context if the other context isn't the same kindIan Romanick2011-12-193-0/+21
* i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.Eric Anholt2011-12-194-1/+20
* i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt2011-12-193-15/+20