summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-6/+2
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-161-0/+2
* ilo: Fix out-of-tree build.Johannes Obermayr2013-10-301-1/+1
* ilo: minor cleanups for recent interface changesChia-I Wu2013-10-283-156/+9
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-4/+23
* ilo: don't hook up old bind_*_sampler_states() functionsBrian Paul2013-10-031-4/+0
* ilo: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+21
* 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