summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i915: Fix black buffers when importing prime fdsAndreas Pokorny2014-09-231-0/+2
* egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny2014-09-231-0/+1
* gallium: update comment for enum pipe_formatBrian Paul2014-09-221-6/+1
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-227-28/+29
* draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul2014-09-221-68/+19
* draw: use new tgsi_transform inst/decl helpers in aapoint codeBrian Paul2014-09-221-202/+54
* draw: use new tgsi_transform inst/decl helpers in aaline codeBrian Paul2014-09-221-66/+21
* tgsi: add inst/decl helpers for tgsi_transform utilityBrian Paul2014-09-221-0/+333
* draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul2014-09-221-125/+110
* draw: use tgsi transform prolog/epilog callbacks in AA line codeBrian Paul2014-09-221-90/+92
* draw: use tgsi transform prolog/epilog callbacks in AA point codeBrian Paul2014-09-221-305/+316
* tgsi: fix tgsi transform's epilog callbackBrian Paul2014-09-221-7/+15
* tgsi: add prolog() method to tgsi_transform_contextBrian Paul2014-09-222-0/+13
* glsl: use ptrdiff_t cast to silence g++ sign warningBrian Paul2014-09-221-1/+1
* i965/fs: Remove direct fs_visitor brw_wm_prog_key dependenceJordan Justen2014-09-225-9/+36
* i965/fs: Use brw_sampler_prog_key_data instead of brw_wm_prog_key::texJordan Justen2014-09-221-12/+29
* i965/fs: Remove direct fs_visitor brw_wm_prog_data dependenceJordan Justen2014-09-223-21/+56
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-222-5/+8
* st/xa: silence unused variable warningBrian Paul2014-09-221-0/+1
* target-helpers: add inline qualifier on configuration_query()Brian Paul2014-09-221-1/+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
* freedreno/a3xx: more texture array fixesRob Clark2014-09-213-19/+22
* freedreno: add DRM_CONF_SHARE_FDRob Clark2014-09-213-4/+34
* 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
* ilo: add a new struct for context statesChia-I Wu2014-09-2020-654/+672
* ilo: merge ilo_gpe.h to ilo_state*.hChia-I Wu2014-09-2013-544/+513
* ilo: rename ilo_gpe_gen*.[ch]Chia-I Wu2014-09-205-9/+9
* ilo: make ilo_fence opaqueChia-I Wu2014-09-202-5/+7
* i965/gen6: Enable GL 3.3 and GLSL 3.30Chris Forbes2014-09-202-9/+2
* gallivm: add information about different sampler/view units if analyzing shaderRoland Scheidegger2014-09-202-0/+10
* docs: Add 10.3 sha256 sums, news item and link release notesEmil Velikov2014-09-193-2/+17
* docs: Update 10.3 release notesEmil Velikov2014-09-191-2/+244
* docs: Add sha256 sums for the 10.2.8 releaseEmil Velikov2014-09-191-1/+3
* Add release notes for the 10.2.8 releaseEmil Velikov2014-09-191-0/+128
* st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variablesMarek Olšák2014-09-191-35/+0
* vc4: Fix perspective interpolation.Eric Anholt2014-09-191-1/+1