aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* ilo: implement GEN7 SO GPE functionsChia-I Wu2013-05-013-40/+150
* ilo: add gen6_pipeline_update_max_svbi()Chia-I Wu2013-05-012-13/+35
* ilo: expose register indices of OUTs in ilo_shaderChia-I Wu2013-05-014-4/+30
* ilo: allow one-off flags to be specified for CPChia-I Wu2013-05-012-0/+15
* ilo: fix tiling/size for special-purpose resourcesChia-I Wu2013-05-011-2/+30
* ilo: use UMS layout for render targetsChia-I Wu2013-05-014-19/+117
* ilo: support and prefer compact array spacingChia-I Wu2013-05-014-15/+77
* ilo: move device limits to ilo_dev_info or to GPEsChia-I Wu2013-05-0110-96/+127
* ilo: use ilo_dev_info in toy compilerChia-I Wu2013-05-0110-33/+33
* ilo: use ilo_dev_info in GPE and 3D pipelineChia-I Wu2013-05-0112-597/+587
* ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu2013-05-019-51/+71
* ilo: fix indentation of ilo_gpe_gen*.hChia-I Wu2013-05-012-258/+258
* build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-303-0/+3
* build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2013-04-301-4/+0
* build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-303-0/+3
* build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner2013-04-301-2/+2
* draw: don't crash if GS doesn't emit anythingZack Rusin2013-04-272-0/+18
* r600g/sb: remove unused codeVadim Girlin2013-04-302-34/+0
* r600g/sb: collect shader statisticsVadim Girlin2013-04-305-8/+162
* r600g/sb: don't propagate dead values in GVN passVadim Girlin2013-04-301-0/+3
* r600g/sb: use simple heuristic to limit register pressureVadim Girlin2013-04-302-3/+33
* r600g/sb: improve error checking in ra_coalesce passVadim Girlin2013-04-302-14/+27
* r600g/sb: use source bytecode in case of optimization errorsVadim Girlin2013-04-305-11/+25
* r600g: plug in optimizing backendVadim Girlin2013-04-308-3/+155
* r600g/sb: initial commit of the optimizing shader backendVadim Girlin2013-04-3035-0/+17498
* r600g: use enum type for domains field in struct r600_resourceVadim Girlin2013-04-301-1/+1
* r600g: add new flags to isa instruction tablesVadim Girlin2013-04-301-116/+127
* r600g: always create reverse lookup isa tablesVadim Girlin2013-04-301-10/+2
* r600g: mask unused source components for SAMPLEVadim Girlin2013-04-301-0/+20
* r600g/llvm: Fix opencl buildVincent Lejeune2013-04-301-1/+1
* Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* r600g/llvm: get use_kill from compiler shaderVincent Lejeune2013-04-304-2/+9
* draw/so: fix overflow calculationZack Rusin2013-04-271-8/+18
* 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
* draw/so: indicate overflow when buffer is missingZack Rusin2013-04-271-0/+4
* gallivm: fix indirect addressing of temps in soa modeZack Rusin2013-04-271-0/+11
* tgsi/ureg: Add a function to return the number of outputsZack Rusin2013-04-262-0/+15
* draw/so: Fix overflow calculationsZack Rusin2013-04-261-3/+8
* draw/llvm: fix viewport transformationsZack Rusin2013-04-261-4/+5
* gallium: increase the number of available stream output declsZack Rusin2013-04-261-1/+2
* 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
* Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."José Fonseca2013-04-261-16/+10
* ilo: add the driver to the build systemChia-I Wu2013-04-267-0/+159