Fix build of appleglx
[mesa.git] / src / gallium /
2014-05-23 Jon TURNEYMake DRI dependencies and build depend on the target
2014-05-23 Jon TURNEYFix build for darwin
2014-05-23 Emil Velikovtargets/egl-static: add missing line break in ldflags
2014-05-23 Emil Velikovtargets/osmesa: limit the amount of exported symbols
2014-05-23 José Fonsecagallivm: Disable workaround for PR12833 on LLVM 3.2+.
2014-05-23 José Fonsecagallivm: Support MCJIT on Windows.
2014-05-22 Alexander von Gluck IVhaiku: Add missing u_memory.h for FREE()
2014-05-21 Rob Clarkfreedreno/a3xx: fix blend opcode
2014-05-21 Rob Clarkfreedreno/a3xx: fix depth/stencil gmem restore
2014-05-21 Rob Clarkfreedreno/a3xx: fix depth/stencil GMEM positioning
2014-05-21 Rob Clarkfreedreno: update generated headers
2014-05-21 Rob Clarkfreedreno: use OUT_RELOCW when buffer is written
2014-05-21 Rob Clarkrbug: add missing pipe->blit() entrypoint
2014-05-21 Ilia Mirkintgsi: add GS_INVOCATIONS to property names array
2014-05-21 Ilia Mirkinnv50,nvc0: fix 3d blits with mipmap levels
2014-05-21 Ilia Mirkinnv50/ir: fix constant folding for OP_MUL subop HIGH
2014-05-21 Ilia Mirkinnv50/ir: fix s32 x s32 -> high s32 multiply logic
2014-05-20 Rob Clarkfreedreno: don't advertise texture arrays for now
2014-05-20 Rob Clarkfreedreno/a3xx: shadow sampler support
2014-05-20 Rob Clarkfreedreno/a3xx/compiler: refactor trans_samp()
2014-05-20 Rob Clarkfreedreno: update generated headers
2014-05-19 Roland Scheideggerllvmpipe: do IR counting for shader cache management...
2014-05-18 Ilia Mirkinnv50/ir: fix integer mul lowering for u32 x u32 ->...
2014-05-18 Ilia Mirkinnv50/ir: make sure that texprep/texquerylod's args...
2014-05-18 Rob Clarkfreedreno/a3xx: use util_format_compose_swizzles()
2014-05-18 Rob Clarkfreedreno/a3xx/compiler: 1D textures
2014-05-18 Rob Clarkfreedreno: fix caps
2014-05-18 Rob Clarkfreedreno: fix index buffer offset
2014-05-17 Rob Clarkfreedreno/a3xx: add sRBG texture support
2014-05-17 Rob Clarkfreedreno: update generated headers
2014-05-17 Roland Scheideggergallivm: (trivial) fix compilation with llvm 3.1, 3.2
2014-05-16 Roland Scheideggergallivm: print out how long it takes to optimize shader IR.
2014-05-16 Roland Scheideggergallivm: give more verbose names to modules
2014-05-15 Roland Scheideggergallivm: remove optimization workaround when not having...
2014-05-15 Roland Scheideggergallivm: remove workaround for reversing optimization...
2014-05-15 Emil Velikovegl-static: include libradeonwinsys.la only once
2014-05-15 Emil Velikovgallium/radeon: link in libradeon.la at target level
2014-05-15 Emil Velikovgallium/radeon: build only a single common library...
2014-05-15 Rob Clarkfreedreno/a3xx: fix write to bogus register
2014-05-15 Rob Clarkfreedreno/a3xx: account for special inputs/outputs
2014-05-15 Rob Clarkfreedreno/a3xx: fix MAX_INPUTS shader cap
2014-05-15 Rob Clarkfreedreno/a3xx: add debug flag to expose glsl130
2014-05-15 Ryan Houdekfreedreno/a3xx/compiler: add KILL_IF
2014-05-15 Ryan Houdekfreedreno/a3xx/compiler: start adding integer support
2014-05-15 Roland Scheideggerdraw: better llvm names for shaders for debugging.
2014-05-15 Roland Scheideggerllvmpipe: improve setup shader names (for debugging)
2014-05-15 Roland Scheideggerllvmpipe: kill off llvmpipe_variant_count
2014-05-14 Ben Skeggsnvc0: enable support for maxwell boards
2014-05-14 Ben Skeggsnvc0: add maxwell (sm50) compiler backend
2014-05-14 Ben Skeggsnvc0: maxwell isa has no per-instruction join modifier
2014-05-14 Ben Skeggsnvc0: replace immd 0 with $rLASTGPR for emit/restart...
2014-05-14 Ben Skeggsnvc0: move nvc0 lowering pass class definitions into...
2014-05-14 Ben Skeggsnvc0: bump sched data member to 32-bits
2014-05-14 Ben Skeggsnvc0: use vertex arrays for eng3d blit
2014-05-14 Ben Skeggsnvc0: restrict "constant vbo" logic to fermi/kepler...
2014-05-14 Ben Skeggsnvc0: replace some vb->stride checks with constant_vbo...
2014-05-14 Ben Skeggsnvc0: add maxwell class
2014-05-14 Ben Skeggsnvc0: allow for easier modification of compiler library...
2014-05-14 Ben Skeggsnvc0: properly distribute macros in source form
2014-05-14 Brad Kingautomake: Honor GL_LIB for gallium libgl-xlib
2014-05-14 Roland Scheideggergallivm: only fetch pointers to constant buffers once
2014-05-14 Roland Scheideggergallivm: fix output stream flushing in error case for...
2014-05-14 Michel Dänzerradeonsi: Fix anisotropic filtering state setup
2014-05-14 Ilia Mirkintgsi: support parsing texture offsets from text tgsi...
2014-05-14 Rob Clarkgallium/docs: clarify when query results are reset
2014-05-14 José Fonsecagallivm: Remove lp_func_delete_body.
2014-05-14 José Fonsecagallivm: Remove gallivm_free_function.
2014-05-14 José Fonsecallvmpipe: Delete unneeded LLVM stuff earlier.
2014-05-14 Frank Henigmandraw: Delete unneeded LLVM stuff earlier.
2014-05-14 Frank Henigmangallivm: Separate freeing LLVM intermediate data from...
2014-05-14 Frank Henigmangallivm: One code memory pool with deferred free.
2014-05-14 José Fonsecagallivm: Run passes per module, not per function.
2014-05-14 José Fonsecagallivm: Use LLVM global context.
2014-05-14 José Fonsecagallivm: Stop using module providers.
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2014-05-13 Rob Clarkfreedreno/a3xx: occlusion query support
2014-05-13 Rob Clarkfreedreno: add support for hw queries
2014-05-13 Rob Clarkfreedreno/query: allow multiple query implementations
2014-05-13 Rob Clarkfreedreno/a3xx: add point-size
2014-05-13 Rob Clarkfreedreno: update generated headers
2014-05-11 Ilia Mirkinnv50,nvc0: fix blit 3d path for 1d array textures
2014-05-11 Ilia Mirkinnv50,nvc0: leave queries on during blit, turn them...
2014-05-11 Ilia Mirkingallium: add bit to pipe_blit_info to leave current...
2014-05-11 Ilia Mirkinnv50: fix setting of texture ms info to be per-stage
2014-05-11 Ilia Mirkinnv50/ir: make sure to reverse cond codes on all the...
2014-05-11 Rob Clarkfreedreno/a2xx: fix compiler warning
2014-05-10 Marek Olšákradeonsi: prepare depth export registers at compile...
2014-05-10 Marek Olšákradeonsi: simplify depth/stencil export code
2014-05-10 Marek Olšákradeon/llvm: add support for non-scalar system values
2014-05-10 Marek Olšákradeonsi: add and use a helper function for loading...
2014-05-10 Marek Olšákradeonsi: only count CS space for state atoms if we...
2014-05-10 Marek Olšákradeonsi: remove unused variable exports_ps in si_pipe_...
2014-05-10 Marek Olšákradeonsi: use DRAW_PREAMBLE on CIK
2014-05-10 Marek Olšákr600g: simplify framebuffer state size computation
2014-05-10 Emil Velikovilo: destroy the mutex, if winsys creation fails
2014-05-09 Tom Stellardradeonsi: Enable geometry shaders with LLVM 3.4.1
2014-05-09 Thomas Hellstromst/xa: Fix performance regression introduced by commit...
2014-05-09 Tom Stellardclover: Destory pipe_screen when device does not suppor...
2014-05-09 Tom Stellardpipe-loader: Don't destroy the winsys in the sw loader
2014-05-08 Adam Jacksonradeonsi: Don't use anonymous struct trick in atom...
next