summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-128-39/+13
* gallium: use $(top_builddir) when referencing static archivesEmil Velikov2015-06-122-2/+2
* freedreno: use CXX linker rather than explicit link against libstdc++Emil Velikov2015-06-121-1/+2
* egl/haiku: coding style fixesEmil Velikov2015-06-121-4/+5
* egl/haiku: plug some obvious memory leaksEmil Velikov2015-06-121-7/+25
* egl/haiku: minor surface management cleanupsEmil Velikov2015-06-121-11/+4
* egl/haiku: kill off haiku_log()Emil Velikov2015-06-121-24/+0
* egl/haiku: we don't use src/loader, drop all the references to itEmil Velikov2015-06-122-8/+0
* egl/haiku: remove unused variables in struct haiku_egl_driverEmil Velikov2015-06-121-4/+0
* egl/haiku: handle memory allocation failureEmil Velikov2015-06-121-7/+28
* egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specificsEmil Velikov2015-06-121-25/+39
* egl/haiku: remove commented out codeEmil Velikov2015-06-121-93/+0
* egl/haiku: use correct version variableEmil Velikov2015-06-121-2/+1
* trace: Add missing p_compiler.h include.Jose Fonseca2015-06-121-0/+2
* i965/fs: Remove one more fixed brw_null_reg() from the visitor.Francisco Jerez2015-06-121-1/+1
* Revert "i965: Advertise a line width of 40.0 on Cherryview and Skylake."Kenneth Graunke2015-06-111-5/+1
* i965: Re-index SSA definitions before printing NIR code.Kenneth Graunke2015-06-111-0/+6
* gallium: remove explicit values from PIPE_CAP_ enumsBrian Paul2015-06-111-98/+98
* mesa/main: Don't use ONCE_FLAG_INIT as a r-value.Jose Fonseca2015-06-111-1/+2
* i965/gen8: Fix antialiased line rendering with width < 1.5Iago Toral Quiroga2015-06-114-49/+30
* glsl: fix constructing a vector from a matrixMartin Peres2015-06-111-5/+17
* mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1Tapani Pälli2015-06-112-2/+18
* mesa/main: avoid null access in format_array_table_init()Juha-Pekka Heikkila2015-06-111-0/+10
* mesa/main: Remove _mesa_HashClone()Juha-Pekka Heikkila2015-06-112-31/+0
* i965: do_blit_drawpixels: decode array formatsAlexander Monakov2015-06-111-0/+2
* i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga2015-06-115-15/+25
* i965: Momentarily pretend to support ARB_texture_stencil8 for blits.Kenneth Graunke2015-06-101-0/+7
* llvmpipe: simplify lp_resource_copy()Brian Paul2015-06-101-59/+2
* mesa: add GL_RED, GL_RG support for floating point texturesTapani Pälli2015-06-101-3/+34
* mesa: allow unsized formats GL_RG, GL_RED for GLES 3.0 with half floatTapani Pälli2015-06-101-0/+4
* glsl: remove restriction on unsized arrays in GLSL ES 3.10Timothy Arceri2015-06-101-1/+9
* st/dri: check pscreen is valid before querying paramDave Airlie2015-06-101-1/+1
* nouveau: set imported buffers to what the kernel gives usDave Airlie2015-06-101-1/+1
* vc4: Drop qir include from vc4_screen.hEric Anholt2015-06-091-1/+1
* vc4: Drop subdirectory in vc4 build.Eric Anholt2015-06-095-50/+5
* vc4: Update to current kernel validation code.Eric Anholt2015-06-093-35/+37
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-095-2/+11
* android: enable the radeonsi driverChih-Wei Huang2015-06-096-0/+40
* android: generate files by $(call es-gen)Chih-Wei Huang2015-06-091-4/+12
* android: try to load gallium_dri.so directlyChih-Wei Huang2015-06-091-0/+9
* android: Depend on gallium_dri from EGL, instead of linking in gallium.Chih-Wei Huang2015-06-093-85/+5
* android: add rules to build a gallium_dri.soChih-Wei Huang2015-06-094-2/+189
* android: add rules to build gallium/state_trackers/driChih-Wei Huang2015-06-092-2/+67
* android: export more dirs from libmesa_dri_commonChih-Wei Huang2015-06-091-1/+3
* android: loader: export the path to be includedChih-Wei Huang2015-06-092-1/+2
* i965/gen9: Use raw PS invocation count for queriesBen Widawsky2015-06-091-1/+1
* glsl: fix comment typo: s/accpet/accept/Brian Paul2015-06-091-1/+1
* mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macrosBrian Paul2015-06-092-13/+4
* fs/reg_allocate: Remove the MRF hack helpers from fs_visitorJason Ekstrand2015-06-092-16/+13
* i965/fs: Don't let the EOT send message interfere with the MRF hackJason Ekstrand2015-06-092-3/+17