gallium/radeon: rename max_compute_units -> num_good_compute_units
[mesa.git] / src / gallium / drivers / r300 /
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
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 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
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...
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-11 Marek Olšákgallium/radeon: remove radeon_winsys_cs_handle
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
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-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-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
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-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-08-14 Marek Olšákwinsys/amdgpu: add addrlib - texture addressing and...
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-08-06 Marek Olšákwinsys/radeon: add an interface for contexts
2015-08-06 Marek Olšákgallium/radeon: unify buffer_wait and buffer_is_busy...
2015-08-06 Marek Olšákgallium/radeon: allow the winsys to choose the IB size
2015-07-22 Marek Olšákgallium/radeon: remove buffer_unmap calls that can...
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-06-26 Matt Turnermesa: Enable subdir-objects globally.
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-29 Marek Olšákwinsys/radeon: move radeon_winsys.h to drivers/radeon
2015-04-29 Emil Velikovr300: do not link against libdrm_intel
2015-04-27 Zoë BladeFix a few typos
2015-04-22 Emil Velikovandroid: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-09 Marek Olšákr300g: fix sRGB->sRGB blits
2015-03-09 Marek Olšákr300g: fix a crash when resolving into an sRGB texture
2015-03-09 Marek Olšákr300g: use memset for clearing the shader key
2015-03-09 Marek Olšákr300g: remove the broken SNORM->UNORM shader lowering...
2015-03-09 Marek Olšákr300g: fix RGTC1 and LATC1 SNORM formats
2015-03-09 Stefan Dösingerr300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
2015-03-07 Mark Janesr300g: Fix build, invalid extern "C" around header...
2015-03-04 Matt Turnerr300g: Check return value of snprintf().
2015-03-04 Matt Turnerr300g: Use PATH_MAX instead of limiting ourselves to...
2015-02-27 Vinson Leer300g/tests: Include stdio.h.
2015-02-27 Brian Paulradeon/compiler: include stdio.h
2015-02-26 Brian Paulr300g: remove dependency on compiler.h
2015-02-20 Ilia Mirkingallium: add new double-related shader caps to all...
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-06 David Heidelbergr300g: small code cleanup (v2)
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-04 Marek Olšákr300g: handle vertex format PIPE_FORMAT_NONE
2014-12-21 David Heidelbergr300g: implement ARR opcode
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 Marek Olšákdraw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtr300: Drop the "/* gap */" notes.
2014-10-28 Marek Olšákr300g: only set clip_halfz for chips with HW TCL
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-22 Marek Olšákr300g: implement pipe_rasterizer_state::clip_halfz
2014-10-21 Marek Olšákr300g: replace r300_get_num_samples with a util variant
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-14 David Heidelbergerr300/compiler: remove useless check
2014-10-14 Emil Velikovautomake: explicitly set TARGET_RADEON_{WINSYS,COMMON}
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: simplify shader properties in tgsi_shader_info
2014-09-24 Marek Olšákr300g: implement MSAA copies by resolving and upsampling
2014-09-24 Emil Velikovgallium/r300,r600,radeonsi: add automake target 'templates'
2014-09-24 Emil Velikovgallium/r300: remove obsolete declaration
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-12 Connor Abbottr300g: set register classes before interferences
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-05 Emil Velikovgallium/r300: ship all files in the tarball
2014-09-02 Dave Airlier300g: pointless assignment of info.indexed
2014-08-28 Emil Velikovgallium/radeon: cleanup header inclusion
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
next