gallium/st + hgl: Build fixes for Haiku
[mesa.git] / src / gallium / drivers / svga /
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-04-29 Axel Davygallium/svga: Remove useless ARRAY_SIZE declaration
2015-04-29 Axel Davyutil/macros: Move DIV_ROUND_UP to util/macros.h
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-19 Dave Airlieu_primconvert: add primitive restart support
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-04 Jose Fonsecasvga: Set MSVC2013 compat flags.
2015-02-20 Brian Paulsvga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED...
2015-02-20 Ilia Mirkinsvga: add missing :
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
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-01 Brian Paulsvga: fix comment typo
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
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-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: remove some not so useful variables from tgsi_sha...
2014-09-24 Emil Velikovgallium/svga: add automake target 'template'
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-05 Emil Velikovgallium/svga: 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/svga: handle query_rendered caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-14 Brian Paulsvga: remove some unneeded INLINE qualifiers
2014-08-12 Charmaine Leesvga: Add a limit to the maximum surface size
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-04 Matthew McCluresvga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two...
2014-07-29 Brian Paulsvga: remove unneeded depth==1 assertion in svga_textur...
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-03 Thomas Hellstromsvga: Don't unnecessarily reemit BindGBShader commands v2
2014-07-03 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_DOUBLES
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-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-31 Brian Paulsvga: use svga_shader_too_large() in compile_vs()
2014-05-31 Brian Paulsvga: use svga_shader_too_large() in compile_fs()
2014-05-31 Brian Paulsvga: added svga_shader_too_large() helper
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-05-07 Brian Paulsvga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR...
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-21 Brian Paulsvga: move draw debug code into separate function
2014-04-17 Brian Paulsvga: fix comment for emit_adjusted_vertex_attribs()
2014-04-17 Brian Paulsvga: compute need_swvfetch in svga_create_vertex_eleme...
2014-04-17 Brian Paulsvga: add VS code to set attribute W component to 1
2014-04-17 Brian Paulsvga: implement support for signed byte vertex attributes
2014-04-17 Brian Paulsvga: move translated vertex declaration types into...
2014-04-17 Brian PaulRevert "svga: add work-around for Sauerbraten Z fightin...
2014-04-17 Brian Paulsvga: use new inst_token_setp() helper function
2014-04-17 Brian Paulsvga: use new inst_token_predicated() helper function
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-09 Brian Paulsvga: move LIST_INITHEAD(dirty_buffers) earlier in...
2014-04-08 Brian Paulsvga: replace sampler assertion with conditional
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-04 Brian Paulsvga: remove no-op checks in sampler, sampler_view...
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-26 Brian Paulsvga: add work-around for Sauerbraten Z fighting issue
2014-03-26 Brian Paulsvga: null out query's hwbuf pointer after destroying
2014-03-26 Brian Paulsvga: add some debug_printf() calls in the query object...
2014-03-26 Brian Paulsvga: fix a comment (sampler vs. sampler_view)
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-14 Thomas Hellstromsvga/winsys: Propagate surface shared information to...
2014-02-14 Brian Paulsvga: update texture code for GBS
2014-02-14 Brian Paulsvga: update buffer code for GBS
2014-02-14 Brian Paulsvga: add new helper functions for GBS buffers
2014-02-14 Brian Paulsvga: remove a couple unneeded assertions
2014-02-14 Brian Paulsvga: adjust adjustment for point coordinates
2014-02-14 Brian Paulsvga: track which textures are rendered to
2014-02-14 Brian Paulsvga: add helpers for tracking rendering to textures
2014-02-14 Brian Paulsvga: update shader code for GBS
2014-02-14 Brian Paulsvga: update constant buffer code for GBS
2014-02-14 Brian Paulsvga: add svga_have_gb_objects/dma() functions
2014-02-14 Brian Paulsvga: add new GBS commands
2014-02-14 Brian Paulsvga: update svga_winsys interface for GBS
2014-02-14 Brian Paulsvga: update dumping code with new GBS commands, etc
2014-02-14 Brian Paulsvga: split / update svga3d header files
2014-02-12 Brian Paulsvga: replace out-of-temps assertion with debug warning
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-02-03 Brian Paulsvga: check shader size against max command buffer...
2014-02-03 Brian Paulsvga: refactor some shader code
2014-01-29 Siavash Eliasisvga: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-24 Brian Paulsvga: rename "tex_usage" to "bindings", add comments
2014-01-23 Brian Paulsvga: fix PS output register setup regression
2014-01-23 Brian Paulsvga: minor code movement in svga_tgsi_insn.c
2014-01-23 Brian Paulsvga: whitespace, formatting fixes in svga_state_frameb...
next