summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul2014-05-071-8/+10
* tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul2014-05-071-2/+8
* gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove defaultBrian Paul2014-05-071-2/+6
* gallium: remove enum numbers from shader cap queriesBrian Paul2014-05-071-32/+32
* linker: Fix consumer_inputs_with_locations indexingIan Romanick2014-05-072-10/+9
* st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca2014-05-071-0/+2
* st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-05-071-2/+15
* meta: Only clear the requested color buffers.Kenneth Graunke2014-05-061-2/+49
* meta: Add infrastructure for saving/restoring the DrawBuffers state.Kenneth Graunke2014-05-062-0/+42
* meta: Add a new MESA_META_DRAW_BUFFERS bit.Kenneth Graunke2014-05-064-4/+6
* meta: Unify the GLSL and fixed-function clear paths.Kenneth Graunke2014-05-061-102/+51
* i965: Always intel_prepare_render() after invalidating front buffers.Kenneth Graunke2014-05-061-0/+2
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-065-7/+49
* configure.ac: radeonsi requires EGL_DRM and GBMMarek Olšák2014-05-061-0/+14
* glsl: fix bogus layout qualifier warningsTapani Pälli2014-05-061-4/+7
* docs: Import 10.1.2 release notes, andd news item.Carl Worth2014-05-053-0/+186
* st/egl: Flush resources before presentation (android - bug 77966)Paulo Sergio Travaglia2014-05-051-0/+7
* docs: mark ARB_stencil_texturing as done for nv50+/r600+Ilia Mirkin2014-05-042-1/+63
* mesa/st: implement ARB_stencil_texturingIlia Mirkin2014-05-042-0/+9
* nv50,nvc0: add X8Z24_UNORM, fix stencil-only formatsIlia Mirkin2014-05-041-3/+9
* xa: fix segfaultRob Clark2014-05-041-0/+3
* i965: Set miptree target field when creating from a BO.Kenneth Graunke2014-05-021-0/+1
* mesa: Bump version to 10.3-develIan Romanick2014-05-021-1/+1
* docs: Add missing release notes for ARB_separate_shader_objects10.2-branchpointIan Romanick2014-05-022-1/+3
* i965: Move push constant state packets to push constant update time.Eric Anholt2014-05-028-46/+42
* i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.Eric Anholt2014-05-025-34/+16
* i965: Refactor gen7_upload_constant_state to look more like gen8.Eric Anholt2014-05-021-25/+15
* i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.Eric Anholt2014-05-026-6/+0
* i965/gen7+: Move sampler state packets to the stage sampler state table update.Eric Anholt2014-05-029-44/+24
* i965/gen6: Don't update unit state when samplers change.Eric Anholt2014-05-022-3/+2
* i965: Drop a NEW_SAMPLER annotation for use of sampler_count.Eric Anholt2014-05-023-3/+0
* i965: Simplify sampler setup by passing the stage state.Eric Anholt2014-05-023-29/+13
* i965: Make batch dumping go to stderr, too.Eric Anholt2014-05-021-0/+1
* i965: Fix a stale comment referenceEric Anholt2014-05-021-1/+1
* glx: Conditionally compile GLX_MESA_query_renderer DRI3 supportArmin K2014-05-021-0/+4
* radeonsi: add Mullins pci ids.Samuel Li2014-05-021-0/+17
* radeonsi: add support for Mullins asics.Samuel Li2014-05-024-0/+11
* configure: bump up libdrm_radeon requirement to 2.4.54Alex Deucher2014-05-021-1/+1
* dri3: Enable GLX_MESA_query_renderer on DRI3 tooIan Romanick2014-05-024-2/+56
* util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca2014-05-021-0/+5
* mesa: VS 2013 does not provide strcasecmp.José Fonseca2014-05-021-1/+3
* egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca2014-05-021-1/+2
* scons: Don't use bundled C99 headers for VS 2013.José Fonseca2014-05-022-6/+6
* scons: Don't restrict MSVC_VERSION values.José Fonseca2014-05-021-1/+1
* draw: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-1/+1
* st/vega: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-5/+5
* scons: Adjust the warnings for VS.José Fonseca2014-05-021-1/+3
* util/u_debug_flush: Use util_snprintf.José Fonseca2014-05-021-2/+3
* targets/omx: add nouveau targetEmil Velikov2014-05-024-1/+67
* targets/omx: use GALLIUM_VIDEO_CFLAGSEmil Velikov2014-05-022-14/+2