summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* r600g/llvm: get use_kill from compiler shaderVincent Lejeune2013-04-304-2/+9
* llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca2013-04-291-2/+3
* r600g: force full cache for hyperzJerome Glisse2013-04-292-0/+2
* freedreno: fix rebase screw-upRob Clark2013-04-291-1/+1
* llvmpipe: stop crashing when one of the so targets is nullZack Rusin2013-04-271-2/+5
* llvmpipe: implement so_overflow queryZack Rusin2013-04-263-0/+15
* llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query codeBrian Paul2013-04-261-2/+4
* llvmpipe: bump LP_MAX_THREADS to 16Brian Paul2013-04-261-1/+1
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-264-2/+18
* radeon/uvd: stop using anonymous unionsChristian König2013-04-264-39/+39
* ilo: add the driver to the build systemChia-I Wu2013-04-261-0/+8
* ilo: compile VS/GS/FS with the toy compilerChia-I Wu2013-04-266-20/+4460
* ilo: add a toy shader compilerChia-I Wu2013-04-2614-1/+8669
* ilo: hook up pipe context GPGPU functionsChia-I Wu2013-04-261-1/+12
* ilo: hook up pipe context video functionsChia-I Wu2013-04-261-2/+28
* ilo: add support for time/occlusion/primitive queriesChia-I Wu2013-04-263-5/+293
* ilo: hook up pipe context 3D functionsChia-I Wu2013-04-264-5/+287
* ilo: add GEN7 support for 3D pipelineChia-I Wu2013-04-267-2/+954
* ilo: add 3D pipeline for GEN6Chia-I Wu2013-04-266-0/+3034
* ilo: add GEN7 GPEChia-I Wu2013-04-263-0/+2367
* ilo: add GEN6 GPEChia-I Wu2013-04-265-0/+5270
* ilo: hook up pipe context query functionsChia-I Wu2013-04-262-5/+208
* ilo: hook up pipe context transfer functionsChia-I Wu2013-04-261-4/+239
* ilo: hook up pipe context blit functionsChia-I Wu2013-04-263-5/+269
* ilo: hook up pipe context state functionsChia-I Wu2013-04-264-61/+1148
* ilo: add functions to manage shadersChia-I Wu2013-04-264-0/+899
* ilo: hook up pipe context flush functionChia-I Wu2013-04-262-1/+79
* ilo: add command parserChia-I Wu2013-04-263-0/+649
* ilo: hook up pipe screen resource functionsChia-I Wu2013-04-262-5/+856
* ilo: hook up pipe screen format functionsChia-I Wu2013-04-262-2/+683
* ilo: hook up pipe_screen param and fence functionsChia-I Wu2013-04-263-11/+606
* ilo: add debug flags settable through ILO_DEBUGChia-I Wu2013-04-262-0/+28
* ilo: new pipe driver for Intel GEN6+Chia-I Wu2013-04-2628-0/+4887
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-2511-66/+22
* r600g/compute: Removed unused and untested codeTom Stellard2013-04-255-776/+66
* r600g/compute: Use a constant buffer to store kernel parameters v2Tom Stellard2013-04-252-16/+30
* r600g: Add evergreen_emit_cs_constant_buffers() v2Tom Stellard2013-04-253-11/+36
* r600g/compute: Don't use radeon_winsys::buffer_wait() after dispatching a kernelTom Stellard2013-04-251-6/+0
* r600g/compute: Fix input buffer size calculationTom Stellard2013-04-251-1/+1
* freedreno: use writecombine buffersRob Clark2013-04-251-1/+2
* freedreno: don't patch and re-emit same shader as muchRob Clark2013-04-255-64/+65
* trace: Only close trace files on exit.José Fonseca2013-04-253-18/+4
* scons: Support clang.José Fonseca2013-04-251-1/+1
* scons: Remove redundant code.José Fonseca2013-04-251-3/+0
* freedreno: fix bogus IMM const reg indexRob Clark2013-04-242-3/+3
* freedreno: clear fixes and debuggingRob Clark2013-04-244-1/+29
* freedreno: fix texture fetch typeRob Clark2013-04-244-2/+10
* freedreno: fix temp register usageRob Clark2013-04-241-48/+52
* freedreno: use u_math macros/helpers moreRob Clark2013-04-246-25/+20
* freedreno: implement fd_screen_destroy()Rob Clark2013-04-241-6/+26