Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_draw.c
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-04-18 Eric Anholtvc4: Sanity check that flushes don't happen between...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Eric Anholtvc4: Work around hardware limits on the number of verts...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-08 Eric Anholtvc4: Add support for drawing in MSAA.
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-30 Eric Anholtvc4: Allow user index buffers, to avoid slow readback...
2015-10-23 Eric Anholtvc4: Add a workaround for HW-2116 (state counter wrap...
2015-10-23 Eric Anholtvc4: Fix missing \n in a perf_debug().
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-30 Eric Anholtvc4: Mark our shaders as single-threaded.
2015-07-29 Eric Anholtvc4: Skip re-emitting the shader_rec if it's unchanged.
2015-07-29 Eric Anholtvc4: Drop unused vpm_offset value.
2015-07-28 Eric Anholtvc4: Add support for ARB_draw_elements_base_vertex.
2015-07-14 Eric Anholtvc4: Rework cl handling to be friendlier to the compiler.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-18 Eric Anholtvc4: Move tile state/alloc allocation into the kernel.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-05-28 Eric Anholtvc4: Just stream out fallback IB contents.
2015-04-15 Eric Anholtvc4: Update the shadow texture for public textures...
2015-04-15 Eric Anholtvc4: Hook up VC4_DEBUG=perf to some useful printfs.
2015-01-11 Eric Anholtvc4: Fix clear color setup for RGB565.
2015-01-10 Eric Anholtvc4: Cook up the draw-time VPM setup info during shader...
2015-01-10 Eric Anholtvc4: Fix miscalculation of the VPM space.
2015-01-10 Eric Anholtvc4: Pack VPM attr contents according to just the size...
2014-12-30 Eric Anholtvc4: Only render tiles where the scissor ever intersect...
2014-12-24 Eric Anholtvc4: Optimize CL emits by doing size checks up front.
2014-12-12 Eric Anholtvc4: Drop redundant index size setting.
2014-11-24 Eric Anholtvc4: Add a note about a piece of errata I've learned...
2014-10-19 Eric Anholtvc4: Translate 4-byte index buffers to 2 bytes.
2014-10-17 Eric Anholtvc4: Set the primitive list format at the start of...
2014-10-17 Eric Anholtvc4: Add some comments about state management.
2014-10-14 Eric Anholtvc4: Add support for having 0 vertex elements used.
2014-10-10 Eric Anholtvc4: Don't look up the compiled shaders unless state...
2014-10-10 Eric Anholtvc4: Actually clear the context's dirty flags.
2014-10-09 Eric Anholtvc4: Split the coordinate shader to its own vc4_compile...
2014-09-25 Eric Anholtvc4: Compute max_index instead of trusting the rest...
2014-09-25 Eric Anholtvc4: Move shader record setup before the draw call.
2014-09-24 Eric Anholtvc4: Add support for point size setting.
2014-09-19 Eric Anholtvc4: Add support for stencil operations.
2014-09-09 Eric Anholtvc4: Fill out the stencil clear field.
2014-09-09 Eric Anholtvc4: Flip around the depth/stencil fields.
2014-09-09 Eric Anholtvc4: Add a debug flag for flushing after every draw.
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-15 Eric Anholtvc4: Consume the implicit varyings for points and lines.
2014-08-11 Eric Anholtvc4: Clean up the tile alloc buffer size.
2014-08-11 Eric Anholtvc4: Clarify some values implicitly chosen for binning...
2014-08-11 Eric Anholtvc4: Drop VC4_PACKET_PRIMITIVE_LIST_FORMAT.
2014-08-11 Eric Anholtvc4: Add support for depth clears and tests within...
2014-08-11 Eric Anholtvc4: Drop the flush at the end of the draw
2014-08-11 Eric Anholtvc4: Track clears veresus uncleared draws, and the...
2014-08-11 Eric Anholtvc4: Move the rest of RCL setup to flush time.
2014-08-11 Eric Anholtvc4: Move render command list calls to vc4_flush()
2014-08-11 Eric Anholtvc4: Move bin command list ending commands to vc4_flush()
2014-08-11 Eric Anholtvc4: Rewrite the kernel ABI to support texture uniform...
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-11 Eric Anholtvc4: Add support for texturing (under simulation)
2014-08-09 Eric Anholtvc4: Add support for swizzles of 32 bit float vertex...
2014-08-09 Eric Anholtvc4: Crank up the tile allocation BO size
2014-08-09 Eric Anholtvc4: Add support for multiple attributes
2014-08-09 Eric Anholtvc4: Add WIP support for varyings.
2014-08-09 Eric Anholtvc4: Add shader variant caching to handle FS output...
2014-08-09 Eric Anholtvc4: Load the tile buffer before incrementally drawing.
2014-08-09 Eric Anholtvc4: Don't reallocate the tile alloc/state bos every...
2014-08-09 Eric Anholtvc4: Use the user's actual first vertex attribute.
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Start converting the driver to use vertex shaders.
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.