aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dri3: Fix two little memory leaks.Eric Anholt2014-01-271-2/+2
* loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt2014-01-274-6/+45
* r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard2014-01-274-14/+10
* docs: sync up nv50/nvc0 status on GL4.x extensionsIlia Mirkin2014-01-271-7/+7
* docs: update GL3.txt, relnotes to reflect current nv50/nvc0 statusIlia Mirkin2014-01-272-18/+19
* nv50, nvc0: update reported glsl version to 330Ilia Mirkin2014-01-272-2/+2
* mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2Christoph Bumiller2014-01-272-2/+8
* nv50: add more RGB10A2 formatsChristoph Bumiller2014-01-271-0/+7
* st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORDChristoph Bumiller2014-01-271-10/+9
* nv50: enable seamless cube maps on all hwIlia Mirkin2014-01-271-1/+1
* nv50: report glsl 1.50 now that gp tests passIlia Mirkin2014-01-271-1/+1
* nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin2014-01-277-7/+164
* nv50: copy nvc0's get_sample_position implementationIlia Mirkin2014-01-271-0/+46
* nv50: add comments about CB_AUX contentsIlia Mirkin2014-01-273-5/+15
* nvc0: don't forget to also clear additional layersIlia Mirkin2014-01-271-5/+27
* nv50: don't forget to also clear additional layersIlia Mirkin2014-01-271-5/+27
* nv50: allocate an extra code bo to avoid dmesg spamIlia Mirkin2014-01-271-1/+5
* nv50: GP_REG_ALLOC_RESULT must be positiveIlia Mirkin2014-01-271-0/+2
* nv50: VP_RESULT_MAP_SIZE has to be positiveIlia Mirkin2014-01-271-0/+4
* nv50: enable primitive id generation when it is an FP input without GPIlia Mirkin2014-01-272-9/+8
* nv50: handle gl_Layer writes in GPIlia Mirkin2014-01-274-1/+19
* nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input.Ilia Mirkin2014-01-271-0/+3
* nv50/ir: add support for gl_PrimitiveIDInIlia Mirkin2014-01-273-5/+11
* nv50/ir: fix support for shader input + immediate in gpIlia Mirkin2014-01-272-1/+7
* nv50/ir: disallow shader input + cbuf in same instruction in gpIlia Mirkin2014-01-271-1/+6
* nv50/ir: disallow predicates on emit/restart opsIlia Mirkin2014-01-271-1/+2
* nv50: allow vert_count to be >255Ilia Mirkin2014-01-271-1/+1
* nv50: add support for geometry shadersBryan Cain2014-01-274-6/+39
* nv50/ir: delay calculation of indirect addressesBryan Cain2014-01-273-13/+136
* nv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPsChristoph Bumiller2014-01-273-5/+59
* nv50/ir: txg not available on nvaa/nvacIlia Mirkin2014-01-271-1/+1
* nv50, nvc0: only clear out the buffers that we were asked to clearIlia Mirkin2014-01-272-14/+24
* nv50, nvc0: clear out RT on a null cbufIlia Mirkin2014-01-274-8/+52
* nv50: don't leak heap on tls alloc failureIlia Mirkin2014-01-271-1/+3
* nouveau/codegen: set dType to S32 for OP_NEG U32Ilia Mirkin2014-01-273-7/+27
* util/u_vbuf: correct map offset calculation for crazy offsetsIlia Mirkin2014-01-271-1/+1
* translate: deal with size overflows by casting to ptrdiff_tIlia Mirkin2014-01-272-3/+7
* gallium/rtasm: handle mmap failures appropriatelyEmil Velikov2014-01-271-3/+7
* haiku: change atomic int to non-volatileAlexander von Gluck IV2014-01-261-5/+5
* i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.Kenneth Graunke2014-01-252-5/+8
* c11: Do not use pthread_mutex_timedlock on NetBSD.Vinson Lee2014-01-241-1/+1
* glsl: Simplify built-in generator functions for min3/max3/mid3.Kenneth Graunke2014-01-241-77/+60
* glsl: Fix chained assignments of vector channels.Kenneth Graunke2014-01-241-1/+19
* glsl: Rename "expr" to "lhs_expr" in vector_extract munging code.Kenneth Graunke2014-01-241-6/+6
* Update .gitignore for Catalan translations build artifactsPaul Berry2014-01-241-0/+1
* mesa: Increment the list pointer while freeing instruction dataIan Romanick2014-01-241-0/+1
* svga: rename "tex_usage" to "bindings", add commentsBrian Paul2014-01-241-7/+11
* st/mesa: add a simple sanity check assertion in st_validate_attachment()Brian Paul2014-01-241-0/+6
* i965/gen7: Use to the correct program when uploading transform feedback state.Paul Berry2014-01-232-10/+6
* mesa: Ensure that transform feedback refers to the correct program.Paul Berry2014-01-232-15/+45