radeonsi: Add radeon_shader_binary member to struct si_shader
[mesa.git] / src / gallium /
2015-01-28 Tom Stellardradeonsi: Add radeon_shader_binary member to struct...
2015-01-28 Tom Stellardradeonsi/compute: Rename si_compute::program to si_comp...
2015-01-28 Marek Olšákradeonsi: Avoid leaking memory when rebuilding shader...
2015-01-28 EdBclover/llvm: Dump the OpenCL C code earlier.
2015-01-28 EdBclover/llvm: Move CLOVER_DEBUG stuff into anonymous...
2015-01-27 Dave Airlier600g: add support for primitive id without geom shader...
2015-01-27 Dave Airlier600g: move selecting the pixel shader earlier.
2015-01-27 Michel Dänzerst/clover: Pass target instead of target.begin() to...
2015-01-27 Michel Dänzerr600g,radeonsi: Fix calculation of IR target cap string...
2015-01-26 Jan Veselyclover: Fix build with llvm after r226981
2015-01-22 Axel Davyst/nine: Correctly handle when ff vs should have no...
2015-01-22 Axel Davyst/nine: Change comment relating to vertex shader input...
2015-01-22 Axel Davyst/nine: Allocate vs constbuf buffer for indirect addre...
2015-01-22 Axel Davyst/nine: Allocate the correct size for the user constan...
2015-01-22 Axel Davyst/nine: Add variables containing the size of the const...
2015-01-22 Axel Davyst/nine: Fix sm3 relative addressing for non-debug...
2015-01-22 Axel Davyst/nine: Remove unused code for ps
2015-01-22 Axel Davyst/nine: Correct rules for relative adressing and const...
2015-01-22 Axel Davyst/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
2015-01-22 Axel Davyst/nine: Implement TEXDP3TEX
2015-01-22 Axel Davyst/nine: Implement TEXDP3
2015-01-22 Axel Davyst/nine: Implement TEXDEPTH
2015-01-22 Axel Davyst/nine: Implement TEXM3x3SPEC
2015-01-22 Axel Davyst/nine: Implement TEXM3x2TEX
2015-01-22 Axel Davyst/nine: implement TEXM3x2DEPTH
2015-01-22 Axel Davyst/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
2015-01-22 Axel Davyst/nine: Fill missing dst and src number for some instr...
2015-01-22 Axel Davyst/nine: Implement TEXCOORD special behaviours
2015-01-22 Axel Davyst/nine: Fix CALLNZ implementation
2015-01-22 Axel Davyst/nine: Fix some fixed function pipeline operation
2015-01-22 Axel Davyst/nine: Clamp ps 1.X constants
2015-01-22 Axel Davyst/nine: Remove duplicated code for ps texcoord input...
2015-01-22 Axel Davyst/nine: Fix CND implementation
2015-01-22 Axel Davyst/nine: Match REP implementation to LOOP
2015-01-22 Axel Davyst/nine: Rewrite LOOP implementation, and a0 aL handling
2015-01-22 Axel Davyst/nine: Correct LOG on negative values
2015-01-22 Axel Davyst/nine: Handle NRM with input of null norm
2015-01-22 Axel Davyst/nine: Handle RSQ special cases
2015-01-22 Axel Davyst/nine: Fix POW implementation
2015-01-22 Axel Davyst/nine: Fix typo for M4x4
2015-01-22 Axel Davyst/nine: Correctly declare NineTranslateInstruction_Mkx...
2015-01-22 Axel Davyst/nine: Saturate oFog and oPts vs outputs
2015-01-22 Axel Davyst/nine: Remove some shader unused code
2015-01-22 Axel Davyst/nine: Convert integer constants to floats before...
2015-01-22 Axel Davyst/nine: Rework of boolean constants
2015-01-22 Axel Davyst/nine: Add ATI1 and ATI2 support
2015-01-22 Axel Davyst/nine: Check if srgb format is supported before tryin...
2015-01-22 Stanislaw Halikst/nine: Hack to generate resource if it doesn't exist...
2015-01-22 Axel Davyst/nine: NineBaseTexture9: update sampler view creation
2015-01-22 Axel Davyst/nine: Return D3DERR_INVALIDCALL when trying to creat...
2015-01-22 Axel Davyst/nine: Fix crash when deleting non-implicit swapchain
2015-01-22 Axel Davyst/nine: CubeTexture: fix GetLevelDesc
2015-01-22 Axel Davyst/nine: NineBaseTexture9: fix setting of last_layer
2015-01-22 Axel Davyst/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS
2015-01-22 Xavier Bouchouxst/nine: Fix D3DRS_POINTSPRITE support
2015-01-22 Axel Davyst/nine: Add new texture format strings
2015-01-22 Axel Davyst/nine: Fix clip state logic
2015-01-22 David Heidelbergerst/nine: query: remove unused variable (trivial)
2015-01-20 Eric Anholtvc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854...
2015-01-20 Rob Clarkfreedreno/a4xx: sysmem bypass
2015-01-20 Rob Clarkfreedreno: update generated headers
2015-01-20 Tom Stellardradeonsi: Re-enable LLVM IR dumps
2015-01-20 Tom Stellardradeonsi/compute: Use relocs for scratch pointer rather...
2015-01-20 Tom Stellardradeon: Teach radeon_elf_read() how to parse reloc...
2015-01-20 Tom Stellardradeon: Add a helper function for freeing members of...
2015-01-19 Marek Olšákwinsys/radeon: increase the size of buffer cache
2015-01-15 Eric Anholtvc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.
2015-01-15 Eric Anholtvc4: Add dumping for the TILE_RENDERING_MODE_CONFIG...
2015-01-15 Eric Anholtvc4: Fix CL dumping trying to dump too far.
2015-01-15 Eric Anholtvc4: Fix texture type masking.
2015-01-15 Eric Anholtvc4: Colormask should apply after all other fragment...
2015-01-15 Eric Anholtvc4: No turning unpack arguments into small immediates.
2015-01-15 Eric Anholtvc4: Move the tests for src needing to be an A register...
2015-01-15 Eric Anholtvc4: Don't swap the raddr on instructions doing unpacks.
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Fix early Z behavior on hardware.
2015-01-15 Michel DänzerRevert "radeonsi: only set BC_OPTIMIZE_DISABLE when...
2015-01-15 Michel Dänzerst/clover: Adapt to TargetLibraryInfo.h move in LLVM...
2015-01-13 Rob Clarkfreedreno/ir3: handle "holes" in inputs
2015-01-12 Marek Olšákr600g: fix build failure when building the driver witho...
2015-01-11 Eric Anholtvc4: Clamp the inputs to the blend equation to [0, 1].
2015-01-11 Eric Anholtvc4: Add a little helper for clamping to [0,1].
2015-01-11 Eric Anholtvc4: Fix up statechange management for uncompiled/compi...
2015-01-11 Eric Anholtvc4: Fix clear color setup for RGB565.
2015-01-10 Eric Anholtvc4: Avoid the save/restore of r3 for raddr conflicts...
2015-01-10 Eric Anholtvc4: Allow dead code elimination of VPM reads.
2015-01-10 Eric Anholtvc4: Cook up the draw-time VPM setup info during shader...
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
2015-01-10 Eric Anholtvc4: Redo VPM reads as a read file.
2015-01-10 Eric Anholtvc4: Fix miscalculation of the VPM space.
2015-01-10 Eric Anholtvc4: Pack VPM attr contents according to just the size...
2015-01-10 Eric Anholtvc4: Restructure color packing as a series of channel...
2015-01-10 Eric Anholtvc4: Fix the no-copy-propagating-from-TLB_COLOR_READ...
2015-01-10 Eric Anholtvc4: Move global seqno short-circuiting to vc4_wait_seq...
2015-01-08 José Fonsecast/wgl: Ignore ulVersion in DrvValidateVersion.
2015-01-08 Rob Clarkfreedreno/ir3: fix pos_regid > max_reg
2015-01-08 Rob Clarkfreedreno/ir3: start on indirect gpr reads
2015-01-08 Rob Clarkfreedreno/ir3: make reg array dynamic
2015-01-08 Rob Clarkfreedreno/ir3: simplify RA
next