summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-10-19r300: fix texture size handling with size > 2048Mathias Fröhlich
2009-10-19r600: Fix size calculation for 24 bit depthRobert Noland
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-17intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson
2009-10-16mesa: fix/update some commentsBrian Paul
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul
2009-10-16mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul
2009-10-16mesa: move a commaBrian Paul
2009-10-16mesa: added MESA_GLSL=useprog debug flagBrian Paul
2009-10-16r300: fix vertex program parameters limitsMaciej Cencora
2009-10-16mesa: use C locale for _mesa_strtod()Brian Paul
2009-10-15Use the right pitch when rendering to a textureOwen Taylor
2009-10-15r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.Robert Noland
2009-10-15r600: cleanup in r600_cs_process_relocs().Robert Noland
2009-10-15radeon: return EINVAL for 0 length buffers.Robert Noland
2009-10-15r600: fix tfp1 bo sizeAndre Maasikas
2009-10-15r600: implement ProgramStringNotifyAndre Maasikas
2009-10-15r600: LIT dst.y gets value from src.xAndre Maasikas
2009-10-15r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas
2009-10-15r600: fixup KIL instruction a bitAndre Maasikas
2009-10-15r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas
2009-10-15r600: user correct alpha blend factorAndre Maasikas
2009-10-15r600: clear position enable bit when when wpos is not used by FPAndre Maasikas
2009-10-15mesa: regenerated lex.yy.c w/ _mesa_strtod()Brian Paul
2009-10-15mesa: Use _mesa_strtod in the lexer for assembly shadersNeil Roberts
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul
2009-10-14vbo: clean-ups, reformattingBrian Paul
2009-10-14mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul
2009-10-14mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul
2009-10-14mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul
2009-10-14mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul
2009-10-14r600: enable EXT_vertex_array_bgra extensionsAlex Deucher
2009-10-14Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-14mesa: remove left-over debug printfBrian Paul
2009-10-13mesa: minor tweak to printf stringBrian Paul
2009-10-13mesa: rework _mesa_read_shader() debug hookBrian Paul
2009-10-13mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick
2009-10-13intel: fix broken sw generate mipmap pathBrian Paul
2009-10-13mesa: whitespace fixesBrian Paul
2009-10-13mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul
2009-10-12mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul
2009-10-12intel: whitespace/formatting clean-upBrian Paul
2009-10-12intel: replace extern decl with #includeBrian Paul
2009-10-12intel: added INLINE keyword to minify()Brian Paul
2009-10-12intel: code clean-upsBrian Paul
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul