android: Depend on gallium_dri from EGL, instead of linking in gallium.
[mesa.git] / src / gallium /
2015-06-09 Chih-Wei Huangandroid: add rules to build a gallium_dri.so
2015-06-09 Chih-Wei Huangandroid: add rules to build gallium/state_trackers/dri
2015-06-09 Jose Fonsecartasm: Generalize executable memory allocator to all...
2015-06-08 Martin Peressoftpipe/query: force parenthesis around a logical not
2015-06-08 Michel Dänzerradeonsi: Add CIK SDMA support
2015-06-08 Michel Dänzerr600g,radeonsi: Assert that there's enough space after...
2015-06-05 Marek Olšákclover: clarify and fix the EGL interop error case
2015-06-05 Marek Olšáktgsi/ureg: fix a coverity defect in emit_decls
2015-06-05 Marek Olšákr600g: fix a coverity defect in streamout code
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for GS input array declarations
2015-06-05 Marek Olšáktgsi/ureg: merge input and fs_input arrays
2015-06-05 Marek Olšáktgsi/ureg: rename and simplify ureg_DECL_gs_input
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-06-05 Marek Olšáktgsi/scan: get more information about arrays and handle...
2015-06-05 Roland Scheideggerdraw: (trivial) fix NULL pointer dereference
2015-06-04 Roland Scheideggerllvmpipe: Implement stencil export
2015-06-01 Brian Paulgallium/util: silence silence unused var warnings for...
2015-06-01 Brian Paulgallivm: silence unused var warnings for non-debug...
2015-06-01 Brian Paulpipebuffer: silence unused var warnings for non-debug...
2015-06-01 Brian Pauldraw: silence unused var warnings for non-debug build
2015-06-01 Jose Fonsecagallivm: Remove stub disassemblerSymbolLookupCB.
2015-05-30 Eric Anholtvc4: Don't bother with safe list traversal in CSE.
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-05-30 Eric Anholtvc4: Make sure we allocate idle BOs from the cache.
2015-05-30 Eric Anholtvc4: Fix return value handling for BO waits.
2015-05-29 Roland Scheideggergallivm: make sampling more robust when the sampler...
2015-05-29 Jose Fonsecagallivm: Use the LLVM's C disassembly interface.
2015-05-29 Jose Fonsecagallivm: Disable frame pointer omission on LLVM 3.7.
2015-05-29 Marek Olšákst/dri: fix postprocessing crash when there's no depth...
2015-05-29 Marek Olšákradeon/llvm: reset temps_count on deallocation
2015-05-29 Marek Olšákradeon/llvm: don't use a static array size for radeon_l...
2015-05-29 Dave Airliesoftpipe: fix offset wrapping calculations (v2)
2015-05-28 Jose Fonsecagallivm: Workaround LLVM PR23628.
2015-05-28 Eric Anholtvc4: Just stream out fallback IB contents.
2015-05-28 Eric Anholtvc4: Don't try to put our dmabuf-exported BOs into...
2015-05-28 Eric Anholtvc4: Don't forget to make our raster shadow textures...
2015-05-28 Samuel Pitoisetvc4: make vc4_begin_query() return a boolean
2015-05-28 Vinson Leegallivm: Do not use NoFramePointerElim with LLVM 3.7.
2015-05-27 EdBclover: Log build options when dumping clc source.
2015-05-26 Brian Paulxlib: fix X_GLXCreateContextAtrribs/Attribs typo
2015-05-26 Marek Olšákradeonsi: use a switch statement in si_delete_shader_se...
2015-05-26 Marek Olšákradeonsi: use a switch statement in si_shader_selector_key
2015-05-26 Marek Olšákradeonsi: fix scratch buffer setup for geometry shaders
2015-05-26 Marek Olšákradeonsi: remove unused cases from si_shader_io_get_uni...
2015-05-26 Marek Olšákradeonsi: don't count special outputs for the VS export...
2015-05-26 Marek Olšákradeonsi: add support for PIPE_CAP_TGSI_TEXCOORD
2015-05-26 Marek Olšáktgsi/ureg: enable creating tessellation shaders with...
2015-05-26 Marek Olšáktgsi/text: enable parsing tessellation shaders
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-26 Marek Olšákgallium: use const in set_tess_state
2015-05-26 Koop Mastclover: Build fix for FreeBSD.
2015-05-26 Ilia Mirkinnv30: falling back to draw path for edgeflag does no...
2015-05-26 Ilia Mirkinnv30/draw: switch varying hookup logic to know about...
2015-05-26 Ilia Mirkinnv30/draw: allocate vertex buffers in gart
2015-05-26 Ilia Mirkinnv30/draw: only use the DMA1 object (GART) if the bo...
2015-05-26 Ilia Mirkinnv30/draw: fix indexed draws with swtnl path and a...
2015-05-25 Roland Scheideggerllvmpipe: (trivial) add parantheses in (!x == y) expression
2015-05-25 Ilia Mirkinnv30/draw: draw expects constbuf size in bytes, not...
2015-05-25 Ilia Mirkinnv30/draw: avoid leaving stale pointers in draw state
2015-05-24 Ilia Mirkinnv30: fix clip plane uploads and enable changes
2015-05-24 Ilia Mirkinnv30: avoid doing extra work on clear and hitting unexp...
2015-05-24 Ilia Mirkinnv30: avoid leaking render state and draw shaders
2015-05-24 Ilia Mirkinnv30: don't leak fragprog consts
2015-05-24 Ilia Mirkinnv50/ir: avoid messing up arg1 of PFETCH
2015-05-23 Grigori Goronzyclover: try userptr for CL_MEM_USE_HOST_PTR
2015-05-23 Grigori Goronzyclover: implement CL_MEM_ALLOC_HOST_PTR
2015-05-23 Ilia Mirkinnv30: check nouveau_bo_map output of notify bo
2015-05-23 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-05-23 Samuel Pitoisetnv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0
2015-05-22 Ilia Mirkinnvc0/ir: LOAD's can't be used for shader inputs
2015-05-22 Ilia Mirkinnv50/ir: guess that the constant offset is the starting...
2015-05-22 Ilia Mirkinnvc0/ir: set ftz when sources are floats, not just...
2015-05-22 Ilia Mirkinnv50/ir: allow OP_SET to merge with OP_SET_AND/etc...
2015-05-22 Ilia Mirkinnvc0/ir: optimize set & 1.0 to produce boolean-float...
2015-05-22 Ilia Mirkinnvc0/ir: allow iset to produce a boolean float
2015-05-22 Ilia Mirkinnvc0/ir: avoid jumping to a sched instruction
2015-05-22 Samuel Pitoisetnv50: fix PIPELINE_STATISTICS with HUD, based on nvc0
2015-05-22 Samuel Pitoisetnv50: fix 64-bit queries with HUD, based on nvc0
2015-05-22 Christian Königradeon/vce: adapt new firmware interface changes
2015-05-22 Christian Königradeon/vce: move CPB handling function into common...
2015-05-21 Dave Airlieu_math: uses assert, include assert.h
2015-05-21 Ilia Mirkinfreedreno/a3xx: set .zw of sprite coords to .01
2015-05-21 Ilia Mirkinfreedreno/ir3: fix immediate usage in tgsi tex fe
2015-05-20 Emil Velikovtargets/osmesa: drop the -module tag from LDFLAGS
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-20 Marek Olšákcso: add context cleanup code from st/mesa
2015-05-20 Dave Airliesoftpipe: start adding gather support (v2)
2015-05-20 Dave Airliesoftpipe: use arrays to make gather easier
2015-05-20 Dave Airlietgsi: handle TG4 opcode in tgsi exec
2015-05-20 Dave Airliesoftpipe: add textureOffset support.
2015-05-20 Dave Airliesoftpipe: move control into a filter args struct
2015-05-20 Dave Airliesoftpipe: move some image filter parameters into a...
2015-05-18 Rob Clarkfreedreno: fence fix
2015-05-18 Ilia Mirkingk110/ir: switch to gk104-style sched codes rather...
2015-05-16 Ilia Mirkintgsi/dump: fix declaration printing of tessellation...
2015-05-16 Ilia Mirkintgsi/ureg: allow ureg_dst to have dimension indices
2015-05-16 Marek Olšáktgsi/ureg: use correct limit for max input count
next