summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-05-01mesa: fix commentBrian Paul
2009-05-01set: new st_swapbuffers() which does a true front/back buffer swapBrian Paul
2009-05-01Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
2009-05-01st: when double buffered, only create front color buffer on demandBrian Paul
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul
2009-05-01mesa: bump version to 7.6 (devel)Brian Paul
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer
2009-04-29Use variable library name in pkg-config output.Tom Fogal
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell
2009-04-28mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell
2009-04-28mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom
2009-04-27Avoid a segfault in shader compilationRobert Ellison
2009-04-27i965: #include prog_print.h to silence warningBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell
2009-04-24i965: rework GLSL/WM register allocationBrian Paul
2009-04-24mesa: refactor code and make _mesa_find_temp_intervals() publicBrian Paul
2009-04-27mesa: Call _mesa_snprintf instead of snprintf.José Fonseca
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-24mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAMBrian 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-22i965: disable debug printfBrian Paul
2009-04-22i965: enable VS constant buffersBrian Paul
2009-04-22i965: define BRW_MAX_GRFBrian Paul
2009-04-22i965: remove old code to init surface-related cache IDsBrian Paul
2009-04-22i965: comments, reformattingBrian Paul