summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-102-0/+11
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-101-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-101-4/+0
* r300/compiler/tests: Fix line length check in test parserTom Stellard2013-12-091-1/+3
* r300/compiler/tests: Fix segfaultTom Stellard2013-12-091-6/+5
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin2013-12-091-1/+2
* nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin2013-12-091-7/+9
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-0913-29/+255
* r600/llvm: Allow arbitrary amount of temps in tgsi to llvmVincent Lejeune2013-12-072-4/+45
* freedreno/a3xx: add adreno 330 supportRob Clark2013-12-072-4/+7
* freedreno/a3xx/compiler: add ROUNDRob Clark2013-12-071-0/+1
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-066-12/+25
* trace: Reorder dumping of pipe_rasterizer_state.José Fonseca2013-12-051-3/+11
* trace: Dump pipe_sampler_state::seamless_cube_map.José Fonseca2013-12-051-0/+1
* radeonsi: Remove some stale XXX / FIXME commentsMichel Dänzer2013-12-052-5/+1
* nouveau: Add lots of comments to the buffer transfer logicIlia Mirkin2013-12-042-4/+71
* nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2013-12-042-0/+12
* nouveau: avoid leaking fences while waitingIlia Mirkin2013-12-041-6/+5
* nv50: fix a small leak on context destroyIlia Mirkin2013-12-041-0/+2
* nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2013-12-042-3/+3
* gallium/radeon: use PRIu64 macro for printing uint64_tEmil Velikov2013-12-032-4/+6
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-034-5/+4
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-0312-0/+17
* radeonsi: add driver support for layered rendering and AMD_vertex_shader_layerMarek Olšák2013-12-034-12/+27
* radeonsi: implement OpenGL edge flagsMarek Olšák2013-12-033-6/+48
* freedreno: Add a few texture formatsAndreas Heider2013-12-021-0/+3
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-285-15/+62
* trace: Dump query results faithfully.José Fonseca2013-11-283-15/+133
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-2812-6/+26
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-286-7/+7
* radeon/compute: Unconditionally inline all functions v2Tom Stellard2013-11-251-2/+20
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-258-148/+321
* radeonsi: implement MSAA for CIKMarek Olšák2013-11-233-11/+28
* radeonsi: enable 2D tiling on CIKMarek Olšák2013-11-231-4/+0
* llvmpipe: (trivial) disable new accurate origin calculationRoland Scheidegger2013-11-221-1/+1
* nvc0: inform kernel about buffers that screen_create touchesBen Skeggs2013-11-221-0/+2
* radeonsi/compute: Fix LDS size calculationTom Stellard2013-11-211-1/+16
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-213-1/+17
* llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger2013-11-211-6/+82
* svga: remove special-case code for texkil w componentBrian Paul2013-11-211-23/+6
* svga: improve check for 3D compressed texturesBrian Paul2013-11-191-5/+7
* svga: we don't supported 3D compressed texturesBrian Paul2013-11-181-0/+6
* r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard2013-11-181-1/+36
* drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov2013-11-181-4/+0
* r600/sb: Fix broken assertChris Forbes2013-11-171-1/+1
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-175-44/+123
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-1616-109/+62