summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-21dri/nouveau: Reemit the light model state when lighting goes on/off.Francisco Jerez1-0/+1
2010-03-21dri/nouveau: Random cleanups.Francisco Jerez9-109/+48
2010-03-21r300: fix compilation after mergeKeith Whitwell4-9/+13
2010-03-21st/vega: fix up after mergeKeith Whitwell4-6/+6
2010-03-21aux: remove unused piperesource helpersKeith Whitwell5-618/+0
2010-03-21Merge commit 'origin/master' into gallium-resourcesKeith Whitwell84-1498/+2771
2010-03-21r300g: fix occlusion query hangs.Dave Airlie2-3/+5
2010-03-21r300g: add bufmgr cached for vertex/index buffers.Dave Airlie3-4/+18
2010-03-21gallium: cached bufmgr add map busy checkDave Airlie1-0/+9
2010-03-21Merge remote branch 'origin/gallium-st-api-dri'Chia-I Wu14-905/+1346
2010-03-21r300g: align misaligned ushort vertex indicesMarek Olšák1-1/+29
2010-03-21r300g: fix misaligned generated offset for ubyte vertex indicesMarek Olšák1-1/+5
2010-03-21r300g: split the vertex buffer alignment validationMarek Olšák1-22/+29
2010-03-21r300g: skip null vertex buffersMarek Olšák1-1/+6
2010-03-21r300/compiler: fix assertion failure in the r500-fragprog emission pathMarek Olšák1-3/+2
2010-03-20r300g: Bump immediate limits.Corbin Simpson1-3/+2
2010-03-20r300g: Correctly hax max_index on pipe_vertex_buffers.Corbin Simpson2-12/+28
2010-03-20radeong: Use TRUE and FALSE.Corbin Simpson1-2/+2
2010-03-20radeong: Test the BO ptr for NULL instead of using a bool.Corbin Simpson1-8/+4
2010-03-21r300g: winsys fix tiling change flushes.Dave Airlie1-2/+10
2010-03-21r300g: add buffer/texture referenced checks.Dave Airlie1-15/+9
2010-03-20docs: note GL_EXT_packed_float, GL_EXT_shared_exponent extensionsBrian Paul1-0/+1
2010-03-20mesa: added GL3 query for GL_TEXTURE_SHARED_SIZEBrian Paul1-0/+12
2010-03-20mesa: added missing glGet query for GL_MAX_ARRAY_TEXTURE_LAYERS_EXTBrian Paul2-0/+18
2010-03-20mesa: added new GL3 buffer object queriesBrian Paul1-15/+53
2010-03-20mesa: added GL3 buffer attachment aliasesBrian Paul1-0/+4
2010-03-20mesa: added GL3 ContextFlags field and query codeBrian Paul3-1/+17
2010-03-20drm/r300: update for r300g pipe_resources conversionKeith Whitwell7-494/+2
2010-03-20r300: convert to pipe_resourcesKeith Whitwell20-420/+630
2010-03-20st/dri: fix bug in make_currentgallium-st-api-driGeorge Sapountzis1-1/+1
2010-03-20st/dri: fix bug in allocate_texturesGeorge Sapountzis1-1/+1
2010-03-19gallivm: simplify and clean-up Z/stencil bit mask/shift codeBrian Paul1-87/+160
2010-03-19cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger2-76/+0
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger13-146/+253
2010-03-19es: added -I$(TOP)/include pathBrian Paul1-0/+1
2010-03-19gallium/docs: Clarify sampler view descriptions.Michal Krol1-5/+5
2010-03-19gallium/docs: Fix a couple ReST errors.Corbin Simpson2-1/+2
2010-03-19r300g: lod min/max clamping should be relative to the base levelMarek Olšák1-3/+3
2010-03-19r300g: fix breakage after the gallium-sampler-view mergeMarek Olšák3-9/+22
2010-03-19r300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer support, cleanupsMarek Olšák1-6/+7
2010-03-19r300g: mark SRGB colorbuffers as unsupportedMarek Olšák1-20/+1
2010-03-19r300g: add generating texture coordinates for point sprites (WIP)Marek Olšák6-13/+61
2010-03-18gallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stencil codeBrian Paul1-3/+18
2010-03-18progs/tests: also test stencil INCR_WRAP mode if supportedBrian Paul1-6/+47
2010-03-18gallivm: fix broken INCR/DECR stencil modesBrian Paul1-6/+17
2010-03-18progs/tests: comments and clean-upsBrian Paul1-11/+21
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul8-37/+57
2010-03-18llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul3-20/+27
2010-03-18Add format B5G5R5X1Alan Hourihane6-0/+84
2010-03-18gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul6-50/+30