summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-03-26r300: Indented the vertex program code...Oliver McFadden
2008-03-26r300: Cleaned up the default vertex program code with longer lines.Oliver McFadden
2008-03-26r300: Removed the last of the duplicate vertex program macros.Oliver McFadden
2008-03-26r300: Added Copyright lines to the vertex program code.Oliver McFadden
2008-03-26[i915] don't use 4x4 filter for 1D shadowmapZou Nan hai
2008-03-26r300: Renamed the Mesa opcode translation functions.Oliver McFadden
2008-03-26r300: Renamed the destination-and-opcode/source macros to more appropriate na...Oliver McFadden
2008-03-25gallium: disable the selection/feedback draw module's options for wide lines,...Brian Paul
2008-03-25implement glGet/BindAttribLocationARB() for display listsBrian
2008-03-25gallium: added some debug code (disable)Brian Paul
2008-03-25mesa: fix some issues in _mesa_combine_programs()Brian Paul
2008-03-25mesa: append fog instructions after parsing if a fog option is setBrian Paul
2008-03-25mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian Paul
2008-03-25intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao
2008-03-24gallium: don't enable stencil test if no stencil buffer.Brian Paul
2008-03-24add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian
2008-03-24gallium: save/restore samplers in draw_textured_quad()Brian
2008-03-24gallium: fix a few texture border/mipmap glitches found w/ conformBrian Paul
2008-03-24gallium: check SamplersUsed to determine if texture needed, as in st_atom_sam...Brian Paul
2008-03-24R300: fix typo r300 fog regAlex Deucher
2008-03-24gallium: free bitmap fragment shaders, misc clean-upBrian Paul
2008-03-24gallium: add missing cso_save_samplers() callBrian Paul
2008-03-24gallium: pass the filter mode to util_gen_mipmap().Brian
2008-03-24r300: Merged the constant zero/one source macros.Oliver McFadden
2008-03-24r300: Merged the Vector and Math Engine opcode macros.Oliver McFadden
2008-03-22gallium: fix a few more shader-related mem leaksBrian
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian
2008-03-22delete default programs with ctx->Driver.DeleteProgram()Brian
2008-03-22gallium: fix a few mem leaks when deleting programsBrian
2008-03-22delete default programs with ctx->Driver.DeleteProgram()Brian
2008-03-22r500: fixup fake shader to keep gears goingDave Airlie
2008-03-22r500: enable gb tiling for r5xxDave Airlie
2008-03-22r500: fixup support for emitting fragment program to hardware.Dave Airlie
2008-03-21gallium: fix const buffer update bugBrian
2008-03-21[965] Avoid emitting dead code for DPx/math instructions.Michal Wajdeczko
2008-03-21[965] Improve pinterp performance by delaying reads of just-written regs.Michal Wajdeczko
2008-03-21[965] Fix negating of unsigned value in emit_wpos_xy.Michal Wajdeczko
2008-03-21[965] Add MVP code for position invariant vertex programs.Michal Wajdeczko
2008-03-21[win32] Use native aligned memory allocation functions.Michal Wajdeczko
2008-03-21[965] Shuffle state flags to match the order we initialize them in.Michal Wajdeczko
2008-03-21intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.Michal Wajdeczko
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul
2008-03-21add a number of PBO validate/map/unmap functionsBrian Paul
2008-03-21include varray.h to silence warningBrian
2008-03-21add a number of PBO validate/map/unmap functionsBrian
2008-03-21Fix some PBO breakage.Brian
2008-03-21Fix some PBO breakage.Brian