nvc0: move nvc0_so_target_save_offset() to its correct location
[mesa.git] / src / gallium / drivers /
2015-10-09 Samuel Pitoisetnvc0: move nvc0_so_target_save_offset() to its correct...
2015-10-09 Samuel Pitoisetnvc0: add a header file for nvc0_query
2015-10-08 Emil Velikovgallium/ddebug: add missing dd_util.h to sources list
2015-10-08 Emil Velikovgallium/ddebug: automake: sort sources alphabetically
2015-10-07 Marek Olšákradeonsi: fix a GS hang on VI
2015-10-07 Marek Olšákradeonsi: remove TC L2 cache flush for index buffers...
2015-10-07 Brian Paulsvga: whitespace fixes in svga_sampler_view.c
2015-10-07 Brian Paulsvga: whitespace fixes in svga_resource_buffer.c
2015-10-07 Brian Paulsvga: round UBO constant buffer size up/down to multipl...
2015-10-07 Ilia Mirkinnouveau: make sure there's always room to emit a fence
2015-10-06 Boyan Dingvc4: use nir two-sided-color lowering
2015-10-06 Eric Anholtvc4: Fix a leak of the last color read/write surface...
2015-10-06 Eric Anholtvc4: Fix a memory leak in the simulator case.
2015-10-05 Ilia Mirkinnv30: always go through translate module on big-endian
2015-10-05 Ilia Mirkinnv30: pretend to have packed texture/surface formats
2015-10-03 Marek Olšákradeonsi: enable PIPE_CAP_FORCE_PERSAMPLE_INTERP
2015-10-03 Marek Olšákradeonsi: do force_persample_interp in shaders for...
2015-10-03 Marek Olšákradeonsi: implement the simple case of force_persample_...
2015-10-03 Marek Olšákradeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a...
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-10-03 Marek Olšákr600g: only do depth-only or stencil-only in-place...
2015-10-03 Marek Olšákradeonsi: only do depth-only or stencil-only in-place...
2015-10-03 Marek Olšákgallium/radeon: add separate stencil level dirty flags
2015-10-03 Marek Olšákradeonsi: dump buffer lists while debugging
2015-10-03 Marek Olšákwinsys/amdgpu: add winsys function cs_get_buffer_list
2015-10-03 Marek Olšákgallium/radeon: stop using "reloc" in a few places
2015-10-03 Marek Olšákgallium/radeon: tell the winsys the exact resource...
2015-10-03 Marek Olšákradeonsi: add an option for debugging VM faults
2015-10-03 Marek Olšákradeonsi: move dumping the last IB into its own function
2015-10-03 Marek Olšákddebug: separate creation of debug files
2015-10-02 Tom Stellardradeon/llvm: Initialize gallivm targets when initializi...
2015-10-02 Tom Stellardgallium/radeon: Use call_once() when initailizing LLVM...
2015-09-28 Ilia Mirkinnouveau: wait to unref the transfer's bo until it's...
2015-09-28 Ilia Mirkinnouveau: delay deleting buffer with unflushed fence
2015-09-28 Ilia Mirkinnouveau: be more careful about freeing temporary transf...
2015-09-25 Marek Olšákradeonsi: add scratch buffer to the buffer list when...
2015-09-25 Leo Liuradeon/vce: fix vui time_scale zero error
2015-09-24 Mauro Rossiandroid: radeonsi: fix sid_tables.h missing LOCAL_MODUL...
2015-09-24 Benjamin Bellecgallium/radeon: remove the percentage symbol from HUD...
2015-09-24 Marek Olšákradeonsi: handle dummy constant buffer allocation failure
2015-09-24 Marek Olšákradeonsi: don't forget to update scratch relocations...
2015-09-24 Marek Olšákradeonsi: skip drawing if updating the scratch buffer...
2015-09-24 Marek Olšákradeonsi: skip drawing if PS fails to compile or upload
2015-09-24 Marek Olšákradeonsi: skip drawing if VS, TCS, TES, GS fail to...
2015-09-24 Marek Olšákradeonsi: handle fixed-func TCS shader create failure
2015-09-24 Marek Olšákradeonsi: handle shader precompile failures
2015-09-24 Marek Olšákradeonsi: skip drawing if GS ring allocations fail
2015-09-24 Marek Olšákradeonsi: skip drawing if the tess factor ring allocati...
2015-09-24 Marek Olšákradeonsi: add malloc fail paths to si_create_shader_state
2015-09-24 Marek Olšákradeonsi: report alloc failure from si_shader_binary_read
2015-09-24 Marek Olšákgallium/radeon: add a fail path for depth MSAA texture...
2015-09-24 Marek Olšákgallium/radeon: handle buffer alloc failures in r600_dr...
2015-09-24 Marek Olšákgallium/radeon: handle buffer_map staging buffer failur...
2015-09-24 Marek Olšákradeonsi: handle constant buffer alloc failures
2015-09-24 Marek Olšákradeonsi: handle index buffer alloc failures
2015-09-22 Grazvydas Ignotasr600g: update num_dw in scissor_enable workaround
2015-09-21 Ilia Mirkinradeonsi: implement TXQS support
2015-09-21 Ilia Mirkinradeonsi: load fmask ptr relative to the resources...
2015-09-19 Rob Clarkfreedreno/ir3: use nir two-sided-color lowering
2015-09-19 Rob Clarkfreedreno/ir3: lower txp/clamp in NIR
2015-09-17 Rob Clarkfreedreno/ir3: add --gpu arg to cmdline compiler
2015-09-17 Rob Clarkfreedreno/a4xx: wire up ucp support
2015-09-17 Rob Clarkfreedreno/ir3: add support for ucp
2015-09-17 Rob Clarkfreedreno/ir3: convert from tgsi semantic/index to...
2015-09-17 Rob Clarkfreedreno/ir3: switch to shader_enums.h interp constants
2015-09-17 Ilia Mirkinnv50,nvc0: flush texture cache in presence of coherent...
2015-09-17 Ilia Mirkinnv50,nvc0: detect underlying resource changes and updat...
2015-09-17 Boyan Dingvc4: Try to pair up instructions when only one of them...
2015-09-16 Ilia Mirkinfreedreno/a3xx: use NUM_USER_CLIP_PLANES helper instead...
2015-09-16 Ilia Mirkinfreedreno/a3xx: fix blending of L8 format
2015-09-16 Ilia Mirkinfreedreno/a3xx: add support for dual-source blending
2015-09-16 Eric Anholtvc4: convert from tgsi semantic/index to varying-slot
2015-09-16 Eric Anholtgallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RES...
2015-09-16 Ilia Mirkinnv50, nvc0: fix max texture buffer size to 128M elements
2015-09-16 Rob Clarkfreedreno: one screen to rule them all
2015-09-16 Rob Clarkfreedreno/ir3: use NIR to lower ffract instead of tgsi_...
2015-09-15 Rob Clarkfreedreno/a4xx: more texture formats
2015-09-15 Rob Clarkfreedreno/a4xx: border-color support
2015-09-15 Rob Clarkfreedreno/a4xx: wire up texture clamp lowering
2015-09-15 Rob Clarkfreedreno: helper for a3xx/a4xx border-colors
2015-09-15 Rob Clarkfreedreno: update generated headers
2015-09-15 Thomas Hellstromgallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10
2015-09-14 Ilia Mirkinnvc0/ir: start offset at texBindBase for txq, like...
2015-09-14 Eric Anholtvc4: Fix build from recent NIR cleanups.
2015-09-13 Ilia Mirkinr600g: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkinnv50/ir: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-13 Krzesimir Nowaksoftpipe: Change faces type to uint
2015-09-13 Rob Clarkfreedreno/ir3: fix compile warn after 1807a08e
2015-09-13 Rob Clarkfreedreno/ir3: fix compile break after a4aa25be
2015-09-12 Kai Wasserbächr600: Fix llvm build since const buffer changes
2015-09-12 Glenn Kennardr600: Enable fp64 on chips with native support
2015-09-12 Glenn Kennardr600g: Support I2D/U2D/D2I/D2U
2015-09-12 Dave Airlier600g: lower number of driver const buffers
2015-09-12 Dave Airlier600: define some values for the fetch constant offsets.
2015-09-11 Krzesimir Nowaksoftpipe: Constify variables
2015-09-11 Krzesimir Nowaksoftpipe: Constify sp_tgsi_sampler
2015-09-11 Krzesimir Nowaksoftpipe: Constify sampler and view parameters in mip...
2015-09-11 Krzesimir Nowaksoftpipe: Constify sampler and view parameters in img...
2015-09-11 Krzesimir Nowaktgsi, softpipe: Constify tgsi_sampler in query_lod...
next