summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-02glsl: make static constant variables "static const"Chia-I Wu6-38/+39
2014-05-02i965: Enable INTEL_performance_query for Gen5+.Petri Latvala1-1/+3
2014-05-02mesa: Implement INTEL_performance_query.Petri Latvala1-46/+441
2014-05-02mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala11-1/+399
2014-05-02mesa: Add INTEL_performance_query enums to tests/enum_strings.cppPetri Latvala1-0/+18
2014-05-02nouveau: add ARB_buffer_storage supportIlia Mirkin10-5/+112
2014-05-02nouveau: remove cb_dirty, it's never usedIlia Mirkin2-4/+1
2014-05-02nvc0: treat non-linear 2DRect textures the same as 2DIlia Mirkin1-1/+1
2014-05-02mesa/st: enable carry/borrow lowering passIlia Mirkin1-0/+2
2014-05-02glsl: add lowering passes for carry/borrowIlia Mirkin2-0/+60
2014-05-02mesa: Eliminate gl_shader_program::InternalSeparateShaderIan Romanick3-14/+2
2014-05-02mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick7-6/+331
2014-05-02glsl: Sort the list of extensionsIan Romanick2-62/+85
2014-05-02mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick9-209/+11
2014-05-02mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick8-20/+8