summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12docs: Fix ubo indexing descriptionChris Forbes1-1/+1
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-11docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage.Chris Forbes1-2/+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-10configure.ac: require libdrm_radeon 2.4.53Marek Olšák1-1/+1
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
2014-04-10gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák6-566/+81
2014-04-10st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)Marek Olšák3-21/+53
2014-04-10mesa: remove the MALLOC, CALLOC and FREE macrosBrian Paul1-6/+0
2014-04-10xlib: s/FREE/free/Brian Paul1-1/+1
2014-04-10mesa: s/FREE/free/ in vdpau codeBrian Paul1-4/+4
2014-04-10mesa: s/FREE/free/ in _mesa_free_errors_data()Brian Paul1-1/+1
2014-04-10mesa: use malloc/free instead of MALLOC/FREE in attrib stack codeBrian Paul1-10/+10
2014-04-10st/mesa: fix sampler_view REALLOC/FREE macro mix-upBrian Paul3-1/+16
2014-04-10docs: Expand ARB_gpu_shader5 to describe status of individual featuresChris Forbes1-0/+11
2014-04-10docs: Mark off ARB_texture_view and add to release notes for 10.2.Chris Forbes2-1/+2
2014-04-10i965: Enable ARB_texture_view on Gen7Chris Forbes1-0/+4
2014-04-10i965: Account for view parameters in blit CTSI pathChris Forbes1-2/+7
2014-04-10i965: Account for MinLayer/MinLevel in blorp CTSI pathChris Forbes1-3/+6
2014-04-10i965: Account for view parameters in fast depth clearsChris Forbes1-3/+3