| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 1 | -4/+23 |
* | ilo: don't hook up old bind_*_sampler_states() functions | Brian Paul | 2013-10-03 | 1 | -4/+0 |
* | ilo: implement pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -0/+21 |
* | gallium: add flush_resource context function | Marek Olšák | 2013-09-20 | 1 | -0/+6 |
* | ilo: make ilo_bind_sampler_states return void | Chia-I Wu | 2013-09-17 | 1 | -16/+25 |
* | ilo: preliminary GEN 7.5 support | Chia-I Wu | 2013-09-08 | 10 | -107/+236 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -1/+1 |
* | ilo: do not need last shader stage for 3DSTATE_SBE | Chia-I Wu | 2013-08-22 | 4 | -14/+6 |
* | ilo: fix a potential issue with STATE_SIP | Chia-I Wu | 2013-08-22 | 1 | -2/+2 |
* | ilo: add GEN check to 3DSTATE_CLIP | Chia-I Wu | 2013-08-22 | 1 | -0/+2 |
* | ilo: add ILO_DEBUG=flush | Chia-I Wu | 2013-08-20 | 10 | -12/+29 |
* | ilo: add ILO_DEBUG=draw | Chia-I Wu | 2013-08-20 | 5 | -2/+83 |
* | vl: add entrypoint to is_video_format_supported | Christian König | 2013-08-19 | 1 | -2/+3 |
* | vl: add entrypoint to get_video_param | Christian König | 2013-08-19 | 1 | -1/+2 |
* | vl: rename pipe_video_decoder to pipe_video_codec | Christian König | 2013-08-19 | 1 | -3/+3 |
* | vl: use a template for create_video_decoder | Christian König | 2013-08-19 | 1 | -7/+2 |
* | ilo: fix fragment shaders that use PCB on GEN7+ | Chia-I Wu | 2013-08-15 | 2 | -3/+7 |
* | ilo: implement new float comparison instructions | Roland Scheidegger | 2013-08-15 | 1 | -8/+12 |
* | vl: Add support for max level query v2 | Rico Schüller | 2013-08-14 | 1 | -1/+2 |
* | ilo: enable dumping of WM PCB | Chia-I Wu | 2013-08-13 | 1 | -1/+5 |
* | ilo: no binding table change when constants are pushed | Chia-I Wu | 2013-08-13 | 1 | -21/+17 |
* | ilo: support push constant model in shaders | Chia-I Wu | 2013-08-13 | 6 | -12/+143 |
* | ilo: support copying constant buffer 0 to PCB | Chia-I Wu | 2013-08-13 | 5 | -19/+105 |
* | ilo: make constant buffer 0 upload optional | Chia-I Wu | 2013-08-13 | 3 | -29/+35 |
* | Revert "ilo: initialize constant buffer SURFACE_STATE early" | Chia-I Wu | 2013-08-13 | 4 | -32/+27 |
* | ilo: initialize constant buffer SURFACE_STATE early | Chia-I Wu | 2013-08-12 | 4 | -27/+32 |
* | ilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped | Chia-I Wu | 2013-08-10 | 1 | -1/+5 |
* | ilo: get rid of GPE tables completely | Chia-I Wu | 2013-08-08 | 6 | -108/+54 |
* | ilo: clean up GPE header inclusions | Chia-I Wu | 2013-08-08 | 6 | -14/+8 |
* | ilo: initialize alpha test state in ilo_gpe_init_dsa | Chia-I Wu | 2013-08-08 | 5 | -38/+46 |
* | ilo: fold gen6_translate_index_size into the caller | Chia-I Wu | 2013-08-08 | 1 | -17/+15 |
* | ilo: fold gen6_translate_depth_format into the caller | Chia-I Wu | 2013-08-08 | 1 | -33/+9 |
* | ilo: Call GPE emit functions directly. | Courtney Goeltzenleuchter | 2013-08-08 | 8 | -1248/+141 |
* | ilo: move emit functions so that they can be inlined. | Courtney Goeltzenleuchter | 2013-08-08 | 4 | -3467/+3453 |
* | ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit | Chia-I Wu | 2013-08-07 | 3 | -26/+12 |
* | ilo: skip state emission when reducing sampler count | Chia-I Wu | 2013-08-07 | 1 | -19/+29 |
* | ilo: simplify setting of shader samplers and views | Chia-I Wu | 2013-08-07 | 1 | -44/+33 |
* | ilo: correctly check for stencil ref change | Chia-I Wu | 2013-08-07 | 1 | -1/+1 |
* | gallium: Add PIPE_CAP_ENDIANNESS | Tom Stellard | 2013-07-22 | 1 | -0/+2 |
* | ilo: skip 3DSTATE_INDEX_BUFFER when possible | Chia-I Wu | 2013-07-14 | 4 | -59/+77 |
* | ilo: move a santiy check into its assert() | Chia-I Wu | 2013-07-13 | 1 | -5/+2 |
* | ilo: mark some states dirty when they are really changed | Chia-I Wu | 2013-07-13 | 1 | -0/+16 |
* | ilo: clean up ilo_blitter_pipe_begin() | Chia-I Wu | 2013-07-13 | 3 | -27/+39 |
* | tgsi: rename the TGSI fragment kill opcodes | Brian Paul | 2013-07-12 | 2 | -9/+9 |
* | ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12 | Chia-I Wu | 2013-07-11 | 1 | -2/+3 |
* | ilo: correctly initialize undefined registers in fs | Chia-I Wu | 2013-07-11 | 1 | -5/+15 |
* | ilo: honor surface padding requirements | Chia-I Wu | 2013-07-10 | 1 | -0/+53 |
* | mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies | Marek Olšák | 2013-07-02 | 1 | -1/+0 |
* | ilo: clean up states that use ilo_view_surface | Chia-I Wu | 2013-06-28 | 1 | -13/+10 |
* | ilo: remove ilo_cbuf_state::count | Chia-I Wu | 2013-06-28 | 4 | -17/+12 |