| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add cap for driver specified max combined shader resources. | Dave Airlie | 2017-11-01 | 1 | -1/+3 |
* | gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4. | Eric Anholt | 2017-10-10 | 1 | -0/+3 |
* | gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS | Marek Olšák | 2017-10-06 | 1 | -0/+2 |
* | tgsi: add docs for some existing pack opcodes | Marek Olšák | 2017-10-06 | 1 | -3/+21 |
* | gallium: add new LOD opcode | Roland Scheidegger | 2017-09-30 | 1 | -0/+12 |
* | gallium: add LDEXP TGSI instruction and corresponding cap | Nicolai Hähnle | 2017-09-29 | 2 | -0/+13 |
* | tgsi: clarify the semantics of DFRACEXP | Nicolai Hähnle | 2017-09-29 | 1 | -6/+4 |
* | tgsi: fix the documentation of DLDEXP | Nicolai Hähnle | 2017-09-29 | 1 | -1/+1 |
* | gallium/docs: add reference links for resource_create method | Gwan-gyeong Mun | 2017-09-28 | 1 | -2/+2 |
* | gallium/docs: fix a reference link for get_paramf | Gwan-gyeong Mun | 2017-09-28 | 1 | -1/+1 |
* | gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS | Jan Vesely | 2017-09-21 | 1 | -0/+1 |
* | gallium: Add PIPE_SHADER_CAP_FP16 | Jan Vesely | 2017-09-18 | 1 | -0/+2 |
* | gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE | Nicolai Hähnle | 2017-09-18 | 1 | -0/+6 |
* | gallium: introduce PIPE_CAP_LOAD_CONSTBUF | Timothy Arceri | 2017-09-15 | 1 | -0/+2 |
* | gallium: all drivers should accept two-dimensional constant buffer indexing | Nicolai Hähnle | 2017-09-04 | 1 | -8/+3 |
* | gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASK | Gwan-gyeong Mun | 2017-08-28 | 1 | -1/+1 |
* | gallium/docs: fix a typo | Gwan-gyeong Mun | 2017-08-28 | 1 | -1/+1 |
* | gallium/docs: Fix the math formula of U2I64 | Gwan-gyeong Mun | 2017-08-23 | 1 | -2/+2 |
* | gallium/docs: Add missing word "Not" | Gwan-gyeong Mun | 2017-08-23 | 1 | -1/+1 |
* | gallium: remove TGSI opcode SCS | Marek Olšák | 2017-08-22 | 1 | -13/+0 |
* | gallium: remove TGSI opcode BREAKC | Marek Olšák | 2017-08-22 | 1 | -15/+1 |
* | gallium: remove TGSI opcode XPD | Marek Olšák | 2017-08-22 | 1 | -13/+1 |
* | gallium: remove TGSI opcode DPH | Marek Olšák | 2017-08-22 | 1 | -10/+1 |
* | gallium: remove TGSI opcode DP2A | Marek Olšák | 2017-08-22 | 1 | -13/+0 |
* | gallium: remove TGSI_OPCODE_CALLNZ | Marek Olšák | 2017-08-22 | 1 | -13/+0 |
* | gallium: remove TGSI FENCE opcodes | Marek Olšák | 2017-08-22 | 1 | -30/+0 |
* | gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ | Marek Olšák | 2017-08-22 | 1 | -50/+0 |
* | gallium/docs: add more info about TXF and MSAA textures | Brian Paul | 2017-08-03 | 1 | -1/+3 |
* | gallium/docs: document automatic per-sample FS execution | Brian Paul | 2017-08-03 | 1 | -0/+6 |
* | gallium: introduce PIPE_CAP_MEMOBJ | Timothy Arceri | 2017-08-03 | 1 | -0/+1 |
* | gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap | Nicolai Hähnle | 2017-08-02 | 2 | -2/+15 |
* | gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF | Nicolai Hähnle | 2017-07-31 | 1 | -0/+2 |
* | gallium/docs: add precise instruction modifier | Karol Herbst | 2017-07-21 | 1 | -1/+10 |
* | gallium/docs: document that TXF is used with PIPE_BUFFER resources | Brian Paul | 2017-06-30 | 1 | -1/+2 |
* | gallium/docs: clarify that samplers are not used with PIPE_BUFFER resources | Brian Paul | 2017-06-30 | 1 | -0/+8 |
* | gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semantics | Brian Paul | 2017-06-16 | 1 | -11/+47 |
* | gallium: add ARB_bindless_texture interface | Samuel Pitoiset | 2017-06-14 | 1 | -0/+20 |
* | gallium: add PIPE_CAP_BINDLESS_TEXTURE | Samuel Pitoiset | 2017-06-14 | 1 | -0/+2 |
* | gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, again | Brian Paul | 2017-06-13 | 1 | -4/+11 |
* | gallium/docs: clarify gen_name/get_vendor/get_device_vendor behavior | Marek Olšák | 2017-06-12 | 1 | -0/+9 |
* | tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentation | Brian Paul | 2017-06-09 | 1 | -2/+3 |
* | gallium: Add a cap to check if the driver supports ARB_post_depth_coverage | Lyude | 2017-06-02 | 1 | -0/+2 |
* | gallium: Add TGSI shader token for ARB_post_depth_coverage | Lyude | 2017-06-02 | 1 | -0/+7 |
* | gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION | Marek Olšák | 2017-05-17 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX | Marek Olšák | 2017-05-10 | 1 | -0/+2 |
* | gallium: remove pipe_index_buffer and set_index_buffer | Marek Olšák | 2017-05-10 | 1 | -4/+2 |
* | gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes | Marek Olšák | 2017-05-10 | 1 | -1/+1 |
* | gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS | Samuel Pitoiset | 2017-04-26 | 1 | -0/+3 |
* | tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX} | Nicolai Hähnle | 2017-04-14 | 1 | -0/+10 |
* | gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT | Nicolai Hähnle | 2017-04-14 | 1 | -0/+3 |