summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen2012-07-211-1/+7
* swrast: Fix memory leaks in blit_linear.Vinson Lee2012-04-021-0/+9
* mesa: rework texture completeness testingBrian Paul2012-03-203-4/+10
* swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul2012-03-121-3/+3
* mesa: move more swrast-related #defines out of core MesaBrian Paul2012-02-242-0/+28
* mesa: remove MAX_WIDTH from prog_execute.hBrian Paul2012-02-241-0/+2
* swrast: check max renderbuffer size against SWRAST_MAX_WIDTHBrian Paul2012-02-241-0/+2
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-2416-46/+55
* swrast: remove MAX_WIDTH array in s_span.cBrian Paul2012-02-241-1/+2
* swrast: simplify mask array codeBrian Paul2012-02-241-3/+4
* swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul2012-02-241-2/+2
* swrast: remove MAX_WIDTH arrays in stencil codeBrian Paul2012-02-243-4/+37
* swrast: remove MAX_WIDTH arrays in s_drawpix.cBrian Paul2012-02-241-27/+36
* swrast: remove MAX_WIDTH arrays in s_zoom.cBrian Paul2012-02-241-2/+14
* swrast: remove MAX_WIDTH arrays in s_depth.cBrian Paul2012-02-241-1/+9
* swrast: remove MAX_WIDTH arrays in s_copypix.cBrian Paul2012-02-241-5/+20
* mesa: move/fix MAX_WIDTH/HEIGHT-related assertionsBrian Paul2012-02-241-0/+8
* i915: Initialize swrast_texture_image structure fields.Paul Berry2012-02-222-2/+23
* swrast: Only avoid empty _TexEnvProgramsIan Romanick2012-02-151-1/+2
* swrast: fix span color type selectionBrian Paul2012-02-123-9/+36
* mesa: Convert colors if span ChanType and renderbuffer data type don't matchIan Romanick2012-02-021-4/+15
* mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul2012-01-271-1/+2
* swrast: Fix implicit declaration warningsChad Versace2012-01-271-0/+1
* swrast: Fix fixed-function fragment processingChad Versace2012-01-279-44/+45
* swrast: silence uninitialized var warningsBrian Paul2012-01-261-2/+2
* swrast: fix uninitialized variable warningBrian Paul2012-01-241-1/+1
* swrast: make rowStride variable signed in put_z32_values()Brian Paul2012-01-241-1/+1
* swrast: remove unused StoreTexel codeBrian Paul2012-01-244-1187/+183
* swrast: use Map/UnmapTextureImage() in framebuffer map/unmap codeBrian Paul2012-01-241-15/+13
* mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul2012-01-241-3/+0
* swrast: move some renderbuffer functions to s_renderbuffer.cBrian Paul2012-01-242-121/+121
* swrast: remove a few extra _mesa_get_format_bytes() callsBrian Paul2012-01-241-4/+6
* swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul2012-01-249-41/+62
* swrast: allocate swrast_renderbuffers instead of gl_renderbuffersBrian Paul2012-01-242-7/+7
* swrast: new swrast_renderbuffer typeBrian Paul2012-01-241-0/+25
* swrast: use stencil packing function in s_stencil.cBrian Paul2012-01-241-1/+3
* swrast: use color packing functions in s_span.cBrian Paul2012-01-241-4/+9
* swrast: remove s_spantemp.hBrian Paul2012-01-241-149/+0
* swrast: rewrite, simplify the the render-to-texture codeBrian Paul2012-01-241-110/+30
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-242-12/+15
* mesa: move freeing of software renderbuffers into swrastBrian Paul2012-01-241-0/+15
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-245-130/+22
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-244-6/+3
* swrast: remove Get/PutRow()-related codeBrian Paul2012-01-242-1224/+8
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-245-55/+193
* swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul2012-01-242-6/+6
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-242-37/+110
* swrast: flush pending rendering before unmapping buffersBrian Paul2012-01-241-2/+3
* swrast: new assertions in _swrast_pixel_address()Brian Paul2012-01-241-0/+8
* swrast: use _swrast_pixel_address() in more placesBrian Paul2012-01-242-7/+15