summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-05-01egl-static: use automake conditionals for defining FEATURE_{GL,ES1,ES2}Andreas Boll1-1/+11
2013-05-01radeon/uvd: fix quant scan order for mpeg2Christian König1-2/+6
2013-05-01st/vdpau: fix background handling in the mixerChristian König1-9/+10
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König6-38/+40
2013-05-01vl/compositor: cleanup background clearingChristian König7-16/+14
2013-05-01ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERSChia-I Wu1-0/+2
2013-05-01ilo: enable SO support on GEN7Chia-I Wu1-3/+4
2013-05-01ilo: reset SO write offsets for new SO targetsChia-I Wu1-6/+15
2013-05-01ilo: correctly program SO states for GEN7Chia-I Wu1-7/+46
2013-05-01ilo: implement GEN7 SO GPE functionsChia-I Wu3-40/+150
2013-05-01ilo: add gen6_pipeline_update_max_svbi()Chia-I Wu2-13/+35
2013-05-01ilo: expose register indices of OUTs in ilo_shaderChia-I Wu4-4/+30
2013-05-01ilo: allow one-off flags to be specified for CPChia-I Wu2-0/+15
2013-05-01ilo: fix tiling/size for special-purpose resourcesChia-I Wu1-2/+30
2013-05-01ilo: use UMS layout for render targetsChia-I Wu4-19/+117
2013-05-01ilo: support and prefer compact array spacingChia-I Wu4-15/+77
2013-05-01ilo: move device limits to ilo_dev_info or to GPEsChia-I Wu10-96/+127
2013-05-01ilo: use ilo_dev_info in toy compilerChia-I Wu10-33/+33
2013-05-01ilo: use ilo_dev_info in GPE and 3D pipelineChia-I Wu12-597/+587
2013-05-01ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu9-51/+71
2013-05-01ilo: fix indentation of ilo_gpe_gen*.hChia-I Wu2-258/+258
2013-04-30build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner3-0/+3
2013-04-30build: Remove HAVE_PIPE_LOADER_SW.Matt Turner1-4/+0
2013-04-30build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner3-0/+3
2013-04-30build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner1-2/+2
2013-04-27draw: don't crash if GS doesn't emit anythingZack Rusin2-0/+18
2013-04-30r600g/sb: remove unused codeVadim Girlin2-34/+0
2013-04-30r600g/sb: collect shader statisticsVadim Girlin5-8/+162
2013-04-30r600g/sb: don't propagate dead values in GVN passVadim Girlin1-0/+3
2013-04-30r600g/sb: use simple heuristic to limit register pressureVadim Girlin2-3/+33
2013-04-30r600g/sb: improve error checking in ra_coalesce passVadim Girlin2-14/+27
2013-04-30r600g/sb: use source bytecode in case of optimization errorsVadim Girlin5-11/+25
2013-04-30r600g: plug in optimizing backendVadim Girlin8-3/+155
2013-04-30r600g/sb: initial commit of the optimizing shader backendVadim Girlin35-0/+17498
2013-04-30r600g: use enum type for domains field in struct r600_resourceVadim Girlin1-1/+1
2013-04-30r600g: add new flags to isa instruction tablesVadim Girlin1-116/+127
2013-04-30r600g: always create reverse lookup isa tablesVadim Girlin1-10/+2
2013-04-30r600g: mask unused source components for SAMPLEVadim Girlin1-0/+20
2013-04-30r600g/llvm: Fix opencl buildVincent Lejeune1-1/+1
2013-04-29Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-30r600g/llvm: get use_kill from compiler shaderVincent Lejeune4-2/+9
2013-04-27draw/so: fix overflow calculationZack Rusin1-8/+18
2013-04-29llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca1-2/+3
2013-04-29r600g: force full cache for hyperzJerome Glisse2-0/+2
2013-04-29freedreno: fix rebase screw-upRob Clark1-1/+1
2013-04-27llvmpipe: stop crashing when one of the so targets is nullZack Rusin1-2/+5
2013-04-27draw/so: indicate overflow when buffer is missingZack Rusin1-0/+4
2013-04-27gallivm: fix indirect addressing of temps in soa modeZack Rusin1-0/+11
2013-04-26tgsi/ureg: Add a function to return the number of outputsZack Rusin2-0/+15
2013-04-26draw/so: Fix overflow calculationsZack Rusin1-3/+8