summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-05mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu
2009-11-05mesa/main: Add support for point size array in _mesa_GetPointerv.Chia-I Wu
2009-11-05gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu
2009-11-05mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu
2009-11-05glapi: Allow normal entry points to be skipped.Chia-I Wu
2009-11-05mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul
2009-11-05softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca
2009-11-05g3dvl: remove a debug lineCooper Yuan
2009-11-05g3dvl: add scissor settingCooper Yuan
2009-11-04r300g: add polygon modeMarek Olšák
2009-11-04r300g: fix the size of CS when emitting the fragprog constant bufferMarek Olšák
2009-11-04r300g: set the correct offset in a colorbuffer surfaceMarek Olšák
2009-11-04r300g: add color channel maskingMarek Olšák
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-04vbo: fix out-of-bounds array accessBrian Paul
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul
2009-11-04ARB prog parser: include variable name in error textBrian Paul
2009-11-04st/xorg: these flushes shouldn't be necessaryZack Rusin
2009-11-04progs/tests: Fix MSVC build.Vinson Lee
2009-11-04r600: rework draw functionsAlex Deucher
2009-11-04r600: fix count prediction for IB caseAlex Deucher
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-04glslcompiler: Fix Mac OS build.Vinson Lee
2009-11-04util: Remove homegrown Windows KM profiler.José Fonseca
2009-11-04tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol
2009-11-04nv50: fix shader emit_tex for cube texturesChristoph Bumiller
2009-11-04nv50: add abs-modifier for emit_minmaxChristoph Bumiller
2009-11-04nv50: add 3d texture tiling and mip-mappingChristoph Bumiller
2009-11-03mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul
2009-11-03docs: fix 7.6 build with Visual StudioBrian Paul
2009-11-03windows: updated VC8 project fileKarl Schultz
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
2009-11-03mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz
2009-11-03progs/util: Fix memory leak if fail to load/compile shaderVinson Lee
2009-11-03llvmpipe: Sanitise shader semantic and interpolator handling.Michal Krol
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell
2009-11-03llvmpipe: Respect gl_rasterization_rules in primitive setup.José Fonseca
2009-11-03python/retrace: Cope with null constant buffers.José Fonseca
2009-11-03python/retrace: Add missing colon.José Fonseca
2009-11-03progs/tests: debug code for getting texture component sizesBrian Paul
2009-11-03tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-03mesa: clean-up, remove some flushing in FBO functionsBrian Paul
2009-11-03mesa: fix indentationBrian Paul
2009-11-03mesa: clean-up formattingBrian Paul
2009-11-03mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul
2009-11-03mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()Brian Paul
2009-11-03mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers()Brian Paul