glsl: Minor clean ups in constant_referenced
[mesa.git] / src / gallium /
2014-03-25 José Fonsecallvmpipe: Simplify vertex and geometry shaders.
2014-03-25 José Fonsecadraw: Duplicate TGSI tokens in draw_pipe_pstipple module.
2014-03-25 Alexander von Gluck IVhaiku: Fix build through scons corrections and viewport...
2014-03-22 Marek Olšákradeonsi: disable fast color clear for 1D-tiled surface...
2014-03-21 Tom Stellardclover: Fix typo in validate_object()
2014-03-21 Roland Scheideggerllvmpipe: add support for b5g6r5_srgb
2014-03-21 Roland Scheideggergallium: add b5g6r5 srgb format
2014-03-21 Ilia Mirkinnvc0/ir: move sample id to second source arg to fix...
2014-03-20 Marek Olšákgallium/u_gen_mipmap: remove the software fallback
2014-03-20 Marek Olšákst/mesa: fix generating mipmaps for cube arrays
2014-03-20 Marek Olšákr600g: use more appropriate names for async DMA functions
2014-03-20 Marek Olšákr600g: deobfuscate async DMA code
2014-03-20 Marek Olšákr600g: don't flush the gfx IB explicitly before doing DMA
2014-03-20 Marek Olšákwinsys/radeon: only add duplicate relocations for DMA...
2014-03-20 Niels Ole Salscheiderradeonsi: Implement DMA blit
2014-03-20 Niels Ole Salscheiderradeon: Move r600_need_dma_space to common code
2014-03-20 Richard Sandifordllvmpipe: Tighten check for alpha-only formats
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-20 Jonathan Graynouveau: use DLOPEN_LIBS instead of -ldl
2014-03-18 Brian Paulgallium/docs: update SLT, SGE, SFL, STR opcode docs
2014-03-18 Maarten Lankhorstnvc0: Handle user mapped vertex buffer for edgeflag
2014-03-18 Francisco Jerezclover: Fix region size error checking in some buffer...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add postfactor support for fmul
2014-03-18 Ilia Mirkinnv50/ir/gk110: set not modifier on first source of...
2014-03-18 Ilia Mirkinnv50/ir/gk110: use shl/shr instead of lshf/rshf so...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add 64/128-bit fetch/export support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix handling of OP_SUB for floating...
2014-03-18 Ilia Mirkinnv50/ir/gk110: presin/preex2 take their source at bit 23
2014-03-18 Ilia Mirkinnv50/ir/gk110: add implementations of div u32/s32
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement quadop
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill in mov from predicate
2014-03-18 Ilia Mirkinnv50/ir/gk110: handle derivAll flag, fix useOffsets...
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix setting texture for txd/txf/txq
2014-03-18 Ilia Mirkinnv50/ir/gk110: add texcsaa implementation
2014-03-18 Ilia Mirkinnv50/ir/gk110: add pfetch support
2014-03-18 Ilia Mirkinnv50/ir/gk110: add emit/restart implementations
2014-03-18 Ilia Mirkinnv50/ir/gk110: add missing break in sched emit
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement partial txq support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill out texture instruction support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix control flow opcode emission, add...
2014-03-17 Chad Versaceegl/main: Stop using EGLNative types internally
2014-03-17 Michel Dänzerwinsys/radeon: Store GPU virtual memory addresses of...
2014-03-16 Chia-I Wutargets/dri-ilo: make the driver installable
2014-03-15 Aaron Watryradeonsi/compute: Fix memory leak
2014-03-14 Jeff Muizelaargallivm: optimize repeat linear npot code in the aos...
2014-03-14 Roland Scheideggergallivm: use correct rounding for nearest wrap mode...
2014-03-14 Jeff Muizelaargallivm: use correct rounding for linear wrap mode...
2014-03-14 Niels Ole Salscheiderradeonsi: flush the dma ring in si_flush_from_st
2014-03-14 Niels Ole Salscheiderradeon: Move DMA ring creation to common code
2014-03-14 Emil Velikovnvc0: minor cleanups in stream output handling
2014-03-14 Emil Velikovnouveau: honor fread return value in the nouveau_compiler
2014-03-14 Emil Velikovnouveau: typecast the prime_fd handle when calling...
2014-03-14 Emil Velikovnv50: add missing brackets when handling the samplers...
2014-03-12 Niels Ole Salscheiderr600g: compute memory pool size is given in dw
2014-03-11 Marek Olšákr600g,radeonsi: attempt to fix racy multi-context apps...
2014-03-11 Marek Olšákr600g,radeonsi: fix broken buffer download
2014-03-11 Marek Olšákr600g,radeonsi: use a fallback in dma_copy instead...
2014-03-11 Marek Olšákradeonsi: small cleanup in get_param
2014-03-11 Marek Olšákradeonsi: set correct alignment for texture buffers...
2014-03-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-11 Marek Olšákr600g,radeonsi: don't add streamout.num_dw_for_end...
2014-03-11 Marek Olšákr600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTU...
2014-03-11 Marek Olšákst/dri: flush drawable textures before unreferencing
2014-03-11 Marek Olšákradeonsi: implement fast color clear
2014-03-11 Marek Olšákr600g: move fast color clear code to a common place
2014-03-11 Marek Olšákr600g,radeonsi: move CMASK register values from r600_su...
2014-03-11 Marek Olšákradeonsi: convert the framebuffer state to atom-based
2014-03-11 Marek Olšákr600g: move cayman MSAA setup to a common place
2014-03-11 Marek Olšákradeonsi: move framebuffer-related state to a new struc...
2014-03-11 Marek Olšákr600g,radeonsi: set priorities for relocations
2014-03-11 Marek Olšákr300g,uvd,vce: set priorities for relocations
2014-03-11 Marek Olšákwinsys/radeon: add interface for setting a priority...
2014-03-11 Jonathan Graygallium: add endian detection for OpenBSD
2014-03-11 Emil Velikovautomake: allow only shared builds
2014-03-11 Emil Velikovst/dri: build the drm backend when libdrm is present
2014-03-11 Emil Velikovautomake: do not use symbols names for static glapi.la
2014-03-11 Emil Velikovgallium/targets: use install-gallium-targets.mk
2014-03-11 Emil Velikovgallium/targets: drop link generation for non DRI targets
2014-03-11 Emil Velikovtargets/vdpau: use install-gallium-links.mk
2014-03-11 Emil Velikovtargets/dri: use install-gallium-links.mk
2014-03-11 Emil Velikovautomake: silence folder creation
2014-03-11 Vinson Leeradeon: Fix build.
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-03-10 Maarten Lankhorstfix vdpau interop when using -Bsymbolic-functions in...
2014-03-10 Chia-I Wuilo: do not set I915_EXEC_NO_RELOC
2014-03-10 Chia-I Wuilo: add support for PIPE_QUERY_PIPELINE_STATISTICS
2014-03-10 Chia-I Wuilo: add ILO_3D_PIPELINE_WRITE_STATISTICS
2014-03-10 Chia-I Wuilo: add some MI commands to GPE
2014-03-10 Chia-I Wuilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automatically
2014-03-10 Chia-I Wuilo: print a warning when PPGTT is disabled
2014-03-10 Chia-I Wuilo: require hardware logical context support
2014-03-10 Chia-I Wuilo: protect the decode context with a mutex
2014-03-10 Chia-I Wuilo: set I915_EXEC_NO_RELOC when available
2014-03-10 Chia-I Wuilo: move ring types to winsys
2014-03-10 Chia-I Wuilo: winsys may limit the batch buffer size
2014-03-10 Chia-I Wuilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported
2014-03-10 Chia-I Wuilo: rework winsys batch buffer functions
2014-03-10 Chia-I Wuilo: replace bo alloc flags by initial domains
2014-03-10 Chia-I Wuilo: remove intel_bo_get_size()
2014-03-10 Chia-I Wuilo: remove intel_bo_get_virtual()
next