summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson1-27/+9
2009-06-02intel: Clip to window after calling Driver.TexImage2DIan Romanick1-9/+8
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer2-8/+21
2009-05-13intel: added null ptr checkBrian Paul1-1/+2
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul3-29/+75
2009-05-11Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick1-1/+2
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer4-9/+11
2009-04-28R300: add quadpipe overridesAlex Deucher1-4/+13
2009-04-28i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul1-3/+4
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul6-17/+17
2009-04-27r300: always emit output insts after all KIL instsMaciej Cencora2-3/+46
2009-04-24intel: Fix more issues with the combined depth-stencil attachmentIan Romanick1-6/+13
2009-04-24intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick1-1/+1
2009-04-24intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick2-16/+99
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul1-5/+9
2009-04-24i965: fix point size issueRoland Scheidegger1-1/+1
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul1-2/+2
2009-04-23i915: fix fix for anisotropic filteringRoland Scheidegger1-2/+7
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt1-7/+11
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2-5/+4
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger5-3/+7
2009-04-21i965: const correctnessBrian Paul1-49/+49
2009-04-21r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora1-2/+1
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca1-77/+0
2009-04-20r300: fix register-negate branch merge regressionMaciej Cencora3-39/+12
2009-04-18i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul1-2/+2
2009-04-18intel: #include polygon.h to silence warningBrian Paul1-0/+1
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer1-0/+5
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul1-0/+2
2009-04-17i915: fix broken indirect constant buffer readsBrian Paul3-51/+40
2009-04-17dri: __driUtilMessage(): not all messages are errorsBrian Paul1-1/+1
2009-04-17i965: updated CURBE allocation codeBrian Paul3-8/+15
2009-04-16Merge branch 'register-negate'Brian Paul14-109/+93
2009-04-16i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt5-182/+0
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt9-125/+346
2009-04-16i965: disable using immediate values for MOV instructionsBrian Paul1-1/+3
2009-04-16i965: minor debug output changesBrian Paul1-3/+3
2009-04-16i965: const buffer debug code (disabled)Brian Paul1-0/+12
2009-04-16i965: implement relative addressing for VS constant buffer readsBrian Paul3-59/+115
2009-04-16i965: handle address reg in get_dst()Brian Paul1-0/+4
2009-04-16i965: fix const buffer temp register clobberingBrian Paul1-7/+18
2009-04-16intel: fix small compressed texture uploadRoland Scheidegger1-4/+5
2009-04-15i965: Clean up output of WM SS state dump, and add format output.Eric Anholt1-3/+17
2009-04-15i915: Use DEBUG_WM (like 965) for printing the fragment program out.Eric Anholt1-4/+2
2009-04-15i915: Add decode of dest buffer variables (destination format)Eric Anholt1-0/+30
2009-04-15intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.Eric Anholt1-3/+10
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul14-109/+93
2009-04-14i965: fix VS constant buffer readsBrian Paul3-35/+25
2009-04-14DRI2: Don't fault on NULL DrawBufferIan Romanick1-1/+1
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul11-91/+477