summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo
Commit message (Expand)AuthorAgeFilesLines
* ilo: improve blob decodingChia-I Wu2014-10-251-8/+31
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+2
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+1
* ilo: clear writer pointer after unmappingChia-I Wu2014-10-141-0/+1
* ilo: disassemble compacted instructionsChia-I Wu2014-10-114-2/+453
* ilo: fix rectlist on GEN7+Chia-I Wu2014-10-091-0/+3
* ilo: let shaders determine surface countsChia-I Wu2014-10-069-202/+267
* ilo: let shaders determine sampler countsChia-I Wu2014-10-0413-87/+98
* ilo: fix format of edge flag pointerChia-I Wu2014-09-301-3/+5
* ilo: add a pass to finalize ilo_ve_stateChia-I Wu2014-09-308-158/+190
* ilo: precalculate aligned depth buffer sizeChia-I Wu2014-09-307-48/+43
* ilo: use dynamic bo for rectlist verticesChia-I Wu2014-09-3010-73/+92
* ilo: fix a missing 'else'Chia-I Wu2014-09-291-1/+1
* ilo: give gen6_draw_session a better prefixChia-I Wu2014-09-266-74/+74
* ilo: make ilo_render opaqueChia-I Wu2014-09-267-94/+90
* ilo: make ilo_render_emit_draw() directChia-I Wu2014-09-268-295/+174
* ilo: make ilo_render_emit_rectlist() directChia-I Wu2014-09-266-53/+84
* ilo: clean up draw and rectlist state emissionChia-I Wu2014-09-266-812/+972
* ilo: sanity check ilo_render_get_*_len()Chia-I Wu2014-09-261-5/+12
* ilo: simplify ilo_render_get_query_len()Chia-I Wu2014-09-261-25/+12
* ilo: make ilo_render_emit_query() directChia-I Wu2014-09-266-173/+159
* ilo: make ilo_render_emit_flush() directChia-I Wu2014-09-266-54/+61
* ilo: simplify ilo_render invalidationChia-I Wu2014-09-267-86/+83
* ilo: add ilo_builder_{dynamic,surface}_used()Chia-I Wu2014-09-261-0/+15
* ilo: rename state buffer to dynamic bufferChia-I Wu2014-09-264-26/+26
* ilo: constify ilo_render in ilo_render_get_sample_position()Chia-I Wu2014-09-262-2/+2
* ilo: rename 3d_pipeline to renderChia-I Wu2014-09-2610-883/+884
* ilo: remove struct ilo_3dChia-I Wu2014-09-266-232/+167
* ilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]Chia-I Wu2014-09-268-24/+24
* ilo: rename ilo_3d.[ch] to ilo_draw.[ch]Chia-I Wu2014-09-266-9/+9
* gallium/ilo: add automake target 'template'Emil Velikov2014-09-241-0/+11
* ilo: rework pipeline workaroundsChia-I Wu2014-09-233-228/+339
* ilo: remove handle_invalid_batch_bo()Chia-I Wu2014-09-233-67/+32
* ilo: make gen6_pipeline_update_max_svbi() staticChia-I Wu2014-09-233-8/+1
* ilo: clean up fallback path for primitive restartChia-I Wu2014-09-221-160/+74
* ilo: handle conditional rendering in the contextChia-I Wu2014-09-228-65/+58
* ilo: create the pipeline from the builderChia-I Wu2014-09-225-15/+7
* ilo: move aperture checks out of pipelineChia-I Wu2014-09-223-72/+69
* ilo: flush before setting SOL_RESETChia-I Wu2014-09-222-5/+8
* ilo: move size estimation check out of pipelineChia-I Wu2014-09-223-10/+10
* ilo: use a single list for queriesChia-I Wu2014-09-212-69/+8
* ilo: replace software queries by hardware onesChia-I Wu2014-09-214-83/+47
* ilo: support prim queries in ilo_3d_pipeline_emit_query()Chia-I Wu2014-09-211-0/+24
* ilo: add ilo_3d_pipeline_emit_query()Chia-I Wu2014-09-216-180/+123
* ilo: rework query supportChia-I Wu2014-09-218-402/+357
* ilo: clarify cp owning/releasingChia-I Wu2014-09-213-13/+20
* ilo: add a pointer to builder in ilo_3d_pipelineChia-I Wu2014-09-204-187/+190
* ilo: add a helper for RECTLIST blitterChia-I Wu2014-09-203-33/+43
* ilo: no direct ilo_context access in BLT blitterChia-I Wu2014-09-201-21/+20
* ilo: fix headers in Makefile.sourcesChia-I Wu2014-09-201-5/+4