summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-05-07mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-04i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt
2010-05-04intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt
2010-05-04osmesa: remove unused varBrian Paul
2010-05-04osmesa: fix OSMesa for CHAN_BITS=32Brian Paul
2010-05-04intel: Update renderbuffers unconditionally in intelSetTexBuffer2()Kristian Høgsberg
2010-05-04intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg
2010-05-03driswrast: Fix more context creation breakageKristian Høgsberg
2010-05-03nouveau: fix nouveau_create_context declerationDave Airlie
2010-05-03swrast: Correct include for mtypes.hJakob Bornecrantz
2010-05-02Update drisw state tracker to use new API aware context createXavier Chantry
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg
2010-04-28configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg
2010-04-28intel: Advertise GLES1/2 for i915+ when enabledKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-21radeon: fix warningMarek Olšák
2010-04-21intel: Add Sandybridge mobile chipset idZhenyu Wang
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang
2010-04-29i965: Reject shaders with uninlined function calls instead of hanging.Eric Anholt
2010-04-29i965: Fix cube map layouts on Ironlake.Eric Anholt
2010-04-29i965: Implement VS MAX in a more obvious way.Eric Anholt
2010-04-29i965: Use immediate float operands for some VS instructions.Eric Anholt
2010-04-20i915: Map sampler indices to texture units correctly for fragment shaders.Eric Anholt
2010-04-20i915: Add missing break; after handling the stub NOISE instructions.Eric Anholt
2010-04-27Disable scissor when begining meta operationsPierre Willenbrock
2010-04-27Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock
2010-04-27Fill the padding between entrys in the sampler keyPierre Willenbrock
2010-04-27i915: Add debugging for just prorgam compile under INTEL_DEBUG=wmEric Anholt
2010-04-27i915: Provide counts in the error messages for program limits.Eric Anholt
2010-04-28radeon: fix warningsMarek Olšák
2010-04-27dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz
2010-04-26r600: add support for more rendering formatsAlex Deucher
2010-04-26r600: avoid setting invalid bit on r7xx for blitsAlex Deucher
2010-04-26r600: enable VERT_RESULT_PSIZ - makes point size & attenuation workAndre Maasikas
2010-04-26r600: adjust point sprites after 911fa4a4a1Andre Maasikas
2010-04-24radeon: Remove NULL check of bo_legacy->tobj.Vinson Lee
2010-04-24dri: Remove unnecessary header.Vinson Lee
2010-04-23Merge remote branch 'origin/7.8'Jerome Glisse
2010-04-23r600: don't enable depth test if there is no depth bufferJerome Glisse
2010-04-23Merge branch '7.8'Michel Dänzer
2010-04-22i965: Fix assertion for surface tile offset usage on Ironlake.Eric Anholt
2010-04-22i965: Fix scissoring when width or height is 0.Eric Anholt
2010-04-22radeon: 9800 SE has only one quadpipeTormod Volden
2010-04-22DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes
2010-04-22DRI2: add config query extensionJesse Barnes
2010-04-22Merge branch '7.8'Brian Paul
2010-04-22r300: fix vertex unit setupAlex Deucher