summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-11-15dri/nouveau nv20: Use rules-ng-ng headersViktor Novotný
2010-11-15dri/nouveau: nv10: Use rules-ng-ng headersViktor Novotný
2010-11-15dri/nouveau: nv04: Use rules-ng-ng headersViktor Novotný
2010-11-15dri/nouveau: Import headers from rules-ng-ngViktor Novotný
2010-11-15evergreen: set gl_texture_image::TexFormat field in evergreenSetTexBuffer()Brian Paul
2010-11-15r300: set gl_texture_image::TexFormat field in r300SetTexBuffer2()Brian Paul
2010-11-15r200: set gl_texture_image::TexFormat field in r200SetTexBuffer2()Brian Paul
2010-11-15r600: set gl_texture_image::TexFormat field in r600SetTexBuffer2()Brian Paul
2010-11-15radeon: set gl_texture_image::TexFormat field in radeonSetTexBuffer2()Brian Paul
2010-11-15radeon: fix potential segfault in renderbuffer updateDaniel Lichtenberger
2010-11-14i965: Fix gl_FragCoord inversion when drawing to an FBO.Eric Anholt
2010-11-13i965: Silence uninitialized variable warning.Vinson Lee
2010-11-11tdfx: s/Format/_BaseFormat/Brian Paul
2010-11-11dri/nouveau: Split hardware/software TNL instantiation more cleanly.Francisco Jerez
2010-11-10intel: Add a new B43 pci id.Robert Hooker
2010-11-10i965: re-enable gen6 IF statements in the fragment shader.Eric Anholt
2010-11-10i965: Work around strangeness in swizzling/masking of gen6 math.Eric Anholt
2010-11-10meta: Handle bitmaps with alpha test enabled.Francisco Jerez
2010-11-10r200: fix r200 large pointsRoland Scheidegger
2010-11-10Revert "i965: VS use SPF mode on sandybridge for now"Zhenyu Wang
2010-11-10i965: fix dest type of 'endif' on sandybridgeZhenyu Wang
2010-11-09i965: Add support for math on constants in gen6 brw_wm_glsl.c path.Eric Anholt
2010-11-09i965: Allow OPCODE_SWZ to put immediates in the first arg.Eric Anholt
2010-11-09intel: Add assert check for blitting alignment.Peter Clifton
2010-11-09Revert "intel: Fix the client-side swapbuffers throttling."Eric Anholt
2010-11-09intel: Fix the client-side swapbuffers throttling.Eric Anholt
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-11-08radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff
2010-11-08radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff
2010-11-08mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.Mario Kleiner
2010-11-08intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher
2010-11-06meta: Don't try to disable cube maps if the driver doesn't expose the extension.Francisco Jerez
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-04meta: Fix incorrect rendering of the bitmap alpha component.Francisco Jerez
2010-11-04meta: Don't leak alpha function/reference value changes.Francisco Jerez
2010-11-03dri/nouveau: Silence uninitialized variable warning.Vinson Lee
2010-11-03intel: Remove leftover dri1 locking fields in the context.Eric Anholt
2010-11-03intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt
2010-11-03intel: Avoid taking logbase2 of several things that we max.Eric Anholt
2010-11-03i965: Remove dead intel_structs.h file.Eric Anholt
2010-11-03intel: Remove the magic unaligned memcpy code.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-11-02savage: Remove unnecessary header.Vinson Lee
2010-11-02intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt
2010-11-02dri/util: add a bunch of commentsBrian Paul
2010-11-02i965: refresh wm push constant also for BRW_NEW_FRAMENT_PROGRAM on gen6Zhenyu Wang