summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-02r300g: always set the pitch of the first miplevel in the tiling flagsMarek Olšák
2010-05-02Revert "r300g: disable point sprites (again)"Marek Olšák
2010-05-02r300g: merge VS output mapping state (VAP) to rasterizer block state (RS)Marek Olšák
2010-05-02r300g: inline update_derived_shader_stateMarek Olšák
2010-05-02r300g: fix segfault when resizing a DRI2 framebufferMarek Olšák
2010-05-02r300g: cache tiling flags to reduce the number of DRM callsMarek Olšák
2010-05-02mesa: s/sprintf/_mesa_snprintf/Vinson Lee
2010-05-02i965g: s/sprintf/util_snprintf/Vinson Lee
2010-05-01glsl: s/sprintf/_mesa_snprintf/Vinson Lee
2010-05-01glapi: s/strcpy/strncpy/Vinson Lee
2010-05-01llvmpipe: Remove unused variable.Vinson Lee
2010-05-01progs/tests: Remove meaningless const qualifiers.Vinson Lee
2010-05-01swrastg: Use traceJakob Bornecrantz
2010-05-01progs/demos: Remove meaningless const qualifier in vao_demo.c.Vinson Lee
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller
2010-04-30nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller
2010-04-30nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller
2010-04-30llvmpipe: fix out-of-bounds texture samplingBrian Paul
2010-04-30llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul
2010-04-29st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz
2010-04-29st/xorg: Remove save and restore hw stateJakob Bornecrantz
2010-04-29st/xorg: Get new connection status from kernelJakob Bornecrantz
2010-05-19progs/egl: Fix building on cygwin.Chia-I Wu
2010-05-19egl: Link drivers back to libEGL.Chia-I Wu
2010-05-19gallium/docs: s/milli/nano/Mathias Fröhlich
2010-05-19graw: Disable build of tests/graw.Vinson Lee
2010-05-19fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith
2010-05-19util: Remove unused imports from Python scripts.Vinson Lee
2010-05-19util: Remove unnecessary semicolons in Python scripts.Vinson Lee
2010-05-19Merge commit 'origin/graw-tests'Keith Whitwell
2010-05-19scons: don't set default_llvm on windows unles LLVM is definedKeith Whitwell
2010-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol
2010-05-19tgsi: Implement OPCODE_DIV.Michal Krol
2010-05-18dri2_glx: Put the invalidate b/c code back inKristian Høgsberg
2010-05-18dri2_glx: Terminate loader extension list outside #ifdefKristian Høgsberg
2010-05-19r300/compiler: Implement constant foldingNicolai Hähnle
2010-05-19r300/compiler: Emit 0.5 swizzle when necessary.Tom Stellard
2010-05-18i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt
2010-05-18i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt
2010-05-18st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer
2010-05-18 gen6 fix: fix a wrong bit in binding_table_pointerZou Nan hai
2010-05-17i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt
2010-05-17i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt
2010-05-17llvmpipe: Fix link order for test appsJakob Bornecrantz
2010-05-17intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg
2010-05-17gallium/docs: Fix missing ref.Corbin Simpson
2010-05-17gallium/docs: Update for timer queries.Corbin Simpson
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-17r300g: Add RS block dump.Corbin Simpson
2010-05-17st/mesa: call st_flush_bitmap_cache() from st_readpixels()Brian Paul