i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.
[mesa.git] / src / gallium /
2015-02-04 Jose Fonsecagallium/util: Don't implement u_bit_scan64 on MSVC.
2015-02-04 Jose Fonsecagallium/util: Define ffsll on MinGW.
2015-02-04 Marek Olšákradeonsi: implement polygon stippling
2015-02-04 Marek Olšákradeonsi: add polygon stipple texture slot
2015-02-04 Marek Olšákradeonsi: deduce rasterizer primitive type at the begin...
2015-02-04 Marek Olšákradeonsi: allow 64 descriptors per array
2015-02-04 Marek Olšákradeonsi: add support for sampler views where resource...
2015-02-04 Marek Olšákradeonsi: add support for NULL texture sampler views...
2015-02-04 Marek Olšákradeonsi: fix a crash when binding a NULL sampler view...
2015-02-04 Marek Olšákradeonsi: move the buffer descriptor to the end of...
2015-02-04 Marek Olšákradeonsi: don't use tgsi_parse_context to get processor...
2015-02-04 Marek Olšákradeonsi: fix instanced arrays with non-zero start...
2015-02-04 Marek Olšákr600g,radeonsi: don't append to streamout buffers that...
2015-02-04 Marek Olšákgallium: set PIPE_MAX_SAMPLERS to 18
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
2015-02-04 Marek Olšákgallium/util: add u_bit_scan64
2015-02-04 Marek Olšáktgsi: add tgsi_get_processor_type helper from radeon
2015-02-03 Park, Jeongminst/osmesa: Fix osbuffer->textures indexing
2015-02-03 Matt Turnergallium/util: Don't use __builtin_clrsb in util_last_bit().
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2015-02-02 Eric Anholtvc4: Kill a bunch of color write calculation when color...
2015-02-01 Eric Anholtvc4: Dump the VPM read index in QIR disasm.
2015-01-29 Roland Scheideggergallium/docs: fix docs wrt ARL/ARR/FLR
2015-01-29 Eric Anholtvc4: Fix point size handling when it's the first output.
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-28 Tom Stellardradeonsi: Enable VGPR spilling for all shader types v5
2015-01-28 Tom Stellardradeonsi/compute: Allocate the scratch buffer during...
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...
next