summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-14gtest: Update to 1.7.0.Vinson Lee31-1508/+2509
2014-04-13mesa: Consider gl_VertexID and gl_InstanceID active attribsChris Forbes1-0/+9
2014-04-13mesa: Extract is_active_attrib() in shaderapiChris Forbes1-8/+19
2014-04-13glsl: Fix typo in interface block commentChris Forbes1-1/+1
2014-04-13egl-static: fix build after recent radeon winsys changesSimone Scanzoni1-0/+4
2014-04-13mesa: Fix typo in error messageChris Forbes1-1/+1
2014-04-13i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga3-3/+7
2014-04-13i965: Add comment to explain the weird-looking shadow compares.Chris Forbes1-5/+16
2014-04-11glsl: Ignore loop-too-large heuristic if there's bad variable indexing.Kenneth Graunke1-3/+58
2014-04-11glsl: Rename loop_unroll_count::fail to "nested_loop."Kenneth Graunke1-4/+5
2014-04-11glsl: Pass gl_shader_compiler_optimizations to unroll_loops().Kenneth Graunke3-9/+16
2014-04-11glsl: Drop do_common_optimization's max_unroll_iterations parameter.Kenneth Graunke8-16/+8
2014-04-11i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.Kenneth Graunke1-8/+7
2014-04-11i965: Correct EmitNoIndirect shader compiler option flags.Kenneth Graunke1-3/+2
2014-04-11i965/fs: Reset reg_from when we can't coalesce.Matt Turner1-0/+1
2014-04-11i965: Fill in a bunch of gen7/hsw data cache-related disasm.Eric Anholt1-7/+103
2014-04-11i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.Eric Anholt4-5/+2
2014-04-11i965: Skip a bunch of IB BO refcount twiddling.Eric Anholt1-13/+13
2014-04-11i965/gen7: Skip repeated NULL depth/stencil state emits.Eric Anholt4-0/+20
2014-04-11draw: remove unused 'start' variable in draw_stats_clipper_primitives()Brian Paul1-5/+2
2014-04-11glsl: Try vectorizing when seeing a repeated assignment to a channel.Kenneth Graunke1-0/+1
2014-04-11glsl: Propagate explicit binding information from the AST all the way to the ...Ian Romanick4-2/+30
2014-04-11linker: Set binding for all elements of UBO arrayIan Romanick1-2/+34
2014-04-11linker: Set block bindings based on UniformBlocks rather than UniformStorageIan Romanick1-11/+21
2014-04-11linker: Clean up "unused parameter" warningsIan Romanick1-8/+4
2014-04-11linker: Fold set_uniform_binding into call siteIan Romanick1-21/+12
2014-04-11linker: Various trivial clean-ups in set_sampler_bindingIan Romanick1-18/+18
2014-04-11linker: Split set_uniform_binding into separate functions for blocks and samp...Ian Romanick1-3/+39
2014-04-11softpipe: fix shadow samplingHeinrich Janzing1-68/+51
2014-04-11softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query casesBrian Paul1-0/+3
2014-04-11mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functionsBrian Paul1-25/+5
2014-04-11swrast: use macros to initialize texfetch_funcs[] tableBrian Paul1-937/+172
2014-04-11swrast: fix more fetch_texel function namesBrian Paul2-37/+37
2014-04-11egl-static: Fix missing radeon_surface.h includes.José Fonseca1-0/+16
2014-04-11gallium/radeon: fix missing winsys include in pipe-loader.Knut Andre Tidemann4-1/+4
2014-04-11st/omx/enc: separate input buffer private and task structureChristian König2-59/+127
2014-04-11radeon/vce: implement B-frame supportChristian König2-22/+53
2014-04-11radeon/vce: add proper CPB backtrackChristian König3-23/+123
2014-04-11vl: add interface for H264 B-frame encodingChristian König3-6/+16
2014-04-11radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMESChristian König3-4/+2
2014-04-10i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state.Kenneth Graunke1-2/+2
2014-04-10mesa/st: set min/max texture gather offset to driver-reported valueIlia Mirkin1-0/+3
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin13-0/+30
2014-04-10winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák9-114/+39
2014-04-10winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák6-24/+33
2014-04-10winsys/radeon: fix a race condition between 2 calls to radeon_winsys_createMarek Olšák1-3/+17
2014-04-10winsys/radeon: remove unused radeon_info variables, move backend_mapMarek Olšák4-7/+9
2014-04-10winsys/radeon: unify radeon_bo::flink and radeon_bo::nameMarek Olšák2-14/+10
2014-04-10winsys/radeon: remove definitions already present in radeon_drm.hMarek Olšák4-205/+5
2014-04-10winsys/radeon: handle squared micro tiling from GEM_GET_TILINGMarek Olšák1-0/+2