summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* ilo: make ilo_bind_sampler_states return voidChia-I Wu2013-09-171-16/+25
* ilo: preliminary GEN 7.5 supportChia-I Wu2013-09-0810-107/+236
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+1
* ilo: do not need last shader stage for 3DSTATE_SBEChia-I Wu2013-08-224-14/+6
* ilo: fix a potential issue with STATE_SIPChia-I Wu2013-08-221-2/+2
* ilo: add GEN check to 3DSTATE_CLIPChia-I Wu2013-08-221-0/+2
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-2010-12/+29
* ilo: add ILO_DEBUG=drawChia-I Wu2013-08-205-2/+83
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-2/+3
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-3/+3
* vl: use a template for create_video_decoderChristian König2013-08-191-7/+2
* ilo: fix fragment shaders that use PCB on GEN7+Chia-I Wu2013-08-152-3/+7
* ilo: implement new float comparison instructionsRoland Scheidegger2013-08-151-8/+12
* vl: Add support for max level query v2Rico Schüller2013-08-141-1/+2
* ilo: enable dumping of WM PCBChia-I Wu2013-08-131-1/+5
* ilo: no binding table change when constants are pushedChia-I Wu2013-08-131-21/+17
* ilo: support push constant model in shadersChia-I Wu2013-08-136-12/+143
* ilo: support copying constant buffer 0 to PCBChia-I Wu2013-08-135-19/+105
* ilo: make constant buffer 0 upload optionalChia-I Wu2013-08-133-29/+35
* Revert "ilo: initialize constant buffer SURFACE_STATE early"Chia-I Wu2013-08-134-32/+27
* ilo: initialize constant buffer SURFACE_STATE earlyChia-I Wu2013-08-124-27/+32
* ilo: 3DSTATE_INDEX_BUFFER may be wrongly skippedChia-I Wu2013-08-101-1/+5
* ilo: get rid of GPE tables completelyChia-I Wu2013-08-086-108/+54
* ilo: clean up GPE header inclusionsChia-I Wu2013-08-086-14/+8
* ilo: initialize alpha test state in ilo_gpe_init_dsaChia-I Wu2013-08-085-38/+46
* ilo: fold gen6_translate_index_size into the callerChia-I Wu2013-08-081-17/+15
* ilo: fold gen6_translate_depth_format into the callerChia-I Wu2013-08-081-33/+9
* ilo: Call GPE emit functions directly.Courtney Goeltzenleuchter2013-08-088-1248/+141
* ilo: move emit functions so that they can be inlined.Courtney Goeltzenleuchter2013-08-084-3467/+3453
* ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bitChia-I Wu2013-08-073-26/+12
* ilo: skip state emission when reducing sampler countChia-I Wu2013-08-071-19/+29
* ilo: simplify setting of shader samplers and viewsChia-I Wu2013-08-071-44/+33
* ilo: correctly check for stencil ref changeChia-I Wu2013-08-071-1/+1
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* ilo: skip 3DSTATE_INDEX_BUFFER when possibleChia-I Wu2013-07-144-59/+77
* ilo: move a santiy check into its assert()Chia-I Wu2013-07-131-5/+2
* ilo: mark some states dirty when they are really changedChia-I Wu2013-07-131-0/+16
* ilo: clean up ilo_blitter_pipe_begin()Chia-I Wu2013-07-133-27/+39
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-122-9/+9
* ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12Chia-I Wu2013-07-111-2/+3
* ilo: correctly initialize undefined registers in fsChia-I Wu2013-07-111-5/+15
* ilo: honor surface padding requirementsChia-I Wu2013-07-101-0/+53
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* ilo: clean up states that use ilo_view_surfaceChia-I Wu2013-06-281-13/+10
* ilo: remove ilo_cbuf_state::countChia-I Wu2013-06-284-17/+12
* ilo: clean up ilo_set_constant_buffer()Chia-I Wu2013-06-281-29/+44
* ilo: clean up states that take a start_slotChia-I Wu2013-06-281-73/+99
* ilo: use shorter names for dirty flagsChia-I Wu2013-06-287-141/+138