summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: fix failed assert in groupingRob Clark2015-03-121-27/+44
* freedreno/ir3: handle flat bypass for a4xxRob Clark2015-03-128-5/+99
* freedreno/ir3: add support for memory (cat6) instructionsRob Clark2015-03-123-1/+8
* freedreno/ir3: fix up cat6 instruction encodingsRob Clark2015-03-123-139/+121
* freedreno/a4xx: aniso filteringRob Clark2015-03-121-4/+6
* freedreno: update generated headersRob Clark2015-03-125-5/+20
* freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properlyRob Clark2015-03-121-1/+6
* freedreno: update generated headersRob Clark2015-03-127-16/+45
* freedreno/a4xx: bit of cleanupRob Clark2015-03-124-33/+27
* freedreno/a2xx: fix increment in assertRob Clark2015-03-121-1/+2
* i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga2015-03-111-2/+7
* i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke2015-03-111-3/+9
* i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2015-03-112-23/+18
* i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2015-03-112-5/+16
* i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2015-03-112-10/+8
* i965/fs: Set smear on shader_time diff register.Kenneth Graunke2015-03-111-0/+1
* i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke2015-03-111-2/+7
* r300g: fix sRGB->sRGB blitsMarek Olšák2015-03-111-0/+9
* r300g: fix a crash when resolving into an sRGB textureMarek Olšák2015-03-111-3/+5
* r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2015-03-112-31/+17
* r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger2015-03-111-1/+3
* freedreno/ir3: fix silly typo for binning pass shadersRob Clark2015-03-111-1/+1
* freedreno/ir3: get the # of miplevels from getinfoIlia Mirkin2015-03-111-0/+20
* freedreno/ir3: fix array count returned by TXQIlia Mirkin2015-03-111-2/+42
* freedreno: move fb state copy after checking for size changeIlia Mirkin2015-03-111-2/+2
* glsl: Mark array access when copying to a temporary for the ?: operator.Kenneth Graunke2015-03-111-0/+6
* meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts2015-03-111-0/+8
* meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts2015-03-111-12/+20
* Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts2015-03-111-36/+26
* meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts2015-03-111-4/+0
* i965: Avoid applying negate to wrong MAD source.Matt Turner2015-03-071-15/+13
* main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand2015-03-071-8/+54
* main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand2015-03-071-15/+65
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-072-3/+2
* Revert SHA1 additions.Matt Turner2015-03-075-385/+0
* i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik2015-03-071-1/+1
* i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke2015-03-071-1/+49
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-075-42/+106
* mapi: fix commit 90411b56f6bc817e229d8801ac0adad6d4e3fb7aEmil Velikov2015-03-071-1/+1
* egl/main: no longer export internal functionEmil Velikov2015-03-0713-36/+36
* i965/fs: Don't propagate cmod to inst with different type.Matt Turner2015-03-072-0/+38
* r300g: Check return value of snprintf().Matt Turner2015-03-071-1/+6
* r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner2015-03-071-3/+3
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-071-5/+11
* gallium/auxiliary/indices: fix start paramMarc-Andre Lureau2015-03-071-4/+4
* i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner2015-03-071-10/+0
* main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand2015-03-071-0/+3
* meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand2015-03-071-4/+4
* i965: Consider scratch writes to have side effects.Matt Turner2015-03-071-0/+1
* mesa: Correct backwards NULL check.Matt Turner2015-03-071-1/+1