mesa.git
2015-02-01 Eric Anholtvc4: Dump the VPM read index in QIR disasm.
2015-01-31 Jason Ekstrandi965/pixel_read: Don't try to do a tiled_memcpy from...
2015-01-31 Francisco Jerezi965: Enable L3 caching of buffer surfaces.
2015-01-31 José Fonsecaegl: Pass the correct X visual depth to xcb_put_image().
2015-01-31 Jason Ekstrandintel/pixel_read: Properly flip the results for window...
2015-01-31 Jason Ekstrandi965/tiled_memcpy: Support a signed linear pitch
2015-01-30 Jason Ekstrandmain: Add STENCIL_INDEX formats to base_tex_format
2015-01-30 Jason Ekstrandteximage: Don't indent switch cases
2015-01-30 Brian Paulmesa: remove some dead display list code
2015-01-30 Brian Paulmesa: remove stale comment in dlist.c code
2015-01-30 Brian Paulmesa: s/union gl_dlist_node/Node/ in dlist.c code
2015-01-30 Brian Paulmesa: fix display list 8-byte alignment issue
2015-01-30 José Fonsecautil/u_atomic: Provide a _InterlockedCompareExchange8...
2015-01-30 José Fonsecautil/u_atomic: Use _Interlocked* intrinsics for non...
2015-01-30 Neil Robertsi965/skl: Force a BINDING_TABLE_POINTER_* after push...
2015-01-30 Topi Pohjolainenmeta: Don't write depth when decompressing tex-images
2015-01-30 Topi Pohjolainenmeta: Don't write depth when generating miptrees
2015-01-30 Topi Pohjolainenmeta/blit: Compile programs with and without depth
2015-01-30 Topi Pohjolainenmeta/blit: Write depth only when asked for
2015-01-30 Topi Pohjolainenmeta/blit: Add plumbing for shaders without depth
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some constant bcsel reductions
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some boolean simplifications
2015-01-30 Jason Ekstrandnir/algebraic: Support specifying variable as constant...
2015-01-30 Jason Ekstrandnir/algebraic: Fail to compile of a variable is used...
2015-01-30 Jason Ekstrandnir/search: Allow for matching variables based on types
2015-01-30 Jason Ekstrandnir/search: Add support for matching unknown constants
2015-01-30 Jason Ekstrandnir: Add an invalid type
2015-01-29 Roland Scheideggergallium/docs: fix docs wrt ARL/ARR/FLR
2015-01-29 Eric Anholtnir: Add variants of some of the comparison simplificat...
2015-01-29 Eric Anholtvc4: Fix point size handling when it's the first output.
2015-01-29 Eric Anholtnir: Don't try to to-SSA ALU instructions that are...
2015-01-29 Eric Anholtnir: Fix a bit of broken indentation.
2015-01-29 Eric Anholtnir: Add a couple of helpers for glsl types.
2015-01-29 Emil Velikovdocs: fix mesa 10.4.3 release date
2015-01-29 Kalyan KondapallyMesa: Advertise GL_OES_texture_*float* extensions suppo...
2015-01-29 Kalyan KondapallyMesa: Add support for HALF_FLOAT_OES type.
2015-01-29 Kalyan KondapallyMesa: Add support for GL_OES_texture_*float* extensions.
2015-01-29 Eric Anholtnir: Make vec-to-movs handle src/dest aliasing.
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-29 Eric Anholtmesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201a...
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 Jason Ekstrandnir/opcodes: Use a return type of tfloat for ldexp
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Jason EkstrandRevert "nir/opcodes: Use fpclassify() instead of isnorm...
2015-01-28 Jason Ekstrandutil: Predicate the fpclassify fallback on !defined...
2015-01-28 Sven Arvidssondrirc: set allow_glsl_extension_directive_midshader...
2015-01-28 Jason Ekstrandnir/opcodes: Use fpclassify() instead of isnormal(...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-28 Jason Ekstrandi965/tex: Don't create read-write textures with non...
2015-01-28 Jason Ekstrandi965/gen8: Include the buffer offset when emitting...
2015-01-28 Tapani Pällimesa: improve error messaging for format CSV parser
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-27 Connor Abbottnir: fix a bug with constant folding non-per-component...
2015-01-27 Connor Abbottnir: add a helper function for getting the number of...
2015-01-27 Sisinty Sasmita... i965: Implemente a tiled fast-path for glReadPixels...
2015-01-27 Sisinty Sasmita... i965/tiled_memcpy: Add tiled-to-linear paths
2015-01-27 Sisinty Sasmita... i965: Refactor tiled memcpy functions and move them...
2015-01-27 Jason Ekstrandi965/tex_subimage: Use the fast tiled path for rectangl...
2015-01-27 Dave Airliemesa/autoconf: attempt to use gnu99 on older gcc compilers
2015-01-26 Felix Jandamesa: simplify detection of fpclassify
2015-01-26 Jason Ekstrandnir/opcodes: Don't go through doubles when constant...
2015-01-26 Jason Ekstrandnir/opcodes: Simplify and fix the unpack_half_*_split_...
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-26 Kenneth Graunkei965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod...
2015-01-26 Jan Veselyclover: Fix build with llvm after r226981
2015-01-25 Niels Ole Salscheiderconfigure: Link against all LLVM targets when building...
2015-01-25 Connor Abbottnir/constant_folding: use the new constant folding...
2015-01-25 Jason Ekstrandnir: add new constant folding infrastructure
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information
2015-01-24 Emil Velikovdocs: add news item and link release notes for mesa...
2015-01-24 Emil Velikovdocs: Add sha256 sums for the 10.4.3 release
2015-01-24 Emil VelikovAdd release notes for the 10.4.3 release
2015-01-24 Matt Turneri965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
2015-01-24 Matt Turneri965/fs: Add support for removing MOV.NZ instructions.
2015-01-24 Matt Turneri965/fs: Allow flipping cond mod for negated arguments.
2015-01-24 Matt Turneri965/fs: Propagate cmod across flag read if it contains...
2015-01-24 Matt Turneri965/fs: Add unit tests for cmod propagation pass.
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-24 Matt Turneri965/fs: Eliminate null-dst instructions without side...
2015-01-24 Matt Turneri965/fs: Apply conditional mod specially to split MAD...
2015-01-24 Matt Turneri965/fs: Add a pass to fixup 3-src instructions that...
2015-01-24 Matt Turneri965: Add is_3src() to backend_instruction.
2015-01-24 Matt Turneri965: Add backend_instruction::can_do_cmod().
2015-01-24 Matt Turneri965/cfg: Add a foreach_block_reverse macro.
2015-01-24 Matt Turneri965/cfg: Add a foreach_inst_in_block_reverse_safe...
2015-01-24 Matt Turnerglsl: Add a foreach_in_list_reverse_safe macro.
2015-01-24 Matt Turneri965: Don't make instructions with a null dest a barrie...
2015-01-24 Ian Romanicki965/fs: Allow SIMD16 on pre-SNB when try_replace_with_...
2015-01-24 Eric Anholtnir: Expose nir_print_instr() for debug prints
2015-01-24 Eric Anholtnir: When asked to print with a NULL state, just use...
next