summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo
AgeCommit message (Expand)AuthorFilesLines
2013-10-30ilo: Fix out-of-tree build.Johannes Obermayr1-1/+1
2013-10-28ilo: minor cleanups for recent interface changesChia-I Wu3-156/+9
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-4/+23
2013-10-03ilo: don't hook up old bind_*_sampler_states() functionsBrian Paul1-4/+0
2013-10-03ilo: implement pipe_context::bind_sampler_states()Brian Paul1-0/+21
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+6
2013-09-17ilo: make ilo_bind_sampler_states return voidChia-I Wu1-16/+25
2013-09-08ilo: preliminary GEN 7.5 supportChia-I Wu10-107/+236
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-1/+1
2013-08-22ilo: do not need last shader stage for 3DSTATE_SBEChia-I Wu4-14/+6
2013-08-22ilo: fix a potential issue with STATE_SIPChia-I Wu1-2/+2
2013-08-22ilo: add GEN check to 3DSTATE_CLIPChia-I Wu1-0/+2
2013-08-20ilo: add ILO_DEBUG=flushChia-I Wu10-12/+29
2013-08-20ilo: add ILO_DEBUG=drawChia-I Wu5-2/+83
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König1-2/+3
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-3/+3
2013-08-19vl: use a template for create_video_decoderChristian König1-7/+2
2013-08-15ilo: fix fragment shaders that use PCB on GEN7+Chia-I Wu2-3/+7
2013-08-15ilo: implement new float comparison instructionsRoland Scheidegger1-8/+12
2013-08-14vl: Add support for max level query v2Rico Schüller1-1/+2
2013-08-13ilo: enable dumping of WM PCBChia-I Wu1-1/+5
2013-08-13ilo: no binding table change when constants are pushedChia-I Wu1-21/+17
2013-08-13ilo: support push constant model in shadersChia-I Wu6-12/+143
2013-08-13ilo: support copying constant buffer 0 to PCBChia-I Wu5-19/+105
2013-08-13ilo: make constant buffer 0 upload optionalChia-I Wu3-29/+35
2013-08-13Revert "ilo: initialize constant buffer SURFACE_STATE early"Chia-I Wu4-32/+27
2013-08-12ilo: initialize constant buffer SURFACE_STATE earlyChia-I Wu4-27/+32
2013-08-10ilo: 3DSTATE_INDEX_BUFFER may be wrongly skippedChia-I Wu1-1/+5
2013-08-08ilo: get rid of GPE tables completelyChia-I Wu6-108/+54
2013-08-08ilo: clean up GPE header inclusionsChia-I Wu6-14/+8
2013-08-08ilo: initialize alpha test state in ilo_gpe_init_dsaChia-I Wu5-38/+46
2013-08-08ilo: fold gen6_translate_index_size into the callerChia-I Wu1-17/+15
2013-08-08ilo: fold gen6_translate_depth_format into the callerChia-I Wu1-33/+9
2013-08-08ilo: Call GPE emit functions directly.Courtney Goeltzenleuchter8-1248/+141
2013-08-08ilo: move emit functions so that they can be inlined.Courtney Goeltzenleuchter4-3467/+3453
2013-08-07ilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bitChia-I Wu3-26/+12
2013-08-07ilo: skip state emission when reducing sampler countChia-I Wu1-19/+29
2013-08-07ilo: simplify setting of shader samplers and viewsChia-I Wu1-44/+33
2013-08-07ilo: correctly check for stencil ref changeChia-I Wu1-1/+1
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-14ilo: skip 3DSTATE_INDEX_BUFFER when possibleChia-I Wu4-59/+77
2013-07-13ilo: move a santiy check into its assert()Chia-I Wu1-5/+2
2013-07-13ilo: mark some states dirty when they are really changedChia-I Wu1-0/+16
2013-07-13ilo: clean up ilo_blitter_pipe_begin()Chia-I Wu3-27/+39
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul2-9/+9
2013-07-11ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12Chia-I Wu1-2/+3
2013-07-11ilo: correctly initialize undefined registers in fsChia-I Wu1-5/+15
2013-07-10ilo: honor surface padding requirementsChia-I Wu1-0/+53