aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: remove extra \n from warning stringBrian Paul2009-06-171-1/+1
* i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison2009-06-171-0/+10
* i965: send all warnings through _mesa_warning()Robert Ellison2009-06-171-1/+1
* i965: fix segfault on low memory conditionsRobert Ellison2009-06-171-0/+7
* i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-172-1/+40
* i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-06-173-0/+30
* i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt2009-06-171-0/+21
* i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt2009-06-171-2/+5
* intel: Don't complain on falling back from PBO fastpaths.Eric Anholt2009-06-171-3/+3
* i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt2009-06-171-1/+1
* i915: Only use the new 945 cube layout for compressed textures.Eric Anholt2009-06-171-1/+4
* i965: Fix varying payload reg assignment for the non-GLSL-instructions path.Eric Anholt2009-06-171-8/+10
* i965: Fix register allocation of GLSL fp inputs.Eric Anholt2009-06-174-13/+27
* intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt2009-06-171-1/+2
* intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt2009-06-171-1/+2
* intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-06-171-1/+1
* intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-06-172-2/+15
* mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul2009-06-171-1/+1
* GLX: attempt to fix glean makeCurrent test cases.Brian Paul2009-06-171-1/+5
* i965: fix bugs in projective texture coordinatesBrian Paul2009-06-165-20/+54
* intel: Release fb backing regions in intelDestroyBuffer()Shuang He2009-06-151-0/+24
* mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul2009-06-111-0/+1
* osmesa: Allow building standalone in all three channel widthsDan Nicholson2009-06-041-27/+9
* intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
* r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer2009-05-142-8/+21
* intel: added null ptr checkBrian Paul2009-05-131-1/+2
* intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul2009-05-133-29/+75
* Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick2009-05-111-1/+2
* r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-304-9/+11
* R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
* i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul2009-04-281-3/+4
* i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-276-17/+17
* r300: always emit output insts after all KIL instsMaciej Cencora2009-04-272-3/+46
* intel: Fix more issues with the combined depth-stencil attachmentIan Romanick2009-04-241-6/+13
* intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick2009-04-241-1/+1
* intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick2009-04-242-16/+99
* i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul2009-04-241-5/+9
* i965: fix point size issueRoland Scheidegger2009-04-241-1/+1
* i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul2009-04-231-2/+2
* i915: fix fix for anisotropic filteringRoland Scheidegger2009-04-231-2/+7
* i965: Support drawing to FBO cube faces other than positive X.Eric Anholt2009-04-231-7/+11
* intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2009-04-232-5/+4
* intel: fix max anisotropy supportedRoland Scheidegger2009-04-225-3/+7
* i965: const correctnessBrian Paul2009-04-211-49/+49
* r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora2009-04-211-2/+1
* gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2009-04-201-77/+0
* r300: fix register-negate branch merge regressionMaciej Cencora2009-04-203-39/+12
* i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul2009-04-181-2/+2
* intel: #include polygon.h to silence warningBrian Paul2009-04-181-0/+1
* intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer2009-04-181-0/+5