summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2-29/+15
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen10-360/+446
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-2/+2
2012-07-21mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen1-1/+7
2012-04-02swrast: Fix memory leaks in blit_linear.Vinson Lee1-0/+9
2012-03-20mesa: rework texture completeness testingBrian Paul3-4/+10
2012-03-12swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul1-3/+3
2012-02-24mesa: move more swrast-related #defines out of core MesaBrian Paul2-0/+28
2012-02-24mesa: remove MAX_WIDTH from prog_execute.hBrian Paul1-0/+2
2012-02-24swrast: check max renderbuffer size against SWRAST_MAX_WIDTHBrian Paul1-0/+2
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul16-46/+55
2012-02-24swrast: remove MAX_WIDTH array in s_span.cBrian Paul1-1/+2
2012-02-24swrast: simplify mask array codeBrian Paul1-3/+4
2012-02-24swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul1-2/+2
2012-02-24swrast: remove MAX_WIDTH arrays in stencil codeBrian Paul3-4/+37
2012-02-24swrast: remove MAX_WIDTH arrays in s_drawpix.cBrian Paul1-27/+36
2012-02-24swrast: remove MAX_WIDTH arrays in s_zoom.cBrian Paul1-2/+14
2012-02-24swrast: remove MAX_WIDTH arrays in s_depth.cBrian Paul1-1/+9
2012-02-24swrast: remove MAX_WIDTH arrays in s_copypix.cBrian Paul1-5/+20
2012-02-24mesa: move/fix MAX_WIDTH/HEIGHT-related assertionsBrian Paul1-0/+8
2012-02-22i915: Initialize swrast_texture_image structure fields.Paul Berry2-2/+23
2012-02-15swrast: Only avoid empty _TexEnvProgramsIan Romanick1-1/+2
2012-02-12swrast: fix span color type selectionBrian Paul3-9/+36
2012-02-02mesa: Convert colors if span ChanType and renderbuffer data type don't matchIan Romanick1-4/+15
2012-01-27mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul1-1/+2
2012-01-27swrast: Fix implicit declaration warningsChad Versace1-0/+1
2012-01-27swrast: Fix fixed-function fragment processingChad Versace9-44/+45
2012-01-26swrast: silence uninitialized var warningsBrian Paul1-2/+2
2012-01-24swrast: fix uninitialized variable warningBrian Paul1-1/+1
2012-01-24swrast: make rowStride variable signed in put_z32_values()Brian Paul1-1/+1
2012-01-24swrast: remove unused StoreTexel codeBrian Paul4-1187/+183
2012-01-24swrast: use Map/UnmapTextureImage() in framebuffer map/unmap codeBrian Paul1-15/+13
2012-01-24mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul1-3/+0
2012-01-24swrast: move some renderbuffer functions to s_renderbuffer.cBrian Paul2-121/+121
2012-01-24swrast: remove a few extra _mesa_get_format_bytes() callsBrian Paul1-4/+6
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul9-41/+62
2012-01-24swrast: allocate swrast_renderbuffers instead of gl_renderbuffersBrian Paul2-7/+7
2012-01-24swrast: new swrast_renderbuffer typeBrian Paul1-0/+25
2012-01-24swrast: use stencil packing function in s_stencil.cBrian Paul1-1/+3
2012-01-24swrast: use color packing functions in s_span.cBrian Paul1-4/+9
2012-01-24swrast: remove s_spantemp.hBrian Paul1-149/+0
2012-01-24swrast: rewrite, simplify the the render-to-texture codeBrian Paul1-110/+30
2012-01-24mesa: rename gl_renderbuffer::Data to BufferBrian Paul2-12/+15
2012-01-24mesa: move freeing of software renderbuffers into swrastBrian Paul1-0/+15
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul5-130/+22
2012-01-24mesa: remove gl_renderbuffer:RowStride fieldBrian Paul4-6/+3
2012-01-24swrast: remove Get/PutRow()-related codeBrian Paul2-1224/+8
2012-01-24swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul5-55/+193
2012-01-24swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul2-6/+6
2012-01-24mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2-37/+110