gallium/util: Make u_prims_for_vertices() safe
[mesa.git] / src / gallium /
2015-12-09 Edward O'Callaghangallium/util: Make u_prims_for_vertices() safe
2015-12-09 Patrick Rudolphnv50,nvc0: fix use-after-free when vertex buffers are...
2015-12-09 Andreas Bollst/osmesa: Fix a typo in a comment
2015-12-09 Brian Paulsvga: initialize pipe_driver_query_info entries with...
2015-12-09 Dave Airlieradeonsi: handle loading doubles as geometry shader...
2015-12-09 Dave Airlieradeonsi: handle doubles in lds load path.
2015-12-09 Dave Airlier600: handle geometry dynamic input array index
2015-12-09 Dave Airlier600g: fix geom shader input indirect indexing.
2015-12-09 Dave Airlier600g: fix outputing to non-0 buffers for stream 0.
2015-12-09 Edward O'Callaghanr600: Add ARB_copy_image support
2015-12-09 Edward O'Callaghanr600g: allow copying between compatible un/compressed...
2015-12-09 Ilia Mirkinnv50/ir: fix cutoff for using r63 vs r127 when replacin...
2015-12-09 Ilia Mirkinnv50/ir: prefer to color mad def and src2 with the...
2015-12-09 Ilia Mirkinnv50/ir: reduce degree limit on ops that can't encode...
2015-12-09 Ilia Mirkinnv50/ir: only unspill once ahead of a group of instructions
2015-12-09 Ilia Mirkinnv50/ir: check if the target supports the new offset...
2015-12-09 Dave Airliellvmpipe: fix fp64 inputs to geom shader.
2015-12-08 Eric Anholtvc4: Enable MSAA.
2015-12-08 Eric Anholtvc4: Add support for mapping of MSAA resources.
2015-12-08 Eric Anholtvc4: Add support for texel fetches from MSAA resources.
2015-12-08 Eric Anholtvc4: Add support for multisample framebuffer operations.
2015-12-08 Eric Anholtvc4: Add a workaround for HW-2905, and additional failu...
2015-12-08 Eric Anholtvc4: Add support for drawing in MSAA.
2015-12-08 Eric Anholtvc4: Add kernel RCL support for MSAA rendering.
2015-12-08 Eric Anholtvc4: Rename color_ms_write to color_write.
2015-12-08 Eric Anholtvc4: Allow RCL blits to the edge of the surface.
2015-12-08 Eric Anholtvc4: Add disabled debug printf for describing blits.
2015-12-08 Eric Anholtvc4: Fix check for tile RCL blits with mismatched y.
2015-12-08 Eric Anholtvc4: Fix compiler warning from size_t change.
2015-12-08 Nicolai Hähnleradeonsi: last_gfx_fence is a winsys fence
2015-12-07 Ilia Mirkinnvc0/ir: fix up mul+add -> mad algebraic opt, enable...
2015-12-07 Ilia Mirkingk110/ir: fix imad sat/hi flag emission for immediate...
2015-12-07 Ilia Mirkingk104/ir: sampler doesn't matter for txf
2015-12-07 Marek Olšákradeonsi: disable DCC on Stoney
2015-12-07 Sonny Jiangwinsys/amdgpu: addrlib - port a Fiji bug fix
2015-12-07 Sonny Jiangwinsys/amdgpu: addrlib - port Checks mip 0 for czDispCo...
2015-12-07 Sonny Jiangwinsys/amdgpu: addrlib - port fix error for workaround...
2015-12-07 Christian Königst/va: disable MPEG4 by default v2
2015-12-07 Christian Königst/va: move HEVC functions into separate file v2
2015-12-07 Ilia Mirkingk110/ir: fix imul hi emission with limm arg
2015-12-07 Brian Paulsvga: use the debug callback to report issues to the...
2015-12-07 Brian Paulgallium/util: check callback pointers for non-null...
2015-12-07 Dave Airlier600: apply SIMD workaround to cayman also.
2015-12-07 Dave Airlier600: fix regression introduced with ring emit changes.
2015-12-07 Dave Airlier600: remove stale tessellation comment
2015-12-06 Dave Airlier600: enable tessellation for evergreen/cayman (v2)
2015-12-06 Dave Airlier600g: reduce number of ps thread on caicos
2015-12-06 Dave Airlier600g: adjust ls/hs thread counts for sumo
2015-12-06 Dave Airlier600/asm: enable nstack check for tess ctrl/eval shaders.
2015-12-06 Dave Airlier600/asm: handle lds read operations.
2015-12-06 Dave Airlier600/asm: add LDS ops and barrier to the once per group...
2015-12-06 Dave Airlier600: move VGT_VTX_CNT_EN into shader stages atom.
2015-12-06 Dave Airlier600: enable tcs/tes dumping for R600_DUMP_SHADERS.
2015-12-06 Dave Airlier600: handle SIMD allocation issue with HS/LS
2015-12-06 Dave Airlier600/shader: increase number of inputs/outputs to 64.
2015-12-06 Edward O'Callaghanr600: handle barrier opcode.
2015-12-06 Dave Airlier600/shader: handle tess related system-values.
2015-12-06 Dave Airlier600/shader: allow multi-dimension arrays for tcs/tes...
2015-12-06 Dave Airlier600/shader: handle TES exports and streamout
2015-12-06 Dave Airlier600/shader: emit tessellation factors to GDS at end...
2015-12-06 Dave Airlier600/shader: handle TCS output writing.
2015-12-06 Dave Airlier600/shader: handle VS shader writing to the LDS output...
2015-12-06 Dave Airlier600/shader: handle fetching tcs/tes inputs and tcs...
2015-12-06 Dave Airlier600/shader: add get_lds_offset0 helper
2015-12-06 Dave Airlier600/shader: add function to get tess constants info
2015-12-06 Dave Airlier600/shader: add utility functions to do single slot...
2015-12-06 Dave Airlier600/eg: workaround bug with tess shader and dynamic...
2015-12-06 Dave Airlier600/shader: move get_temp and last_instruction helpers up
2015-12-06 Dave Airlier600: bind geometry shader ring to the correct place
2015-12-06 Dave Airlier600: create fixed function tess control shader fallback.
2015-12-06 Dave Airlier600: create LDS info constants buffer and write LDS...
2015-12-06 Dave Airlier600/eg: update shader stage emission/tf param for...
2015-12-06 Dave Airlier600: hook TES/TCS shaders to the selection logic.
2015-12-06 Dave Airlier600: workout bitmask for the used tcs inputs/outputs.
2015-12-06 Dave Airlier600: port over the get_lds_unique_index from radeonsi
2015-12-06 Dave Airlier600: add set_tess_state callback.
2015-12-06 Dave Airlier600/eg: init tess registers to defaults (v1.1)
2015-12-06 Dave Airlier600: hook up constants/samplers/sampler view for tesse...
2015-12-06 Dave Airlier600: add create/bind/delete shader hooks for tessellation
2015-12-06 Dave Airlier600/sb: add LS/HS hw shader types.
2015-12-06 Dave Airlier600/blit: add tcs/tes shader saves.
2015-12-06 Dave Airlier600: disable SB for now on tess related shaders.
2015-12-06 Dave Airlier600: update correct hw shaders depending on configuration.
2015-12-06 Dave Airlier600: add shader key entries for tcs and tes.
2015-12-06 Dave Airlier600: add PATCHES to the pipe conversion.
2015-12-06 Dave Airlier600: add functions to update ls/hs state.
2015-12-06 Glenn Kennardr600g/sb: Support LDS ops in SB bytecode I/O
2015-12-06 Dave Airlier600: add support for LDS instruction encoding.
2015-12-06 Dave Airlier600/sb: add support for GDS to the sb decoder/dump...
2015-12-06 Dave Airlier600: add support for GDS clause to the assembler.
2015-12-06 Dave Airlier600: use macros for updating the various stages.
2015-12-06 Dave Airlier600: add SET_NULL_SHADER macro.
2015-12-06 Dave Airlier600: move clip misc and streamout stream updates to...
2015-12-06 Dave Airlier600: move selecting shaders into earlier code.
2015-12-06 Dave Airlier600: use a macro to remove common shader selection...
2015-12-06 Dave Airlier600: move to using hw stages array for hw stage atoms
2015-12-06 Dave Airlier600: make adjust_gprs use hw stages.
2015-12-06 Dave Airlier600: introduce HW shader stage defines
2015-12-06 Dave Airlier600: fix masks for two of the unused evergreen regs.
2015-12-06 Edward O'Callaghangallium: Remove redundant NULL ptr checks
next