summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Translate image load, store and atomic intrinsics from GLSL IR.Francisco Jerez2015-05-121-11/+115
* nir: Fix indexing of atomic counter arrays with a constant value.Francisco Jerez2015-05-121-1/+2
* nir: Add memory barrier intrinsic.Francisco Jerez2015-05-121-0/+7
* nir: Define image load, store and atomic intrinsics.Francisco Jerez2015-05-121-0/+27
* i965/fs: Have component() set the register stride to zero.Francisco Jerez2015-05-121-0/+1
* i965/fs: Fix offset() for registers with zero stride.Francisco Jerez2015-05-121-2/+3
* i965: Don't forget the force_sechalf flag in lower_load_payload().Francisco Jerez2015-05-121-0/+1
* i965: Document brw_mask_reg().Francisco Jerez2015-05-121-1/+5
* nir: fix sampler lowering pass for arraysTapani Pälli2015-05-121-19/+12
* i965: Use predicate enable bit for conditional rendering w/o stallingNeil Roberts2015-05-129-12/+240
* i956: Add a function to load a 64-bit register from a bufferNeil Roberts2015-05-122-14/+46
* i965: Store the command parser version number in intel_screenNeil Roberts2015-05-122-1/+14
* docs/GL3: (trivial) mark some tf extensions as done for softpipe/llvmpipeRoland Scheidegger2015-05-121-3/+3
* docs: add news item and link release notes for mesa 10.5.5Emil Velikov2015-05-112-0/+7
* docs: Add sha256 sums for the 10.5.5 releaseEmil Velikov2015-05-111-1/+2
* Add release notes for the 10.5.5 releaseEmil Velikov2015-05-111-0/+94
* st/mesa: make sure to create a "clean" bool when doing i2bIlia Mirkin2015-05-111-1/+1
* clover: Fix a bug with multi-threaded events v2Tom Stellard2015-05-112-3/+17
* clover: Add a mutex to guard queue::queued_eventsTom Stellard2015-05-112-0/+4
* i965/fs: Add missing initializer in fs_visitor().Matt Turner2015-05-111-1/+1
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-1113-1242/+0
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-113-14/+15
* egl/wayland: Implement swrast supportAxel Davy2015-05-113-17/+696
* egl/wayland: Simplify dri2_wl_create_surfaceAxel Davy2015-05-111-25/+13
* egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.hAxel Davy2015-05-112-10/+10
* egl/wayland: Implement DRI_PRIME supportAxel Davy2015-05-112-15/+92
* egl/wayland: Add support for render-nodesAxel Davy2015-05-112-14/+56
* glx/dri3: Add additional check for gpu offloading caseAxel Davy2015-05-111-0/+5
* doc/egl: Remove depreciated EGL_SOFTWAREAxel Davy2015-05-111-8/+0
* egl/wayland: properly destroy wayland objectsAxel Davy2015-05-112-1/+6
* i965/fs: Disable opt_sampler_eot for textureGatherNeil Roberts2015-05-111-0/+10
* mesa: use _mesa_has_compute_shaders instead of extension checkTapani Pälli2015-05-111-1/+3
* main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDEMarta Lofstedt2015-05-111-0/+1
* r600: use pipe->hw prim convert from radeonsiDave Airlie2015-05-111-15/+16
* freedreno/ir3/nir: fix build break after f752effaRob Clark2015-05-101-4/+3
* nv50/ir: only enable mul saturate on G200+Ilia Mirkin2015-05-091-1/+4
* nvc0: reset the instanced elements state when doing blit using 3d engineIlia Mirkin2015-05-091-0/+6
* nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin2015-05-094-24/+34
* nv50: keep track of PGRAPH state in nv50_screenIlia Mirkin2015-05-094-30/+36
* nir: Fix aggressive typos in nir_from_ssa.c.Kenneth Graunke2015-05-081-5/+5
* nir/search: Save/restore the variables_seen bitmask when matchingJason Ekstrand2015-05-081-0/+12
* nir/search: Assert that variable id's are in rangeJason Ekstrand2015-05-081-0/+1
* nir/search: handle explicitly sized sources in match_valueJason Ekstrand2015-05-081-8/+8
* nir/nir: Use a linked list instead of a hash set for use/def setsJason Ekstrand2015-05-0814-306/+281
* util/list: Add a list validation functionJason Ekstrand2015-05-081-0/+9
* util/list: Add list_empty and list_length functionsJason Ekstrand2015-05-081-0/+15
* util/list: Add C99-based iterator macrosJason Ekstrand2015-05-081-0/+34
* util: Move gallium's linked list to utilJason Ekstrand2015-05-0844-55/+50
* gallium/double_list: s/INLINE/inline and remove the p_compiler includeJason Ekstrand2015-05-081-7/+6
* nir: Use nir_instr_rewrite_src in copy propagationJason Ekstrand2015-05-081-61/+10