ilo: add ilo_state_vf
[mesa.git] / src / gallium / drivers /
2015-06-14 Chia-I Wuilo: add ilo_state_vf
2015-06-14 Chia-I Wuilo: add ilo_state_urb
2015-06-14 Chia-I Wuilo: add ilo_state_sol
2015-06-14 Chia-I Wuilo: add ilo_state_cc
2015-06-14 Chia-I Wuilo: add ilo_state_raster
2015-06-14 Chia-I Wuilo: add ilo_state_viewport
2015-06-14 Chia-I Wuilo: add ilo_state_sampler
2015-06-14 Chia-I Wuilo: add ilo_state_surface
2015-06-14 Chia-I Wuilo: add ilo_state_zs
2015-06-14 Chia-I Wuilo: update genhw headers
2015-06-14 Chia-I Wuilo: add ilo_image_disable_aux()
2015-06-14 Chia-I Wuilo: add array_size and level_count to ilo_image
2015-06-14 Chia-I Wuilo: add pipe_texture_target to ilo_image
2015-06-14 Chia-I Wuilo: fix "Render Cache Read Write Mode"
2015-06-14 Chia-I Wuilo: avoid resource owning in core
2015-06-14 Chia-I Wuilo: assert core objects are zero-initialized
2015-06-13 Tom Stellardradeon/llvm: Handle LLVM backend rename from R600 to...
2015-06-12 Emil Velikovvc4: automake: enable subdir-objects
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-06-12 Emil Velikovgallium: use $(top_builddir) when referencing static...
2015-06-12 Emil Velikovfreedreno: use CXX linker rather than explicit link...
2015-06-12 Jose Fonsecatrace: Add missing p_compiler.h include.
2015-06-10 Brian Paulllvmpipe: simplify lp_resource_copy()
2015-06-10 Dave Airlienouveau: set imported buffers to what the kernel gives us
2015-06-09 Eric Anholtvc4: Drop qir include from vc4_screen.h
2015-06-09 Eric Anholtvc4: Drop subdirectory in vc4 build.
2015-06-09 Eric Anholtvc4: Update to current kernel validation code.
2015-06-09 Chih-Wei Huangandroid: build with libcxx on android lollipop
2015-06-09 Chih-Wei Huangandroid: enable the radeonsi driver
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šá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-04 Roland Scheideggerllvmpipe: Implement stencil export
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 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 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-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šákgallium: use const in set_tess_state
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 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 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 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 Dave Airliesoftpipe: start adding gather support (v2)
2015-05-20 Dave Airliesoftpipe: use arrays to make gather easier
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 Marek Olšáktrace: implement new tessellation functions
2015-05-15 Alexander von Gluck IVgallium/drivers: Add extern "C" wrappers to public...
2015-05-14 Rob Clarkfreedreno: fix bug in tile/slot calculation
2015-05-14 Rob Clarkfreedreno: enable a306
2015-05-14 Samuel Pitoisetnvc0: remove unused nv50_tsc_wrap_mode() function
2015-05-14 Samuel Pitoisetnv50/ir: silence compiler warnings about mismatched...
2015-05-14 Samuel Pitoisetnv50/ir: remove unused private field cycle to SchedData...
2015-05-14 Samuel Pitoisetnv30: remove unused nvfx_fp_memcpy() function and comme...
2015-05-14 Samuel Pitoisetnvc0: do not expose MP counters for nvf0 (GK110+)
next