Merge remote branch 'origin/master' into nvc0-new
[mesa.git] / src / mesa / drivers /
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 richardr600c : inline vertex format is not updated in an app...
2010-12-16 Eric Anholtintel: Support glCopyTexImage() from XRGB8888 to ARGB8888.
2010-12-16 Eric Anholtintel: Try to sanely check that formats match for CopyT...
2010-12-16 Eric Anholtintel: Drop commented intel_flush from copy_teximage.
2010-12-16 Eric Anholtintel: Update renderbuffers before looking up CopyTexIm...
2010-12-16 Eric Anholti965: Set the alternative floating point mode on gen6...
2010-12-16 Shuang Hei915: Fix INTEL_DEBUG=wm segmentation fault
2010-12-14 Eric Anholti965: Add support for using the BLT ring on gen6.
2010-12-14 Eric Anholti965: Improve the hacks for ARB_fp scalar^scalar POW...
2010-12-13 Eric Anholti965: Fix gl_FragCoord.z setup on gen6.
2010-12-13 Eric Anholti956: Fix the old FP path fragment position setup on...
2010-12-13 Eric Anholti965: Fix ARL to work on gen6.
2010-12-13 Eric Anholtintel: Include stdbool so we can stop using GLboolean...
2010-12-11 Marek Olšákr300/compiler: fix swizzle lowering with a presubtract...
2010-12-11 Marek Olšákr300/compiler: fix LIT in VS
2010-12-11 Eric Anholti965: Put common info on converting MESA_FORMAT to...
2010-12-11 Eric Anholtintel: Just use ChooseTextureFormat for renderbuffer...
2010-12-10 Eric Anholtintel: Add a couple of helper functions to reduce rb...
2010-12-10 Eric Anholtintel: Add spans code for the ARB_texture_rg support.
2010-12-10 Brian Paulmesa/meta: fix broken assertion, rename stack depth var
2010-12-10 Xiang, Haihaoi965: support for two-sided lighting on Sandybridge
2010-12-10 Xiang, Haihaometa: allow nested meta operations
2010-12-10 Eric Anholti965: Add support for gen6 reladdr VS constant loading.
2010-12-10 Eric Anholti965: Add support for gen6 constant-index constant...
2010-12-09 Eric Anholtintel: Set the swizzling for depth textures using the...
2010-12-09 Eric Anholtintel: Use plain R8 and RG8 for COMPRESSED_RED and...
2010-12-09 Vinson Leei965: Silence uninitialized variable warning.
2010-12-09 Eric Anholti965: remove unused variable since brw_wm_glsl.c removal.
2010-12-09 Eric Anholti965: Set render_cache_read_write surface state bit...
2010-12-09 Eric Anholti965: Set up the correct texture border color state...
2010-12-09 Eric Anholti965: Clean up VS constant buffer location setup.
2010-12-09 Eric Anholti965: Fix VS constants regression pre-gen6.
2010-12-09 Eric Anholti965: Drop push-mode reladdr constant loading and alway...
2010-12-09 Alex Deucherradeon: bump mip tree levels to 15
2010-12-08 Eric Anholti965: Drop KIL_NV from the ff/ARB_fp path since it...
2010-12-08 Eric Anholti965: Use the new pixel mask location for gen6 ARB_fp...
2010-12-08 Eric Anholti965: Set the render target index in gen6 fixed-functio...
2010-12-08 Eric Anholti965: Set up the per-render-target blend state on gen6.
2010-12-08 Eric Anholti965: Set up the color masking for the first drawbuffer...
2010-12-08 Marek Olšákr300/compiler: remove at least unused immediates if...
2010-12-08 Marek Olšákr300/compiler: make lowering passes possibly use up...
2010-12-08 Marek Olšákr300/compiler: handle DPH and XPD in rc_compute_sources...
2010-12-08 Marek Olšákr300/compiler: do not print pair/tex/presub program...
2010-12-08 Marek Olšákr300/compiler: cleanup rc_run_compiler
2010-12-08 Marek Olšákr300/compiler: add a function to query program stats...
2010-12-08 Marek Olšákr300/compiler: don't terminate regalloc if we surpass...
2010-12-08 Eric Anholti965: Don't try to store gen6 (float) blend constant...
2010-12-08 Eric Anholti965: Fix flipped value of the not-embedded-in-if on...
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
2010-12-07 Eric Anholti965: Add disabled debug code for dumping out the WM...
2010-12-07 Ian Romanicki965: Correctly emit constants for aggregate types...
2010-12-07 Eric Anholti965: Always hand the absolute value to RSQ.
2010-12-07 Eric Anholti965: Handle saturates on gen6 math instructions.
2010-12-07 Eric Anholti965: Fix comment about gen6_wm_constants.
2010-12-07 Zhenyu Wangi965: upload WM state for _NEW_POLYGON on sandybridge
2010-12-07 Vinson Leer200: Silence uninitialized variable warning.
2010-12-07 Xiang, Haihaoi965: set minimum/maximum Point Width on Sandybridge
2010-12-06 Eric Anholti965: Remove INTEL_DEBUG=glsl_force now that there...
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-12-06 Eric Anholti965: Add support for the instruction compression bits...
2010-12-06 Eric Anholti965: Align gen6 push constant size to dispatch width.
2010-12-06 Eric Anholti965: Make the sampler's implied move on gen6 be a...
2010-12-06 Eric Anholti965: Fix up gen6 samplers for their usage by brw_wm_emit.c
2010-12-06 Eric Anholti965: Fix gen6 interpolation setup for 16-wide.
2010-12-06 Eric Anholti965: Don't smash a group of coordinates doing gen6...
2010-12-06 Eric Anholti965: Fix up 16-wide gen6 FB writes after various refac...
2010-12-06 Eric Anholti965: Provide delta_xy reg to gen6 non-GLSL path PINTERP.
2010-12-06 Eric Anholti965: Move payload reg setup to compile, not lookup...
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 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-02 Alex Deucherr600c: bump texture limits to hw limits
2010-12-02 José FonsecaWIN32_THREADS -> WIN32
2010-12-02 Marek Olšákr300/compiler: disable the swizzle lowering pass in...
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 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-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 Peter Cliftonmeta: Mask Stencil.Clear against stencilMax in _mesa_me...
2010-11-24 Brian Paulx11: remove test_proxy_teximage() function
next