tgsi: add scanner support for centroid inputs
[mesa.git] / src / gallium /
2010-10-15 Dave Airlietgsi: add scanner support for centroid inputs
2010-10-14 Brian Paulllvmpipe: code to dump bytecode to file (disabled)
2010-10-14 Brian Paulgallivm: add compile-time option to emit inst addrs...
2010-10-14 Dave Airlier300g: clean up warning due to unknown cap.
2010-10-14 Keith Whitwellr600g: handle absolute modifier in shader translator
2010-10-14 Keith Whitwellr600g: emit hardware linewidth
2010-10-14 Keith Whitwellr600/drm: fix segfaults in winsys create failure path
2010-10-14 Keith Whitwellllvmpipe: don't try to emit non-existent color outputs
2010-10-14 Chia-I Wust/egl: Do not finish a fence that is NULL.
2010-10-14 Chia-I Wust/egl: Access _EGLConfig directly.
2010-10-14 Dave Airlier600g: select linear interpolate if tgsi input requests it
2010-10-14 Dave Airlier600g: fixup typo in macro name
2010-10-14 Dave Airlier600g: fixup pos/face ena/address properly
2010-10-14 Dave Airlier600g: only pick centroid coordinate when asked.
2010-10-13 Fredrik Höglundr600g: Fix texture sampling with swizzled coords
2010-10-13 Dave Airlier600g: drop unused context members
2010-10-13 José Fonsecallvmpipe: Generalize the x8z24 fast path to all depth...
2010-10-13 José Fonsecagallivm: More accurate float -> 24bit & 32bit unorm...
2010-10-13 Brian Paulgallivm: work-around trilinear mipmap filtering regress...
2010-10-13 Vinson Leegallivm: Remove unnecessary header.
2010-10-13 José Fonsecallvmpipe: Unbreak Z32_FLOAT.
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergDrop GLframebuffer typedef and just use struct gl_frame...
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-13 Kristian Høgsberggl: Remove unused GLcontextModes fields
2010-10-13 Kristian HøgsbergGet rid of GL/internal/glcore.h
2010-10-13 Roland Scheideggergallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpat...
2010-10-13 Dave Airlier600g: fix stencil export for evergreen harder
2010-10-13 Stephan Schmidr600g: fix relative addressing when splitting constant...
2010-10-13 Dave Airlier600g: add missing eg reg definition
2010-10-13 Dave Airlier600g: evergreen add stencil export bit
2010-10-13 Dave Airlier600g: use blitter for hw copy region
2010-10-13 Dave Airlier600g: drop all use of unsigned long
2010-10-13 Dave Airlier600g: fix transfer stride.
2010-10-13 Dave Airlier600g: remove bpt and start using pitch_in_bytes/pixels.
2010-10-13 Dave Airlier600g: rename pitch in texture to pitch_in_bytes
2010-10-13 Dave Airlier600g: use common texture object create function
2010-10-13 Dave Airlier600g: split out miptree setup like r300g
2010-10-13 Dave Airlier600g: add copy into tiled texture
2010-10-13 Dave Airlier600g: the vs/ps const arrays weren't actually being...
2010-10-13 Dave Airlier600g: reduce size of context structure.
2010-10-13 Dave Airlier600g: store samplers/views across blit when we need...
2010-10-13 Dave Airlier600g: fix scissor/cliprect confusion
2010-10-13 Dave Airlier600g: fix depth0 setting
2010-10-13 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
2010-10-13 Brian Paulgallivm: remove newlines
2010-10-13 Roland Scheideggergallivm: fix different handling of [non]normalized...
2010-10-12 Dave Airlier600g: add shader stencil export support.
2010-10-12 Dave Airlier600g: add support for S8, X24S8 and S8X24 sampler...
2010-10-12 Dave Airliesoftpipe: add support for shader stencil export capability
2010-10-12 Dave Airliegallium/util: add S8 tile sampling support.
2010-10-12 Dave Airliegallium/format: add X32_S8X24_USCALED format.
2010-10-12 Dave Airliegallium/format: add support for X24S8 and S8X24 formats.
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-12 Keith Whitwellllvmpipe: make sure intrinsics code is guarded with...
2010-10-12 Thomas Hellstromst/xorg: Fix typo
2010-10-12 José Fonsecagallivm: Name anonymous union.
2010-10-12 Brian Paulst/xlib: add some comments
2010-10-12 José Fonsecallmvpipe: improve mm_mullo_epi32
2010-10-12 Thomas Hellstromst/xorg: Don't try to remove invalid fbs
2010-10-12 Thomas Hellstromxorg/vmwgfx: Don't hide HW cursors when updating them
2010-10-12 Thomas Hellstromst/xorg: Add a customizer option to get rid of annoying...
2010-10-12 Thomas Hellstromxorg/vmwgfx: Make vmwarectrl work also on 64-bit servers
2010-10-12 Thomas Hellstromst/xorg: Don't try to use option values before processi...
2010-10-12 Keith WhitwellRevert "llvmpipe: try to keep plane c values small"
2010-10-12 Keith Whitwellgallivm: don't branch on KILLs near end of shader
2010-10-12 Keith Whitwellr600g: add missing file to sconscript
2010-10-12 Keith Whitwellgallium: move sse intrinsics debug helpers to u_sse.h
2010-10-12 José Fonsecallvmpipe: Fix MSVC build.
2010-10-12 Keith Whitwellllvmpipe: fix typo in last commit
2010-10-12 Keith Whitwellllvmpipe: try to keep plane c values small
2010-10-12 Keith Whitwellllvmpipe: add debug helpers for epi32 etc
2010-10-12 Keith Whitwellllvmpipe: try to do more of rast_tri_3_16 with intrinsics
2010-10-12 José Fonsecallvmpipe: Do not dispose the execution engine.
2010-10-12 Francisco Jereznouveau: Get larger push buffers.
2010-10-11 Dave Airlier600g: fix typo in vertex sampling on r600
2010-10-11 José Fonsecallvmpipe: Use lp_tgsi_info.
2010-10-11 José Fonsecagallivm: More detailed analysis of tgsi shaders.
2010-10-11 José Fonsecatgsi: Export some names for some tgsi enums.
2010-10-11 José Fonsecagallium: Define C99 restrict keyword where absent.
2010-10-11 José Fonsecagallivm: Eliminate unsigned integer arithmetic from...
2010-10-11 José Fonsecallvmpipe: Remove outdated comment about stencil testing.
2010-10-11 Dave Airlier600g: don't run with scissors.
2010-10-11 Dave Airlier600g: add TXL opcode support.
2010-10-11 Dave Airlier600g: enable vertex samplers.
2010-10-11 Dave Airlier600g: evergreen has no request size bit in texture...
2010-10-11 Dave Airlier600g: fix input/output Z export mixup for evergreen.
2010-10-10 José Fonsecagallivm: Pass texture coords derivates as scalars.
2010-10-10 José Fonsecagallivm: Use variables instead of Phis in loops.
2010-10-10 José Fonsecagallivm: Allow to disable bri-linear filtering with...
2010-10-10 José Fonsecagallivm: Fix a long standing bug with nested if-then...
2010-10-09 José Fonsecagallivm: Cleanup the rest of the flow module.
2010-10-09 José Fonsecagallivm: Simplify if/then/else implementation.
2010-10-09 José Fonsecagallivm: Factor out the SI->FP texture size conversion...
2010-10-09 José Fonsecagallivm: Remove support for Phi generation.
2010-10-09 José Fonsecagallivm: Use varilables instead of Phis for cubemap...
2010-10-09 José Fonsecagallivm: Don't generate Phis for execution mask.
2010-10-09 José Fonsecagallivm: Special bri-linear computation path for unmodi...
2010-10-09 José Fonsecagallivm: Less code duplication in log computation.
2010-10-09 José Fonsecautil: Defined M_SQRT2 when not available.
next