freedreno: update generated headers
[mesa.git] / src / gallium / drivers / swr /
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-30 Ilia Mirkinswr: [rasterizer jit] use signed integer representation...
2016-11-30 Ilia Mirkinswr: add missing rgbx8_srgb variant
2016-11-30 Ilia Mirkinswr: reorder renderable formats, add grouping comments
2016-11-30 Ilia Mirkinswr: use util_copy_framebuffer_state helper
2016-11-30 Ilia Mirkinswr: enable cubemap arrays
2016-11-30 Ilia Mirkinswr: rearrange caps into limits/supported/unsupported...
2016-11-30 Ilia Mirkinswr: only store up to the LOD size
2016-11-30 Tim Rowleyswr: [rasterizer common] add SwrTrace() and macros
2016-11-29 Ilia Mirkinswr: [rasterizer memory] only clear up to the LOD size
2016-11-29 Ilia Mirkinswr: [rasterizer memory] hook up stencil clears for...
2016-11-29 Ilia Mirkinswr: [rasterizer memory] add support for clearing Z32F_...
2016-11-29 Ilia Mirkinswr: don't clear all dirty bits when changing so targets
2016-11-29 Ilia Mirkinswr: [rasterizer core] fix typo in scissor tile-alignme...
2016-11-24 Vinson Leescons: Recognize LLVM_CONFIG environment variable.
2016-11-24 Ilia Mirkinswr: clear every layer of the attached surfaces
2016-11-24 Ilia Mirkinswr: [rasterizer core] pipe renderTargetArrayIndex...
2016-11-24 Ilia Mirkinswr: [rasterizer core] clear data now comes in as float
2016-11-24 Ilia Mirkinswr: [rasterizer core] actually perform clear before...
2016-11-23 Tim Rowleyswr: [rasterizer core] fix cast for stencil clear value
2016-11-23 Ilia Mirkinswr: color interpolation is also supposed to get perspe...
2016-11-23 Ilia Mirkinswr: add sprite coord enable mask to fs key
2016-11-23 Ilia Mirkinswr: rework vert <-> frag shader linkage logic
2016-11-23 Ilia Mirkinswr: flatshading makes color outputs flat, it doesn...
2016-11-23 Ilia Mirkinswr: only broadcast color0 value, not all color values
2016-11-23 Ilia Mirkinswr: report a reasonable max lod bias
2016-11-23 Ilia Mirkinswr: avoid using exceptions for expected condition...
2016-11-23 Ilia Mirkinswr: remove formats from mapping table that don't have...
2016-11-23 Ilia Mirkinswr: remove unnecessary -1 entries in format mapping...
2016-11-23 Ilia Mirkinswr: rework resource layout and surface setup
2016-11-22 Marek Olšákgallium: fix more occurences of u_hash.h
2016-11-22 Ilia Mirkinswr: calculate viewport width/height based on the scale
2016-11-22 Ilia Mirkinswr: don't claim to allow setting layer/viewport from VS
2016-11-22 Ilia Mirkinswr: allocate all scratch space in one go for vertex...
2016-11-22 Ilia Mirkinswr: call swr_update_derived unconditionally when drawi...
2016-11-22 Ilia Mirkinswr: [rasterizer memory] minify texture width before...
2016-11-22 Ilia Mirkinswr: [rasterizer memory] minify original sizes for...
2016-11-21 George Kyriazisgallium: swr: Added swr build for windows
2016-11-21 George Kyriazisswr: Modify gen_knobs.{cpp|h} creation script
2016-11-21 George Kyriazisswr: Windows-related changes
2016-11-21 George Kyriazisswr: renamed duplicate swr_create_screen()
2016-11-21 George Kyriazisswr: Handle windows.h and NOMINMAX
2016-11-19 Ilia Mirkinswr: mark streamout buffers as written
2016-11-16 Tim Rowleyswr: [rasterizer core] fix clear with multiple color...
2016-11-16 Ilia Mirkinswr: mark color clamping as unsupported
2016-11-16 Ilia Mirkinswr: always enable adding start/base vertex to gl_VertexId
2016-11-16 Ilia Mirkinswr: add support for upper-left fragcoord position
2016-11-16 Ilia Mirkinswr: make sure that all rendering is finished on shader...
2016-11-16 Ilia Mirkinswr: disable blending for integer formats
2016-11-16 Ilia Mirkinswr: mark rgb9_e5 as unrenderable
2016-11-16 Ilia Mirkinswr: no support for shader stencil export
2016-11-16 Ilia Mirkinswr: mark both frag and vert textures read, don't forge...
2016-11-16 Ilia Mirkinswr: fix texture layout for compressed formats
2016-11-16 Ilia Mirkinswr: add archrast generated files to gitignore
2016-11-16 Ilia Mirkinswr: [rasterizer jitter] don't bother quantizing unused...
2016-11-16 Ilia Mirkinswr: [rasterizer memory] fix store tile for 128-bit...
2016-11-16 Ilia Mirkinswr: [rasterizer memory] add support for R32_FLOAT_X8X2...
2016-11-14 Tim Rowleyswr: [rasterizer core] remove driverType
2016-11-14 Tim Rowleyswr: [rasterizer archrast] move to pass by value
2016-11-14 Tim Rowleyswr: [rasterizer core] add mode for aux buffer in the...
2016-11-14 Tim Rowleyswr: [rasterizer common] don't bleed NOMINMAX definitio...
2016-11-14 Tim Rowleyswr: [rasterizer archrast] add events
2016-11-14 Tim Rowleyswr: [rasterizer core] fix culling issues
2016-11-14 Tim Rowleyswr: [rasterizer core/jitter] fix alpha test bug
2016-11-14 Tim Rowleyswr: [rasterizer core] various code style changes
2016-11-14 Tim Rowleyswr: [rasterizer archrast] don't generate empty files
2016-11-14 Tim Rowleyswr: [rasterizer archrast] fix open file handle limit...
2016-11-14 Tim Rowleyswr: [rasterizer archrast] fix double free issue
2016-11-14 Tim Rowleyswr: [rasterizer core] separate frontend/backend stats...
2016-11-14 Tim Rowleyswr: [rasterizer core] 16-wide tile store nearly completed
2016-11-10 Ilia Mirkinswr: correct setting of independentAlphaBlendEnable
2016-11-10 Ilia Mirkinswr: [rasterizer] add a .dir-locals.el to support 4...
2016-11-10 Ilia Mirkinswr: set halfz rasterizer setting
2016-11-10 Ilia Mirkinswr: [rasterizer core] allow an OpenGL driver to specif...
2016-11-10 Ilia Mirkinswr: fix support for inverted depth scales
2016-11-10 Ilia Mirkinswr: [rasterizer jitter] fix logic op to work with...
2016-11-09 Ilia Mirkinswr: disable logic op when the rt format is float or...
2016-11-09 Ilia Mirkinswr: fix AND_INVERTED logic op conversion
2016-11-09 Ilia Mirkinswr: add support for EXT_depth_bounds_test
2016-11-09 Ilia Mirkinswr: [rasterizer core] set depth hottile when depth...
2016-11-08 Tim Rowleyswr: allow alphatest without blend or logicop
2016-10-31 George Kyriazisswr: [rasterizer] added EventHandlerFile contructor
2016-10-31 George Kyriazisswr: [rasterizer core] Frontend dependency work
2016-10-31 George Kyriazisswr: [rasterizer core] Refactor/cleanup backends
2016-10-31 George Kyriazisswr: [rasterizer core] Remove deprecated simd intrinsics
2016-10-31 George Kyriazisswr: [rasterizer archrast] Add thread tags to event...
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-14 Tim Rowleyswr: [rasterizer core] don't construct pArContext on...
2016-10-14 Tim Rowleyswr: [rasterizer core] remove WorkerWaitForThreadEvent...
2016-10-14 Tim Rowleyswr: [rasterizer core] move binner functionality to...
2016-10-14 Tim Rowleyswr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob
2016-10-14 Tim Rowleyswr: [rasterizer core] fix comment typo
2016-10-14 Tim Rowleyswr: [rasterizer core/sim] 8x2 backend + 16-wide tile...
2016-10-14 Tim Rowleyswr: [rasterizer archrast] fix event file issue with...
2016-10-14 Eric Engestromswr: [rasterizer common] fix assert index
2016-10-12 Emil Velikovswr: automake: add ar_eventhandlerfile_h.template to...
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-11 Tim Rowleyswr: [rasterizer archrast] update proto file
2016-10-11 Tim Rowleyswr: [rasterizer archrast] add support for stats files
2016-10-11 Tim Rowleyswr: [rasterizer jitter] remove architecture override
next