summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-21st/mesa: initialize the MaxViewport, MaxRenderbufferSize constantsremove-max-widthBrian Paul1-0/+8
2012-02-21mesa: fix max texture size vs. max viewport size assertionBrian Paul1-2/+4
2012-02-21mesa: move more swrast-related #defines out of core MesaBrian Paul3-40/+28
2012-02-21mesa: remove STENCIL_BITS useBrian Paul1-1/+1
2012-02-21xlib: remove STENCIL_BITSBrian Paul1-3/+3
2012-02-21st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul1-3/+3
2012-02-21mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul3-13/+7
2012-02-21mesa: remove MAX_WIDTH from prog_execute.hBrian Paul2-1/+7
2012-02-21st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul1-3/+6
2012-02-21intel: remove MAX_WIDTH usage in intelInitContext()Brian Paul1-4/+2
2012-02-21swrast: check max renderbuffer size against SWRAST_MAX_WIDTHBrian Paul1-0/+2
2012-02-21osmesa: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-4/+4
2012-02-21dri/swrast: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2012-02-21xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-3/+3
2012-02-21swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul16-46/+55
2012-02-21mesa: remove some cruft from config.hBrian Paul1-16/+1
2012-02-21mesa: minor comment clean-ups in config.hBrian Paul1-4/+4
2012-02-21mesa: remove WIN32 MAX_WIDTH work-around in config.hBrian Paul1-17/+0
2012-02-21swrast: remove MAX_WIDTH array in s_span.cBrian Paul1-1/+2
2012-02-21swrast: simplify mask array codeBrian Paul1-3/+4
2012-02-21swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul1-2/+2
2012-02-21swrast: remove MAX_WIDTH arrays in stencil codeBrian Paul3-4/+36
2012-02-21swrast: remove MAX_WIDTH arrays in s_drawpix.cBrian Paul1-27/+36
2012-02-21swrast: remove MAX_WIDTH arrays in s_zoom.cBrian Paul1-2/+14
2012-02-21swrast: remove MAX_WIDTH arrays in s_depth.cBrian Paul1-1/+9
2012-02-21swrast: remove MAX_WIDTH arrays in s_copypix.cBrian Paul1-5/+20
2012-02-21mesa: move/fix MAX_WIDTH/HEIGHT-related assertionsBrian Paul2-9/+10
2012-02-21st/mesa: stop using MAX_WIDTH in st_cb_texture.cBrian Paul1-10/+27
2012-02-21st/mesa: stop using MAX_WIDTH in st_cb_drawpixels.cBrian Paul1-26/+29
2012-02-21mesa: stop using MAX_WIDTH in glReadPixels codeBrian Paul1-45/+75
2012-02-21mesa: stop using MAX_WIDTH in texstore codeBrian Paul1-6/+33
2012-02-21vl: add support for bob deinterlacingChristian König4-12/+66
2012-02-21st/vdpau: Use transfer_inline_write to upload ycbcr dataChristian König1-18/+5
2012-02-21st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König7-64/+4
2012-02-21gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca3-2/+22
2012-02-20st/egl: Move drm_display_authenticate into HAVE_WAYLAND_BACKEND section.Vinson Lee1-9/+9
2012-02-20llvmpipe: Don't assume vector is 4 wide in lp_build_sin()/lp_build_cos()José Fonseca1-81/+60
2012-02-20mesa: check for no state change in glPrimitiveRestartIndex()Brian Paul1-4/+5
2012-02-20mesa: check for no state change in Enable/DisableVertexAttribArray()Brian Paul1-10/+22
2012-02-20mesa: add missing return after _mesa_error() in update_array()Brian Paul1-0/+1
2012-02-19r300g: Fix build when libdrm is installed to non-standard dirTom Stellard1-0/+2
2012-02-18i965: Make the dummy fragment shader work in SIMD16 mode.Kenneth Graunke1-5/+7
2012-02-18i965: Fix GPU hangs in the dummy fragment shader.Kenneth Graunke1-0/+2
2012-02-18st/vega: Remove unused variable.Vinson Lee1-4/+0
2012-02-18st/glx: Remove unused variables.Vinson Lee1-6/+3
2012-02-18draw: add missing streamout state setup for draw/llvm.Dave Airlie1-0/+1
2012-02-17vbo: Eliminate short-circuiting in invalid-start case.Kenneth Graunke1-5/+1
2012-02-17vbo: Rework checking of 'end' against _MaxElement.Kenneth Graunke1-11/+6
2012-02-17vbo: Ignore invalid element ranges which are outside VBO bounds.Kenneth Graunke1-0/+25
2012-02-17vbo: Remove pedantic warning about 'end' beind out of bounds.Kenneth Graunke1-47/+2