summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-04-27r300: always emit output insts after all KIL instsMaciej Cencora
2009-04-24intel: Fix more issues with the combined depth-stencil attachmentIan Romanick
2009-04-24intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick
2009-04-24intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul
2009-04-24i965: fix point size issueRoland Scheidegger
2009-04-23mesa: more informative error messagesBrian Paul
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul
2009-04-23i915: fix fix for anisotropic filteringRoland Scheidegger
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt
2009-04-22mesa: minor state-update changes in histogram codeBrian Paul
2009-04-22mesa: fix comment typoBrian Paul
2009-04-22st: comments, license, copyrightBrian Paul
2009-04-22mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul
2009-04-22mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-04-22st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell
2009-04-21st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul
2009-04-21swrast: simplify state update logic for fragment shader const buffersBrian Paul
2009-04-21st: use the static atoms[] array directlyBrian Paul
2009-04-21st: do away with dynamic state atom for const buffersBrian Paul
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-21mesa: print internal.current[i] attribBrian Paul
2009-04-21mesa: print parameter list dirty state flag maskBrian Paul
2009-04-21i965: const correctnessBrian Paul
2009-04-21r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora
2009-04-21st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul
2009-04-20swrast: fix pointer arithmetic error in get_texel_array()Brian Paul
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-04-20mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca
2009-04-20mesa: Handle failure to create a transfer.José Fonseca
2009-04-20st: assert on pipe_buffer_create failureKeith Whitwell
2009-04-20r300: fix register-negate branch merge regressionMaciej Cencora
2009-04-20gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer
2009-04-19st: Wait to create bitmap transfer until neededJakob Bornecrantz
2009-04-18i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul
2009-04-18intel: #include polygon.h to silence warningBrian Paul
2009-04-18mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul
2009-04-17mesa: suppress extra newlineBrian Paul
2009-04-17i915: fix broken indirect constant buffer readsBrian Paul
2009-04-17mesa: build a float[4] value in _mesa_add_sampler() to avoid random valuesBrian Paul
2009-04-17dri: __driUtilMessage(): not all messages are errorsBrian Paul
2009-04-17mesa: minor tweak to error messageBrian Paul
2009-04-17i965: updated CURBE allocation codeBrian Paul