summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-21intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg
2009-02-21intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt
2009-02-21i965: Fix render target read domains.Eric Anholt
2009-02-20gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul
2009-02-20i965: use the new prog_instruction::TexShadow fieldBrian Paul
2009-02-20i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24Brian Paul
2009-02-20glsl: use new IR opcodes for TEX instructions with shadow comparisonBrian Paul
2009-02-20mesa: add TexShadow field to prog_instructionBrian Paul
2009-02-20i965: separate emit_op() and emit_tex_op() functionsBrian Paul
2009-02-20mesa: freshen-up comments, move some fields in prog_instructionBrian Paul
2009-02-20i965: update comment, use const qualifierBrian Paul
2009-02-20i965: var renaming, clean-upBrian Paul
2009-02-20i965: added commentBrian Paul
2009-02-20intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul
2009-02-20i965: additional debug outputBrian Paul
2009-02-20glsl: rename GLSL texture assembly instructions to be more legibleBrian Paul
2009-02-20glsl: fix vec4_texp_rect IR code (need projective version)Brian Paul
2009-02-20util/debug: need to fflush(stderr) on windowsKeith Whitwell
2009-02-20util: Also output messages to stderr on windows.José Fonseca
2009-02-20wgl: Prevent null pointer reference.José Fonseca
2009-02-20util: Stack backtracing facilities.José Fonseca
2009-02-20gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/Jakob Bornecrantz
2009-02-20gallium: Improve recursive makefilesJakob Bornecrantz
2009-02-20gallium: Improve winsys dri template MakefileJakob Bornecrantz
2009-02-20intel: Use new makefile template for drm gemJakob Bornecrantz
2009-02-20nouveau: Use new makefile template for drm commonJakob Bornecrantz
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-20nouveau: reenable all the non-nv50 pipe driversBen Skeggs
2009-02-20nv50: remove unused variableBen Skeggs
2009-02-20nv50: fix occlusion queriesBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2009-02-19gallium: Renable pipe drivers disabled during vbuf changesJakob Bornecrantz
2009-02-19trival: Make the last of progs show the nameJakob Bornecrantz
2009-02-19mesa: support GL_EXT_stencil_two_side in gallium/mesa state trackerBrian Paul
2009-02-19mesa: fix/update/restore comments related to two-sided stencilBrian Paul
2009-02-19mesa: initialize ctx->Stencil._BackFace = 1Brian Paul
2009-02-14draw: Fix segfault if rast is nullJakob Bornecrantz
2009-02-19gallium/winsys/xlib: Fix build with USE_XSHM undefined.Michel Dänzer
2009-02-19wgl: debug_printf in the main entry/exit pointsJosé Fonseca
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-19wgl: Call pipe_screen::destroy on exit.José Fonseca
2009-02-19egl: glx updates for FBconfigsAlan Hourihane
2009-02-19egl: if a surface type isn't defined let's default to EGL_WINDOW_BITAlan Hourihane
2009-02-14trivial: Add quadstrip-clipJakob Bornecrantz
2009-02-19egl: error checkingAlan Hourihane
2009-02-19wgl: Use a separate .DEF for MinGWJosé Fonseca
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
2009-02-19gdi: Update for texture/surface interface changes.José Fonseca
2009-02-19util: Use right include.José Fonseca
2009-02-14progs: Make fp-tri use glew and add scons targetJakob Bornecrantz