Don't cast the return value of malloc/realloc
[mesa.git] / src / gallium / drivers /
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-12-09 Eric Anholtvc4: Interleave register allocation from regfile A...
2014-12-09 Eric Anholtvc4: Fix decision for whether the MIN operation writes...
2014-12-09 Eric Anholtvc4: Drop dependency on r3 for color packing.
2014-12-09 Eric Anholtvc4: Add support for GL 1.0 logic ops.
2014-12-09 Eric Anholtvc4: Add support for TGSI_OPCODE_UCMP.
2014-12-08 Tom Stellardradeonsi/compute: Clamp COMPUTE_TMPRING_SIZE.WAVES...
2014-12-08 Tom Stellardwinsys/radeon: Always report at least 1 compute unit
2014-12-08 Tom Stellardradeonsi: Program RASTER_CONFIG for harvested GPUs v5
2014-12-06 Ilia Mirkinfreedreno/a2xx: silence warning about missing DEPTH32X
2014-12-06 Ilia Mirkinfreedreno/a3xx: handle index_bias (i.e. base_vertex)
2014-12-06 Ilia Mirkinfreedreno/a3xx: add bgr565 texturing and rendering
2014-12-06 Ilia Mirkinfreedreno/a3xx: add support for SRGB render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: output RGBA16_FLOAT from fs for certain...
2014-12-06 Ilia Mirkinfreedreno/a3xx: re-enable rgb10_a2 render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix border color swizzle to match textu...
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix alpha-blending on RGBX formats
2014-12-06 Roland Scheideggerllvmpipe: decrease MAX_SCENES from 2 to 1
2014-12-06 Eric Anholtvc4: Try swapping the regfile A to B to pair instructions.
2014-12-06 Eric Anholtvc4: Allow pairing of some instructions that disagree...
2014-12-05 Eric Anholtvc4: Add separate write-after-read dependency tracking...
2014-12-05 Eric Anholtvc4: Fix inverted priority of instructions for QPU...
2014-12-05 Eric Anholtvc4: Refuse to merge two ops that both access shared...
2014-12-05 Eric Anholtvc4: Allow dead code elimination of color reads.
2014-12-05 Eric Anholtvc4: Add a debug flag for waiting for sync on submit.
2014-12-04 Rob Clarkfreedreno/a4xx: unify vertex/texture formats into a...
2014-12-04 Rob Clarkfreedreno/a4xx: fd4_util -> fd4_format
2014-12-04 Rob Clarkfreedreno: update generated headers / a4xx fmt rename
2014-12-03 Rob Clarkfreedreno/a4xx: frag-depth fixes
2014-12-03 Ilia Mirkinfreedreno/a3xx: implement anisotropic filtering
2014-12-03 Rob Clarkfreedreno/a4xx: rect textures
2014-12-03 Rob Clarkfreedreno: update generated headers
2014-12-03 Rob Clarkfreedreno: fix signed vs unsigned lols
2014-12-03 Jan Veselyr600, llvm: Don't leak global symbol offsets
2014-12-02 Jan Veselyr600, llvm: Fix mem leak
2014-12-02 Eric Anholtvc4: Pair up QPU instructions when scheduling.
2014-12-02 Dave Airlier600g/sb: fix issues cause by GLSL switching to loops...
2014-12-02 Rob Clarkfreedreno/a4xx: alpha blend fixes
2014-12-02 Rob Clarkfreedreno/a4xx: fix DRAW initiator encoding of index...
2014-12-02 Rob Clarkfreedreno: update generated headers
2014-12-01 Brian Paulsvga: fix comment typo
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-12-01 Eric Anholtvc4: Drop the explicit scoreboard wait.
2014-12-01 Eric Anholtvc4: Also deal with VPM reads at thread end.
2014-12-01 Eric Anholtvc4: Fix assertion about SFU versus texturing.
2014-12-01 Eric Anholtvc4: Add another check for invalid TLB scoreboard handling.
2014-12-01 Rob Clarkfreedreno/a4xx: invalidate cache when vbo's change
2014-11-30 Ilia Mirkinfreedreno/a3xx: add missing integer formats and enable...
2014-11-30 Ilia Mirkinfreedreno/a3xx: enable sampling from integer textures
2014-11-30 Ilia Mirkinfreedreno: allow each generation to hook into sampler...
2014-11-30 Ilia Mirkinfreedreno/a3xx: don't use half precision shaders for...
2014-11-30 Ilia Mirkinfreedreno/a3xx: disable blending for integer formats
2014-11-30 Ilia Mirkinfreedreno/a3xx: remove blend clamp enables from gmem...
2014-11-30 Ilia Mirkinfreedreno/a3xx: add format to emit info, use to set...
2014-11-30 Ilia Mirkinfreedreno/a3xx: add 16-bit unorm/snorm texture formats
2014-11-30 Ilia Mirkinfreedreno/ir3: remove unused arg parameter
2014-11-30 Ilia Mirkinfreedreno/ir3: fix UMAD
2014-11-30 Rob Clarkfreedreno/a4xx: stencil fixes
2014-11-30 Rob Clarkfreedreno: update generated headers
2014-11-30 Rob Clarkfreedreno/a4xx: add render target format to fd4_emit
2014-11-29 Ilia Mirkinfreedreno/a3xx: unify vertex/texture formats into a...
2014-11-29 Ilia Mirkinfreedreno/a3xx: rename vertex/texture format enums...
2014-11-29 Ilia Mirkinfreedreno/a3xx: fd3_util -> fd3_format
2014-11-29 Ilia Mirkinfreedreno/a3xx: only enable blend clamp for non-float...
2014-11-29 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_ARR
2014-11-27 Ilia Mirkinnv50: remove ancient map of rt formats
2014-11-27 Ilia Mirkinfreedreno/ir3: don't pass consts to madsh.m16 in MOD...
2014-11-27 Dave Airlier600g: make llvm code compile this time
2014-11-27 Dave Airlier600g: fix fallout from last patch
2014-11-27 Dave Airlier600g: merge the TXQ and BUFFER constant buffers (v1.1)
2014-11-26 José Fonsecadraw,gallivm,llvmpipe: Avoid implicit casts of 32-bit...
2014-11-24 Roland Scheideggerllvmpipe: (trivial) remove redundant util_cpu_detect...
2014-11-24 Roland Scheideggerllvmpipe: fix lp_test_arit denorm handling
2014-11-24 Eric Anholtnouveau: Fix build after STR/BRA opcode dropping.
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtilo: Drop the explicit intialization of gaps in TGSI...
2014-11-24 Eric Anholtr300: Drop the "/* gap */" notes.
2014-11-24 Eric Anholtr600: Drop the "/* gap */" notes.
2014-11-24 Eric Anholtvc4: Fix some inconsistent indentation.
2014-11-24 Eric Anholtvc4: Don't forget to actually connect the fence code.
2014-11-24 Eric Anholtvc4: Add a note about a piece of errata I've learned...
2014-11-24 Dave Airlier600g: do all CUBE ALU operations before gradient textu...
2014-11-24 Dave Airlier600: fix texture gradients instruction emission (v2)
2014-11-23 Ilia Mirkinnv50,nvc0: buffer resources can be bound as other thing...
2014-11-23 Ilia Mirkinnv50,nvc0: actually check constbufs for invalidation
2014-11-23 Ilia Mirkinnv50/ir: set neg modifiers on min/max args
2014-11-22 Stéphane Marchesini915g: Fallback copy_render for ZS formats
2014-11-22 Stéphane Marchesini915g: Add back 4444 and 5551 formats
2014-11-22 Stéphane Marchesini915g: Don't limit blitter to POT textures
2014-11-22 Stéphane Marchesini915g: Align all texture dimensions to the next POT
2014-11-22 Stéphane Marchesini915g: Fix typos
2014-11-22 Stéphane Marchesini915g: Fix maxlod computation.
2014-11-22 Stéphane Marchesini915g: Fix offset for level != 0
next