aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clover: Switch samplers to the new model.Francisco Jerez2013-10-217-53/+53
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-219-302/+267
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-2111-492/+458
* clover: Switch command queues to the new model.Francisco Jerez2013-10-2114-252/+264
* clover: Switch event objects to the new model.Francisco Jerez2013-10-217-222/+233
* clover: Switch context objects to the new model.Francisco Jerez2013-10-2113-103/+91
* clover: Switch device objects to the new model.Francisco Jerez2013-10-219-140/+139
* clover: Switch platform objects to the new model.Francisco Jerez2013-10-217-46/+47
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-2120-107/+398
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-2112-263/+547
* clover: Switch to the new utility code.Francisco Jerez2013-10-2117-717/+152
* clover: Name include guards consistently.Francisco Jerez2013-10-2117-34/+34
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-2127-206/+208
* clover: Clean up the event profiling code.Francisco Jerez2013-10-218-121/+228
* clover: Import new utility library.Francisco Jerez2013-10-2112-1/+2157
* clover: Require GCC 4.7 or higher to build.Francisco Jerez2013-10-211-2/+2
* clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAXTom Stellard2013-10-211-1/+1
* llvmpipe: enable seamless cube filteringRoland Scheidegger2013-10-211-1/+1
* gallivm: implement seamless cube filteringRoland Scheidegger2013-10-213-40/+368
* winsys/radeon: cleanup CS offloadingChristian König2013-10-211-21/+10
* radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* r200: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* gallium: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* swrast: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-204-4/+12
* scons: Fix Haiku missing libraryAlexander von Gluck IV2013-10-201-1/+1
* docs: Updating forgotten GL feature completion for r600Alexandre Demers2013-10-211-1/+1
* r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger2013-10-211-1/+1
* r600g/sb: Initialize shader::dce_flags.Vinson Lee2013-10-201-1/+2
* i965: Mark G45 as having surface tile offset support.Kenneth Graunke2013-10-191-0/+1
* glsl: Initialize per_vertex_accumulator::fields.Vinson Lee2013-10-181-1/+2
* mesa: Remove GLXContextID typedef from glx.h.Vinson Lee2013-10-181-1/+0
* docs: Import 9.2.2 release notes, add news item.Carl Worth2013-10-183-0/+104
* docs: Note that we support OpenGL 3.3 in the release notes.Kenneth Graunke2013-10-181-3/+3
* i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2013-10-182-2/+2
* translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY2013-10-181-3/+11
* rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY2013-10-181-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* scons: Simplified fix of llvm cxxflags for rttiAlexander von Gluck IV2013-10-171-0/+5
* glsl: Fix MSVC build (missing strcasecmp())Paul Berry2013-10-171-1/+7
* i965: Fold brwInitVtbl() into brwCreateContext().Kenneth Graunke2013-10-173-72/+9
* i965: Merge brw_destroy_context() into intelDestroyContext().Kenneth Graunke2013-10-173-32/+19
* i965: Replace dri_bo_release with drm_intel_bo_unreference.Kenneth Graunke2013-10-171-11/+3
* i965: Unindent the body of intelDestroyContext.Kenneth Graunke2013-10-171-24/+25
* i965: Un-virtualize brw_new_batch().Kenneth Graunke2013-10-173-44/+42
* i965: Un-virtualize brw_finish_batch().Kenneth Graunke2013-10-173-25/+22
* glsl: In update_max_array_access, fix interface instance check.Paul Berry2013-10-171-3/+3
* glsl: Treat layout-qualifier-id's as case-insensitive in desktop GLSL.Paul Berry2013-10-171-15/+59
* mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.hBrian Paul2013-10-171-2/+0
* st/mesa: add a few comments in st_create_context_priv()Brian Paul2013-10-171-1/+5