i965/fs: Don't use backend_visitor::instructions after creating the CFG.
[mesa.git] / src / gallium /
2015-03-02 Brian Paulst/dri: replace Elements() with ARRAY_SIZE()
2015-03-02 Jose Fonsecaidentity: Remove.
2015-03-02 Marek Olšákdraw: fix division-by-zero for empty geometry shaders
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jonathan Grayauxilary/os: correct sysctl use in os_get_total_physica...
2015-02-27 Brian Paulgallium/util: add debug_print_usage_enum() debug helper
2015-02-27 Brian Paulgallium/util: fix 'statement with no effect' warning
2015-02-27 Tom Stellardradeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
2015-02-27 Tom Stellardclover: Don't unconditionally define cl_khr_fp64
2015-02-27 Tom Stellardpipe-loader: Fix build with dri drivers enabled, and...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-27 Vinson Leer300g/tests: Include stdio.h.
2015-02-27 Brian Paulradeon/compiler: include stdio.h
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-26 Brian Paulr300g: remove dependency on compiler.h
2015-02-26 Brian Paulgallium: whitespace, comment formatting fixes in p_defi...
2015-02-26 Brian Paulutil: add debug_print_bind_flags() debug helper
2015-02-26 Brian Paulgallium: renumber PIPE_BIND_ flags
2015-02-25 Rob Clarkfreedreno: drop ARRAY_SIZE macro
2015-02-24 Brian Paultargets/libgl-xlib: add src/ include dir to fix build
2015-02-24 Marek Olšákr600g,radeonsi: fix streamout after pipeline stats...
2015-02-24 Marek Olšákradeonsi: small cleanup around current_rast_prim
2015-02-24 Marek Olšákradeonsi: set current_rast_prim in the right place
2015-02-24 Marek Olšákradeonsi: simplify obtaining a shader property in si_em...
2015-02-24 Marek Olšákradeonsi: only preload VertexID for the GS copy shader
2015-02-24 Marek Olšákradeonsi: dump the shader key when dumping shaders
2015-02-24 Marek Olšákr600g,radeonsi: cleanup of hex literals
2015-02-24 Marek Olšákradeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0
2015-02-24 Glenn Kennardr600g: Implement GL_ARB_draw_indirect for EG/CM
2015-02-24 Rob Clarkfreedreno/a4xx: aniso filtering
2015-02-24 Rob Clarkfreedreno: update generated headers
2015-02-24 Rob Clarkfreedreno/a4xx: add ARB_instanced_arrays support
2015-02-24 Rob Clarkfreedreno/a4xx: handle index_bias (i.e. base_vertex)
2015-02-24 Rob Clarkfreedreno/a4xx: add support for vertexid and instanceid...
2015-02-24 Rob Clarkfreedreno/a4xx: pass number of instances to draw
2015-02-24 Leo Liust/omx/dec/h264: fix picture out-of-order with poc...
2015-02-24 Francisco Jerezclover: Set appropriate flag defaults on memory object...
2015-02-24 EdBclover: Add CL_MEM_HOST_* flag checks.
2015-02-24 Francisco Jerezclover: Factor out memory object flags validation to...
2015-02-24 Eric Anholtvc4: Update to current kernel sources.
2015-02-24 Eric Anholtr600: Fix build after 984f3069370cd4a347cb38269d430b428...
2015-02-24 Tobias Klausmannst/nine: Mark end of non-void function unreachable
2015-02-24 Tobias Klausmanngallium: include util/macros.h
2015-02-23 Brian Paulmesa: move math-related function into new c99_math...
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-23 Matt Turnergallium: Use util_cpu_to_le{16,32} in many more places.
2015-02-23 Matt Turnergallium/util: Use HAVE___BUILTIN_* macros.
2015-02-23 Matt Turnermesa: Move C99 MSVC compatibility code from u_math...
2015-02-23 Brian Paulutil: move pipe_prim_names array into u_prim_name()
2015-02-23 Brian Paulutil: rewrite debug_print_transfer_flags() using debug_...
2015-02-23 Marek Olšákradeonsi: fix a warning caused by previous commit
2015-02-23 Marek Olšákradeonsi: fix point sprites
2015-02-21 Ilia Mirkintgsi: avoid returning pointer to local var, make it...
2015-02-21 Rob Clarkfreedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
2015-02-21 Rob Clarkfreedreno: update generated headers
2015-02-21 Rob Clarkfreedreno/a4xx: bit of cleanup
2015-02-21 Rob Clarkfreedreno: implement fence
2015-02-21 Rob Clarkfreedreno/a2xx: fix increment in assert
2015-02-21 Chia-I Wuilo: R32G32B32_FLOAT need no special care on Gen8+
2015-02-21 Chia-I Wuilo: 128 BPP formats can use TiledY on Gen7.5+
2015-02-21 Ilia Mirkinnvc0: enable double support
2015-02-21 Ilia Mirkinnvc0/ir: remove merge/split pairs to allow normal propa...
2015-02-21 Ilia Mirkinnvc0/ir: add support for new TGSI double opcodes
2015-02-21 Ilia Mirkinnvc0/ir: handle zero and negative sqrt arguments
2015-02-21 Ilia Mirkinnvc0/ir: no instruction can load a double immediate
2015-02-21 Ilia Mirkinnvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
2015-02-21 Ilia Mirkingm107/ir: fix F2F flipped stype/dtype flags
2015-02-21 Ilia Mirkingm107/ir: fix DSET boolean float flag
2015-02-21 Ilia Mirkingm107/ir: fix DMUL opcode encoding
2015-02-21 Ilia Mirkingk110/ir: add emission of dadd/dmul/dmad opcodes
2015-02-21 Ilia Mirkinnvc0/ir: add emission of dadd/dmul/dmad opcodes, fix...
2015-02-20 Marek Olšákgallium/sw/kms: fix a type-mismatch warning
2015-02-20 Marek Olšákgallium/sw/kms: don't redefine DEBUG
2015-02-20 Marek Olšáktargets/d3dadapter9: remove an unused variable
2015-02-20 Marek Olšáktgsi: fix type-mismatch warning
2015-02-20 Marek Olšákgallivm: fix uninitialized-variable warnings
2015-02-20 Eric Anholtgallium/util: Don't include unused debug functions...
2015-02-20 Marek Olšákgallium/radeon: fix an uninitialized-variable warning
2015-02-20 Ilia Mirkingallium: add new double-related shader caps to all...
2015-02-20 Brian Paulsvga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED...
2015-02-20 Marek Olšákradeonsi: don't use SQC_CACHES to flush ICACHE and...
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-20 Eric Anholtvc4: Move qir_uniform() and the constant-value versions...
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...
2015-02-20 Eric Anholtvc4: Rename add_uniform() to qir_uniform().
2015-02-20 Eric Anholtvc4: Shut up runtime warnings about new pipe caps.
2015-02-20 Ilia Mirkinnv50: add PIPELINE_STATISTICS query support, based...
2015-02-20 Ilia Mirkinsvga: add missing :
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-19 Dave Airliesoftpipe/tgsi: expose doubles for softpipe.
2015-02-19 Dave Airlietgsi: add support for flt64 constants
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2015-02-19 Brian Paulgallium/util: indentation fix
2015-02-19 Ilia Mirkinfreedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMO...
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ARB_instanced_arrays support
2015-02-19 Ilia Mirkinfreedreno/a3xx: add support for vertexid and instanceid...
2015-02-19 Ilia Mirkinfreedreno: pass number of instances to draw
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ETC2 decoding support
next