summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-09st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom1-1/+1
2014-05-09clover: Destory pipe_screen when device does not support compute v2Tom Stellard1-1/+4
2014-05-09pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard1-3/+0
2014-05-09draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-09mesa: Fix MaxNumLayers for 1D array textures.Kenneth Graunke1-0/+2
2014-05-08i965: Enable GL_ARB_texture_view on Broadwell.Kenneth Graunke2-12/+21
2014-05-08nv50/ir/gk110: fix set with f32 destIlia Mirkin1-0/+3
2014-05-07linker: Fix consumer_inputs_with_locations indexingIan Romanick2-10/+9
2014-05-07meta: Only clear the requested color buffers.Kenneth Graunke1-2/+49
2014-05-07meta: Add infrastructure for saving/restoring the DrawBuffers state.Kenneth Graunke2-0/+42
2014-05-07meta: Add a new MESA_META_DRAW_BUFFERS bit.Kenneth Graunke4-4/+6
2014-05-07meta: Unify the GLSL and fixed-function clear paths.Kenneth Graunke1-102/+51
2014-05-07i965: Always intel_prepare_render() after invalidating front buffers.Kenneth Graunke1-0/+2
2014-05-07glsl: fix bogus layout qualifier warningsTapani Pälli1-4/+7
2014-05-05i965: Set miptree target field when creating from a BO.Kenneth Graunke1-0/+1
2014-05-02i965: Move push constant state packets to push constant update time.Eric Anholt8-46/+42
2014-05-02i965: Merge gen8_upload_constant_state into gen7_upload_constant_state.Eric Anholt5-34/+16
2014-05-02i965: Refactor gen7_upload_constant_state to look more like gen8.Eric Anholt1-25/+15
2014-05-02i965: Drop unnecessary state flag for units on NEW_BINDING_TABLE.Eric Anholt6-6/+0
2014-05-02i965/gen7+: Move sampler state packets to the stage sampler state table update.Eric Anholt9-44/+24
2014-05-02i965/gen6: Don't update unit state when samplers change.Eric Anholt2-3/+2
2014-05-02i965: Drop a NEW_SAMPLER annotation for use of sampler_count.Eric Anholt3-3/+0
2014-05-02i965: Simplify sampler setup by passing the stage state.Eric Anholt3-29/+13
2014-05-02i965: Make batch dumping go to stderr, too.Eric Anholt1-0/+1
2014-05-02i965: Fix a stale comment referenceEric Anholt1-1/+1
2014-05-02glx: Conditionally compile GLX_MESA_query_renderer DRI3 supportArmin K1-0/+4
2014-05-02radeonsi: add support for Mullins asics.Samuel Li4-0/+11
2014-05-02dri3: Enable GLX_MESA_query_renderer on DRI3 tooIan Romanick4-2/+56
2014-05-02util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca1-0/+5
2014-05-02mesa: VS 2013 does not provide strcasecmp.José Fonseca1-1/+3
2014-05-02egl: Don't attempt to redefine stdint.h types with VS 2010.José Fonseca1-1/+2
2014-05-02draw: Prevent signed/unsigned comparisons.José Fonseca1-1/+1
2014-05-02st/vega: Prevent signed/unsigned comparisons.José Fonseca1-5/+5
2014-05-02util/u_debug_flush: Use util_snprintf.José Fonseca1-2/+3
2014-05-02targets/omx: add nouveau targetEmil Velikov3-0/+65
2014-05-02targets/omx: use GALLIUM_VIDEO_CFLAGSEmil Velikov2-14/+2
2014-05-02targets/pipe-loader: cleanup version-scriptEmil Velikov3-5/+9
2014-05-02targets/opencl: hide all the exported llvm/clang mayhem... hopefullyEmil Velikov2-0/+7
2014-05-02targets/egl-static: freshen up the version scriptEmil Velikov3-5/+8
2014-05-02targets/gbm: add version-script to limit exported symbolsEmil Velikov2-0/+7
2014-05-02targets/vdpau: use version script to limit the exported symbolsEmil Velikov5-7/+9
2014-05-02targets/omx: drop the version from the omx targetsEmil Velikov1-0/+1
2014-05-02targets/omx: use version script to limit amount of exported symbolsEmil Velikov4-5/+7
2014-05-02targets/dri: use a single version script to restict exported symbolsEmil Velikov8-21/+6
2014-05-02targets/xvmc: limit the amount of exported symbolsEmil Velikov2-1/+33
2014-05-02targets/osmesa: hide osmesa_create_screenEmil Velikov1-1/+3
2014-05-02targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2-4/+2
2014-05-02mesa: add extra null checks in vbo_rebase_prims()Juha-Pekka Heikkila1-2/+21
2014-05-02mesa: add missing null checks in _tnl_register_fastpath()Juha-Pekka Heikkila1-2/+12
2014-05-02mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick5-3/+52