gallium/radeon: rename max_compute_units -> num_good_compute_units
[mesa.git] / src / gallium / drivers / i915 /
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-20 Roland Scheideggerllvmpipe,i915: add back NEW_RASTERIZER dependency when...
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/drivers: Trivial code-style cleanup
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-20 Marek Olšákgallium: add PIPE_CAP_SHAREABLE_SHADERS
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-02 Ian Romanickmesa: Fix warning about static being in the wrong place
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-21 Marek Olšákutil/u_blitter: implement alpha blending for pipe-...
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-16 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
2015-07-05 Marek Olšákgallium: remove redundant pipe_context::fence_signalled
2015-07-05 Marek Olšákgallium: handle fence_finish timeout in various drivers
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-04-27 Zoë BladeFix a few typos
2015-04-02 Stéphane Marchesini915g: Implement EGL_EXT_image_dma_buf_import
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-02-20 Ilia Mirkingallium: add new double-related shader caps to all...
2015-02-17 Kenneth Graunkei915g: Use the actual MIN instruction.
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-22 Stéphane Marchesini915g: Fallback copy_render for ZS formats
2014-11-22 Stéphane Marchesini915g: Add back 4444 and 5551 formats
2014-11-22 Stéphane Marchesini915g: Don't limit blitter to POT textures
2014-11-22 Stéphane Marchesini915g: Align all texture dimensions to the next POT
2014-11-22 Stéphane Marchesini915g: Fix typos
2014-11-22 Stéphane Marchesini915g: Fix maxlod computation.
2014-11-22 Stéphane Marchesini915g: Fix offset for level != 0
2014-11-22 Stéphane Marchesini915g: Don't write constants past I915_MAX_CONSTANT
2014-11-22 Stéphane Marchesini915g: Don't hardcode array size for phase count
2014-11-13 Kenneth Graunkei915g: we also have more than 0 viewports!
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-09-24 Emil Velikovgallium/i915: add automake target 'template'
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-05 Emil Velikovgallium/i915: ship all files in the tarball
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-15 Emil Velikovgallium/ilo: handle query_renderer caps
2014-08-15 Emil Velikovgallium/i915: handle query_renderer caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-06-21 Emil Velikovscons: avoid building any piece of i915
2014-06-06 Stéphane Marchesini915g: Remove 4444 and 5551 formats
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-29 Stéphane Marchesini915g: Support B5G5R5A1 render targets and textures
2014-05-29 Stéphane Marchesini915g: Support R4G4B4A4 render targets and textures
2014-05-29 Stéphane Marchesini915g: Fix copy region code
2014-05-27 Stéphane Marchesini915g: Fix shader disasm code
2014-05-27 Stéphane Marchesini915g: Fallback to sw for npot copies
2014-05-27 Stéphane Marchesini915g: handle more formats in copy
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-01-29 Siavash Eliasii915g: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasii915g: Use alignment of 64 instead of 16 for buffer...
2014-01-29 Stéphane Marchesini915g: support more PIPE_CAPs
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-20 José Fonsecai915,r200,radeon,vega: Change vendor from "VMware,...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-14 Marek Olšákgallium/u_blitter: remove useless parameters from some...
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
next