summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-20add some gitignoresgbmBenjamin Franzke4-0/+4
2011-05-20egl_dri2: cleanupBenjamin Franzke2-76/+7
2011-05-20egl_dri2: Makefile cleanupBenjamin Franzke1-7/+0
2011-05-20egl_dri2: Use image::dupImage in drm image-from-pixmapBenjamin Franzke1-21/+22
2011-05-20wipBenjamin Franzke14-127/+30
2011-05-19Implement is_format_supportedBenjamin Franzke5-23/+99
2011-05-19move gallium backend to src/gallium/{state_trackers,targets}/gbmBenjamin Franzke11-217/+264
2011-05-19semi working autoconf/global makeBenjamin Franzke8-14/+46
2011-05-18gbm wip cleanupBenjamin Franzke17-27/+37
2011-05-17gbm/egl: Use text-based per driver-class pci lists (wip)Benjamin Franzke26-27/+900
2011-05-17intel: pci_ids: Set driver name per sectionBenjamin Franzke1-42/+45
2011-05-17pci id generatorKristian Høgsberg9-205/+310
2011-05-16gbm: link gbm_dri to glapiBenjamin Franzke2-2/+2
2011-05-16gbm_bo_create_from_egl_image: Drop format parameterBenjamin Franzke5-28/+9
2011-05-16gbm: Use image::dupImage rather then export+import which flinks buffer.Benjamin Franzke1-20/+3
2011-05-16intel: Implement DRIimageExtension::dupImageBenjamin Franzke1-1/+26
2011-05-16st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke1-0/+19
2011-05-16dri: Add dupImage to DRIimageExtensionBenjamin Franzke1-0/+2
2011-05-16gbm/g3drm: Use internal egl lookup function and just reference the resourceBenjamin Franzke5-41/+37
2011-05-16rebase fixBenjamin Franzke1-1/+1
2011-05-16gbm.pcBenjamin Franzke3-3/+30
2011-05-16wipBenjamin Franzke24-89/+396
2011-05-16gbm/dri: bo_from_egl_image: Check lookup_egl_image being setBenjamin Franzke1-0/+6
2011-05-16wip: Add gbm_bo_create_from_egl_imageBenjamin Franzke6-7/+166
2011-05-16wip: Start of a unified drm driver listBenjamin Franzke11-1324/+22
2011-05-16wip: gbm gallium backendBenjamin Franzke11-22/+413
2011-05-16Add hack to make a gbm_device pointer identifiableBenjamin Franzke2-1/+12
2011-05-16wipBenjamin Franzke15-2/+1489
2011-05-16st/mesa: overhaul vertex/fragment sampler and sampler views.Dave Airlie4-154/+225
2011-05-16gallium: block signals for new thread when spawning threadsDave Airlie1-1/+8
2011-05-15r600g: reduce flushes so only when texture and CB overlap.Dave Airlie2-8/+17
2011-05-14r300/compiler: Use ALU Result for IF conditionalsTom Stellard6-20/+212
2011-05-15r300g: HiZ fixesMarek Olšák1-24/+24
2011-05-15r300g: don't set other HyperZ states if depth and stencil tests are disabledMarek Olšák1-14/+27
2011-05-15r300g: dynamically ask for and release Hyper-Z accessMarek Olšák10-95/+225
2011-05-15r300g: fix conversion from int to booleanMarek Olšák1-2/+2
2011-05-14u_vbuf_mgr: fix max_index computation once againMarek Olšák1-15/+47
2011-05-14st/mesa: set correct baseInternalFormat for _mesa_texstore in DrawPixelsMarek Olšák1-3/+4
2011-05-13i965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead of 0.Kenneth Graunke1-3/+3
2011-05-13i965: Rename dp_render_target struct to gen6_dp.Kenneth Graunke3-31/+31
2011-05-13i965: Attempt to un-muddle Gen6 data port message target defines.Kenneth Graunke2-6/+9
2011-05-13nvc0: prevent overlap between load address and destination regsChristoph Bumiller1-15/+29
2011-05-13docs: update relnotes-7.11Marek Olšák1-0/+1
2011-05-13st/mesa: expose ARB_shader_texture_lod if SM3 is supportedMarek Olšák1-0/+4
2011-05-12util_logbase2 takes and returns unsigned, not intMatt Turner1-2/+2
2011-05-12Remove redundant util_unsigned_logbase2Matt Turner5-17/+5
2011-05-12u_math.h: Remove redundant mingw32 ffs definitionMatt Turner1-4/+0
2011-05-13st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke16-2/+497
2011-05-13egl_dri2: Discard similar configsBenjamin Franzke1-4/+2
2011-05-13egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg4-7/+28