summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-12-02mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul
2010-12-02mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul
2010-12-02r600c: bump texture limits to hw limitsAlex Deucher
2010-12-02mesa: Temporary hack to prevent stack overflow on windowsJosé Fonseca
2010-12-02mesa: Add getters for ARB_copy_buffer's attachment points.Eric Anholt
2010-12-02mesa: Add getters for the rest of the supported draw buffers.Eric Anholt
2010-12-02WIN32_THREADS -> WIN32José Fonseca
2010-12-02mesa: raise max texture sizes to 16KBrian Paul
2010-12-02r300/compiler: disable the swizzle lowering pass in vertex shadersMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-02i965: add support for polygon mode on Sandybridge.Xiang, Haihao
2010-12-01i965: Add support for loops in the VS.Eric Anholt
2010-12-01i965: Enable IF statements in the VS.Eric Anholt
2010-12-01i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt
2010-12-01i965: Add support for gen6 BREAK ISA emit.Eric Anholt
2010-12-01i965: Add support for gen6 DO/WHILE ISA emit.Eric Anholt
2010-12-01i965: Dump the WHILE jump distance on gen6.Eric Anholt
2010-12-01i915: Correctly generate unconditional KIL instructionsIan Romanick
2010-12-01i915: Request that POW instructions be loweredIan Romanick
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke
2010-12-01ir_to_mesa: Add support for conditional discards.Marek Olšák
2010-12-01r600c: fix some opcodes on evergreenAlex Deucher
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák
2010-12-01i965: also using align1 mode for math2 on sandybridgeZhenyu Wang
2010-11-29i965: Fix type of gl_FragData[] dereference for FB write.Eric Anholt
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák
2010-11-29mesa: check for posix_memalign() errorspontus lidman
2010-11-26st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich
2010-11-26st/mesa: fix mapping of zero-sized buffer objectsBrian Paul
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-11-26r300/compiler: add a function for swizzling a maskMarek Olšák
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-26r300/compiler: fix rc_rewrite_depth_out for it to work with any instructionMarek Olšák
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24mesa: Fix glGet of ES2's GL_MAX_*_VECTORS properties.Kenneth Graunke
2010-11-24meta: Mask Stencil.Clear against stencilMax in _mesa_meta_ClearPeter Clifton
2010-11-24x11: remove test_proxy_teximage() functionBrian Paul
2010-11-24mesa: added _mesa_format_image_size64()Brian Paul
2010-11-24mesa: add assertion and update comment in _mesa_format_image_size()Brian Paul
2010-11-24i965: Don't write mrf assignment for pointsize outputKristian Høgsberg
2010-11-23i915: Disallow alpha, red, RG, and sRGB as render targetsIan Romanick
2010-11-23glsl: start restoring some geometry shader codeBrian Paul
2010-11-23glsl: better handling of linker failuresBrian Paul
2010-11-23mesa: use gl_shader_type enumBrian Paul
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-23mesa: _mesa_valid_register_index() to validate register indexesBrian Paul