summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2014-04-30swrast: Drop remaining use of _ReallyEnabled.Eric Anholt1-1/+1
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt3-12/+10
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt3-20/+15
2014-04-30swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.Eric Anholt1-1/+1
2014-04-24swrast: move texture_slices() calls out of loopsBrian Paul1-4/+8
2014-04-24swrast: move null pointer check earlier in _swrast_map_teximage()Brian Paul1-6/+9
2014-04-24swrast: remove _mesa_ prefix from static functionBrian Paul1-3/+3
2014-04-24swrast: allocate swrast_texture_image::ImageSlices array if neededBrian Paul1-0/+10
2014-04-17swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat1-0/+8
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-10swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORMChris Forbes2-3/+16
2014-04-07swrast: reindent s_texfetch_temp.h, remove trailing whitespaceBrian Paul1-182/+261
2014-04-07swrast: remove out of date comments in s_texfetch_tmp.hBrian Paul1-457/+10
2014-04-07swrast: rename texture fetch functions (pt. 7)Brian Paul2-38/+38
2014-04-07swrast: rename texture fetch functions (pt. 6)Brian Paul2-83/+83
2014-04-07swrast: rename texture fetch functions (pt. 5)Brian Paul2-35/+35
2014-04-07swrast: rename texture fetch functions (pt. 4)Brian Paul2-56/+56
2014-04-07swrast: rename texture fetch functions (pt. 3)Brian Paul2-56/+56
2014-04-07swrast: rename texture fetch functions (pt. 2)Brian Paul2-60/+60
2014-04-07swrast: rename texture fetch functions (pt. 1)Brian Paul2-44/+44
2014-03-25mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut1-1/+1
2014-03-10mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul3-4/+4
2014-03-10mesa: reorder MESA_FORMAT enumsBrian Paul2-521/+523
2014-03-06mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul2-0/+19
2014-03-06mesa: add MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu1-0/+6
2014-03-05mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORMBrian Paul1-4/+4
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke6-15/+15
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2-23/+23
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller3-36/+36
2014-01-27mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller1-32/+32
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller7-83/+83
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller8-72/+72
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller6-32/+32
2014-01-27mesa: change gl_format to mesa_formatMark Mueller5-8/+8
2014-01-21mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2-9/+9
2014-01-20mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter1-2/+2
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-1/+1
2014-01-20swrast: check for null/-1 when mapping renderbuffersBrian Paul1-3/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca3-3/+3
2014-01-15mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.Francisco Jerez1-0/+12
2014-01-15mesa: Add MESA_FORMAT_ABGR2101010.Francisco Jerez1-0/+6
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2-4/+4
2014-01-07swrast: fix delayed texel buffer allocation regression for OpenMPAndreas Fänger1-0/+12
2013-12-04mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi1-4/+3
2013-10-31swrast: fix MSVC double->float conversion warningsBrian Paul1-2/+2
2013-08-26swrast: init i0, i1 values to silence warningsBrian Paul1-0/+1
2013-06-11swrast: add texfetch code for some XBGR formatsBrian Paul2-9/+46
2013-06-10mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt1-0/+6