mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.
[mesa.git] / src / mesa /
2010-12-06 Zhenyu Wangi965: Fix GS state uploading on Sandybridge
2010-12-06 Xiang, Haihaoi965: fix for flat shading on Sandybridge
2010-12-05 Marek Olšákst/mesa: initialize key in st_vp_varient
2010-12-05 Eric Anholti965: Fix compile warning about missing opcodes.
2010-12-05 Eric Anholti965: Update gen6 SF state on fragment program change...
2010-12-05 Eric Anholti965: Update gen6 WM state on compiled program change...
2010-12-05 Eric Anholtintel: Add an env var override to execute for a differe...
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texobj.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texgetimage.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texformat.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texenvprogram.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texcompress_s3tc.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texcompress.h.
2010-12-04 Brian Paulst/mesa: new comment about updating state vars
2010-12-03 Brian Paulmesa: update comments, remove dead code
2010-12-03 Brian Paulmesa: remove unneeded cast
2010-12-03 Brian Paulmesa: make glGet*(GL_NONE) generate GL_INVALID_ENUM
2010-12-03 Brian Paulswrast: restructure some glReadPixels() code
2010-12-03 Brian Paulswrast: accept GL_RG in glReadPixels()
2010-12-03 Brian Paulswrast: fix indentation
2010-12-03 Brian Paulswrast: allow GL_RG format in glDrawPixels()
2010-12-03 Brian Paulmesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment...
2010-12-03 Brian Paulmesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME query
2010-12-03 Marek Olšákmesa, st/mesa: fix gl_FragCoord with FBOs in Gallium
2010-12-03 Brian Paulmesa: replace more MAX_WIDTH stack allocations with...
2010-12-02 Brian Paulst/mesa: avoid large stack allocations in readpixels...
2010-12-02 Brian Paulswrast: avoid large stack allocations in tex combine...
2010-12-02 Brian Paulswrast: avoid large stack allocations in blend code
2010-12-02 Brian Paulmesa: replace large/MAX_WIDTH stack allocations with...
2010-12-02 Brian Paulmesa: replace large/MAX_WIDTH stack allocations with...
2010-12-02 Alex Deucherr600c: bump texture limits to hw limits
2010-12-02 José Fonsecamesa: Temporary hack to prevent stack overflow on windows
2010-12-02 Eric Anholtmesa: Add getters for ARB_copy_buffer's attachment...
2010-12-02 Eric Anholtmesa: Add getters for the rest of the supported draw...
2010-12-02 José FonsecaWIN32_THREADS -> WIN32
2010-12-02 Brian Paulmesa: raise max texture sizes to 16K
2010-12-02 Marek Olšákr300/compiler: disable the swizzle lowering pass in...
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-12-02 Xiang, Haihaoi965: add support for polygon mode on Sandybridge.
2010-12-02 Eric Anholti965: Add support for loops in the VS.
2010-12-02 Eric Anholti965: Enable IF statements in the VS.
2010-12-02 Eric Anholti965: Add support for gen6 CONTINUE instruction emit.
2010-12-02 Eric Anholti965: Add support for gen6 BREAK ISA emit.
2010-12-02 Eric Anholti965: Add support for gen6 DO/WHILE ISA emit.
2010-12-01 Eric Anholti965: Dump the WHILE jump distance on gen6.
2010-12-01 Ian Romanicki915: Correctly generate unconditional KIL instructions
2010-12-01 Ian Romanicki915: Request that POW instructions be lowered
2010-12-01 Ian Romanickglsl: Lower ir_binop_pow to a sequence of EXP2 and...
2010-12-01 Ian Romanickglsl: Use M_LOG2E constant instead of calling log2
2010-12-01 Kenneth Graunkeglsl: Add a lowering pass to move discards out of if...
2010-12-01 Marek Olšákir_to_mesa: Add support for conditional discards.
2010-12-01 Alex Deucherr600c: fix some opcodes on evergreen
2010-12-01 Marek Olšákr300/compiler: implement and lower OPCODE_CLAMP
2010-12-01 Zhenyu Wangi965: also using align1 mode for math2 on sandybridge
2010-11-30 Eric Anholti965: Fix type of gl_FragData[] dereference for FB...
2010-11-29 Adam Jacksondrivers/x11: unifdef XFree86Server
2010-11-29 Marek Olšákst/mesa: fix texture border color for RED and RG base...
2010-11-29 pontus lidmanmesa: check for posix_memalign() errors
2010-11-26 Mathias Fröhlichst/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDAT...
2010-11-26 Brian Paulst/mesa: fix mapping of zero-sized buffer objects
2010-11-26 Marek Olšákr300/compiler: move util functions to radeon_compiler_util
2010-11-26 Marek Olšákr300/compiler: add a function for swizzling a mask
2010-11-26 Marek Olšákr300/compiler: remove duplicate function rc_mask_to_swz
2010-11-26 Marek Olšákr300/compiler: fix rc_rewrite_depth_out for it to work...
2010-11-25 Vinson Leer300/compiler: Move declaration before code.
2010-11-25 Vinson Leer300/compiler: Move declaration before code.
2010-11-24 Kenneth Graunkemesa: Fix glGet of ES2's GL_MAX_*_VECTORS properties.
2010-11-24 Peter Cliftonmeta: Mask Stencil.Clear against stencilMax in _mesa_me...
2010-11-24 Brian Paulx11: remove test_proxy_teximage() function
2010-11-24 Brian Paulmesa: added _mesa_format_image_size64()
2010-11-24 Brian Paulmesa: add assertion and update comment in _mesa_format_...
2010-11-24 Kristian Høgsbergi965: Don't write mrf assignment for pointsize output
2010-11-24 Ian Romanicki915: Disallow alpha, red, RG, and sRGB as render targets
2010-11-24 Brian Paulglsl: start restoring some geometry shader code
2010-11-24 Brian Paulglsl: better handling of linker failures
2010-11-24 Brian Paulmesa: use gl_shader_type enum
2010-11-23 Brian Paulmesa: replace #defines with new gl_shader_type enum
2010-11-23 Brian Paulmesa: _mesa_valid_register_index() to validate register...
2010-11-23 Brian Paulmesa: rename, make _mesa_register_file_name() non-static
2010-11-23 Brian Paulglsl: use gl_register_file in a few places
2010-11-23 Brian Paulglsl: fix off by one in register index assertion
2010-11-23 Eric Anholti965: Use the new embedded compare in SEL on gen6 for...
2010-11-23 Eric Anholti965: Don't upload line smooth params unless we're...
2010-11-23 Eric Anholti965: Don't upload line stipple pattern unless we're...
2010-11-23 Eric Anholti965: Don't upload polygon stipple unless required.
2010-11-23 Eric Anholti965: Move gen4 blend constant color to the gen4 blendi...
2010-11-23 Tom Stellardr300/compiler: Don't allow presubtract sources to be...
2010-11-23 Vinson Leemesa: Clean up header file inclusion in syncobj.h.
2010-11-23 Xiang, Haihaomesa: fix regression from b4bb6680200b5a898583392f4c831...
2010-11-23 Alex Deucherr600c: fix VC flush on cedar and palm
2010-11-22 Alex Deucherr600c: add Ontario Fusion APU support
2010-11-22 Marek Olšákst/mesa: set MaxUniformComponents
2010-11-22 Brian Paulswrast: init alpha value to 1.0 in opt_sample_rgb_2d()
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-22 Tom Stellardr300/compiler: Add a more efficient version of rc_find_...
2010-11-22 Tom Stellardr300/compiler: Enable rename_reg pass for r500 cards
2010-11-22 Tom Stellardr300/compiler: Use presubtract operations as much as...
2010-11-22 Tom Stellardr300/compiler: Convert RGB to alpha in the scheduler
2010-11-22 Tom Stellardr300/compiler: Track readers through branches in rc_get...
next