| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen code | Marek Olšák | 2014-01-28 | 4 | -57/+30 |
* | r600g,radeonsi: consolidate get_compute_param | Marek Olšák | 2014-01-28 | 7 | -267/+162 |
* | r600g,radeonsi: consolidate get_paramf and get_video_param | Marek Olšák | 2014-01-28 | 4 | -118/+70 |
* | r600g,radeonsi: consolidate variables for CS tracing | Marek Olšák | 2014-01-28 | 10 | -46/+42 |
* | r600g,radeonsi: consolidate get_timestamp, get_driver_query_info | Marek Olšák | 2014-01-28 | 4 | -41/+34 |
* | r600g,radeonsi: consolidate get_name and get_vendor queries | Marek Olšák | 2014-01-28 | 3 | -74/+50 |
* | radeon: place context-related functions first in r600_pipe_common.c | Marek Olšák | 2014-01-28 | 1 | -79/+87 |
* | r600g,radeonsi: consolidate the contents of r600_resource.c | Marek Olšák | 2014-01-28 | 13 | -163/+45 |
* | radeonsi: advertise the pipeline statistics query | Marek Olšák | 2014-01-28 | 1 | -1/+1 |
* | radeonsi: use queries from r600g | Marek Olšák | 2014-01-28 | 9 | -757/+40 |
* | r600g: remove a no-op while loop | Marek Olšák | 2014-01-28 | 1 | -1/+1 |
* | r600g: convert query emission code to radeon_emit | Marek Olšák | 2014-01-28 | 1 | -50/+50 |
* | r600g: only emit NOP relocations for queries if VM is disabled | Marek Olšák | 2014-01-28 | 3 | -23/+19 |
* | r600g: move queries to drivers/radeon | Marek Olšák | 2014-01-28 | 12 | -239/+282 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader. | Tom Stellard | 2014-01-27 | 4 | -14/+10 |
* | nv50, nvc0: update reported glsl version to 330 | Ilia Mirkin | 2014-01-27 | 2 | -2/+2 |
* | nv50: add more RGB10A2 formats | Christoph Bumiller | 2014-01-27 | 1 | -0/+7 |
* | nv50: enable seamless cube maps on all hw | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nv50: report glsl 1.50 now that gp tests pass | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nv50: add support for texelFetch'ing MS textures, ARB_texture_multisample | Ilia Mirkin | 2014-01-27 | 7 | -7/+164 |
* | nv50: copy nvc0's get_sample_position implementation | Ilia Mirkin | 2014-01-27 | 1 | -0/+46 |
* | nv50: add comments about CB_AUX contents | Ilia Mirkin | 2014-01-27 | 3 | -5/+15 |
* | nvc0: don't forget to also clear additional layers | Ilia Mirkin | 2014-01-27 | 1 | -5/+27 |
* | nv50: don't forget to also clear additional layers | Ilia Mirkin | 2014-01-27 | 1 | -5/+27 |
* | nv50: allocate an extra code bo to avoid dmesg spam | Ilia Mirkin | 2014-01-27 | 1 | -1/+5 |
* | nv50: GP_REG_ALLOC_RESULT must be positive | Ilia Mirkin | 2014-01-27 | 1 | -0/+2 |
* | nv50: VP_RESULT_MAP_SIZE has to be positive | Ilia Mirkin | 2014-01-27 | 1 | -0/+4 |
* | nv50: enable primitive id generation when it is an FP input without GP | Ilia Mirkin | 2014-01-27 | 2 | -9/+8 |
* | nv50: handle gl_Layer writes in GP | Ilia Mirkin | 2014-01-27 | 4 | -1/+19 |
* | nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input. | Ilia Mirkin | 2014-01-27 | 1 | -0/+3 |
* | nv50/ir: add support for gl_PrimitiveIDIn | Ilia Mirkin | 2014-01-27 | 3 | -5/+11 |
* | nv50/ir: fix support for shader input + immediate in gp | Ilia Mirkin | 2014-01-27 | 2 | -1/+7 |
* | nv50/ir: disallow shader input + cbuf in same instruction in gp | Ilia Mirkin | 2014-01-27 | 1 | -1/+6 |
* | nv50/ir: disallow predicates on emit/restart ops | Ilia Mirkin | 2014-01-27 | 1 | -1/+2 |
* | nv50: allow vert_count to be >255 | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nv50: add support for geometry shaders | Bryan Cain | 2014-01-27 | 4 | -6/+39 |
* | nv50/ir: delay calculation of indirect addresses | Bryan Cain | 2014-01-27 | 3 | -13/+136 |
* | nv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPs | Christoph Bumiller | 2014-01-27 | 3 | -5/+59 |
* | nv50/ir: txg not available on nvaa/nvac | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nv50, nvc0: only clear out the buffers that we were asked to clear | Ilia Mirkin | 2014-01-27 | 2 | -14/+24 |
* | nv50, nvc0: clear out RT on a null cbuf | Ilia Mirkin | 2014-01-27 | 4 | -8/+52 |
* | nv50: don't leak heap on tls alloc failure | Ilia Mirkin | 2014-01-27 | 1 | -1/+3 |
* | nouveau/codegen: set dType to S32 for OP_NEG U32 | Ilia Mirkin | 2014-01-27 | 3 | -7/+27 |
* | util/u_vbuf: correct map offset calculation for crazy offsets | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | translate: deal with size overflows by casting to ptrdiff_t | Ilia Mirkin | 2014-01-27 | 2 | -3/+7 |
* | gallium/rtasm: handle mmap failures appropriately | Emil Velikov | 2014-01-27 | 1 | -3/+7 |
* | svga: rename "tex_usage" to "bindings", add comments | Brian Paul | 2014-01-24 | 1 | -7/+11 |