summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-1112-1196/+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
* 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
* nir: Add a function for rewriting the condition of an if statementJason Ekstrand2015-05-082-0/+23
* nir: Add and use initializer #defines for nir_src and nir_destJason Ekstrand2015-05-086-18/+15
* nir: Modernize the out-of-SSA passJason Ekstrand2015-05-081-103/+36
* nir/validate: Validate SSA def parent instructionsJason Ekstrand2015-05-081-0/+2
* nv50/ir: only propagate saturate up if some actual folding took placeIlia Mirkin2015-05-081-1/+2
* nir: Delete all traces of nir_op_flogIan Romanick2015-05-083-10/+0
* nir: Don't produce nir_op_flog from GLSL IRIan Romanick2015-05-081-1/+1
* nir: Delete all traces of nir_op_fexpIan Romanick2015-05-083-9/+0
* nir: Don't produce nir_op_fexp from GLSL IRIan Romanick2015-05-081-1/+1
* prog_to_nir: OPCODE_EXP is not nir_op_fexpIan Romanick2015-05-081-1/+1
* i965/fs: Improve a comment about stripping trailing zeroesNeil Roberts2015-05-081-3/+6
* mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund2015-05-084-0/+143
* mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONGFredrik Höglund2015-05-081-0/+5
* mesa: Add a vao parameter to get_vertex_array_attribFredrik Höglund2015-05-081-9/+16
* mesa: Implement GetVertexArrayivFredrik Höglund2015-05-084-0/+43
* mesa: Implement VertexArrayBindingDivisorFredrik Höglund2015-05-084-16/+58
* mesa: Add a vao parameter to vertex_binding_divisorFredrik Höglund2015-05-081-4/+6